gorRAM IT
This commit is contained in:
parent
6078736f70
commit
399819748f
@ -247,7 +247,7 @@ class Backup(object):
|
||||
self.logger.info('[{0}]: BEGIN RESTORE'.format(r))
|
||||
_cmd = ['borg',
|
||||
'extract',
|
||||
'-v', '--stats']
|
||||
'-v']
|
||||
# if 'excludes' in self.cfg['repos'][r].keys():
|
||||
# for e in self.cfg['repos'][r]['excludes']:
|
||||
# _cmd.extend(['--exclude', e])
|
||||
|
Loading…
Reference in New Issue
Block a user