From 598fd5fcde19a746e6c1a3b7d73e5c2b54ca4675 Mon Sep 17 00:00:00 2001 From: brent s Date: Thu, 26 Oct 2017 07:22:36 -0400 Subject: [PATCH] ffs --- 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 bdc8032..fd0d7c6 100755 --- a/storage/backups/borg/backup.py +++ b/storage/backups/borg/backup.py @@ -403,7 +403,7 @@ def parseArgs(): ### DEFAULTS ### _date = datetime.datetime.now().strftime("%Y_%m_%d.%H_%M") _logfile = '/var/log/borg/{0}'.format(_date) - _mysqldir = os.path.abspath(os.path.join(os.path.expanduser('~'), 'bak', 'mysql')) + _mysqldir = os.path.abspath(os.path.join(os.path.expanduser('~'), '.bak', 'mysql')) _stagedir = os.path.abspath(os.path.join(os.path.expanduser('~'), '.bak', 'misc')) _cfgfile = os.path.abspath(os.path.join(os.path.expanduser('~'), '.config', 'optools', 'backup.json')) _defloglvl = 'info'