From d4a5bf60dbc5c14ef64d7fec45063f3344910ae9 Mon Sep 17 00:00:00 2001 From: brent s Date: Wed, 25 Oct 2017 03:10:35 -0400 Subject: [PATCH] =?UTF-8?q?(=E2=95=AF=C2=B0=E2=96=A1=C2=B0=EF=BC=89?= =?UTF-8?q?=E2=95=AF=EF=B8=B5=20=E2=94=BB=E2=94=81=E2=94=BB)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 72b632c..1dabb61 100755 --- a/storage/backups/borg/backup.py +++ b/storage/backups/borg/backup.py @@ -164,7 +164,7 @@ class Backup(object): self.cfg['config']['host'], r, self.args['archive'])) - for p in cfg['repos'][r]['paths']: + for p in self.cfg['repos'][r]['paths']: _cmd.append(p) _env['BORG_PASSPHRASE'] = self.cfg['repos'][r]['password'] self.logger.debug('VARS: {0}'.format(vars()))