From 399819748f07b2640a01af0898ed5d2390cb72e8 Mon Sep 17 00:00:00 2001 From: brent s Date: Tue, 7 Aug 2018 17:53:37 -0400 Subject: [PATCH] gorRAM IT --- storage/backups/borg/backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/backups/borg/backup.py b/storage/backups/borg/backup.py index f0e0017..a7e0d00 100755 --- a/storage/backups/borg/backup.py +++ b/storage/backups/borg/backup.py @@ -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])