(╯°□°)╯︵ ┻━┻)
This commit is contained in:
parent
5834e8fafc
commit
d4a5bf60db
@ -164,7 +164,7 @@ class Backup(object):
|
|||||||
self.cfg['config']['host'],
|
self.cfg['config']['host'],
|
||||||
r,
|
r,
|
||||||
self.args['archive']))
|
self.args['archive']))
|
||||||
for p in cfg['repos'][r]['paths']:
|
for p in self.cfg['repos'][r]['paths']:
|
||||||
_cmd.append(p)
|
_cmd.append(p)
|
||||||
_env['BORG_PASSPHRASE'] = self.cfg['repos'][r]['password']
|
_env['BORG_PASSPHRASE'] = self.cfg['repos'][r]['password']
|
||||||
self.logger.debug('VARS: {0}'.format(vars()))
|
self.logger.debug('VARS: {0}'.format(vars()))
|
||||||
|
Loading…
Reference in New Issue
Block a user