gorRAM IT

This commit is contained in:
brent s 2018-08-07 17:53:37 -04:00
parent 6078736f70
commit 399819748f
1 changed files with 1 additions and 1 deletions

View File

@ -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])