mirror of
https://codeberg.org/puppe/mpbackup.git
synced 2025-12-19 21:42:17 +01:00
Version 0.3.0 -> 0.4.0
This commit is contained in:
parent
dc53973745
commit
c1d760da2e
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.3.0'
|
VERSION = '0.4.0'
|
||||||
|
|
||||||
def set_restic_vars(config)
|
def set_restic_vars(config)
|
||||||
if config['repository-file']
|
if config['repository-file']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue