mirror of
https://codeberg.org/puppe/mpbackup.git
synced 2025-12-20 05:52:18 +01:00
Version 0.1.0 -> 0.2.0
This commit is contained in:
parent
9fe11e852e
commit
fa451cb664
1 changed files with 1 additions and 1 deletions
2
mpbackup
2
mpbackup
|
|
@ -6,7 +6,7 @@ require 'yaml'
|
||||||
|
|
||||||
DEFAULT_CONFIG_FILE = Pathname.new('/etc/mpbackup/config.yaml')
|
DEFAULT_CONFIG_FILE = Pathname.new('/etc/mpbackup/config.yaml')
|
||||||
NAME = 'mpbackup'
|
NAME = 'mpbackup'
|
||||||
VERSION = '0.1.0'
|
VERSION = '0.2.0'
|
||||||
|
|
||||||
def set_restic_vars(config)
|
def set_restic_vars(config)
|
||||||
repo = config['repository']
|
repo = config['repository']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue