From e6652df291a744af9d0fdb71083c58e1bd59c219 Mon Sep 17 00:00:00 2001 From: brent s Date: Sun, 2 Jun 2019 19:11:07 -0400 Subject: [PATCH] oops --- storage/backups/borg/backup.py | 2 +- storage/backups/borg/plugins/yum_pkgs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/backups/borg/backup.py b/storage/backups/borg/backup.py index f6206be..4faf4ec 100755 --- a/storage/backups/borg/backup.py +++ b/storage/backups/borg/backup.py @@ -718,7 +718,7 @@ def parseArgs(): dest = 'target_dir', help = ('The path to the directory where the restore should be dumped to. It is ' 'recommended to not restore to the same directory that the archive is taken from. ' - 'A subdirectory will be created for each server.' + 'A subdirectory will be created for each server. ' 'If multiple repos (or "all") are provided, subdirectories will be created per ' 'repo under their respective server(s).')) return (args) diff --git a/storage/backups/borg/plugins/yum_pkgs.py b/storage/backups/borg/plugins/yum_pkgs.py index 816528d..5346835 100644 --- a/storage/backups/borg/plugins/yum_pkgs.py +++ b/storage/backups/borg/plugins/yum_pkgs.py @@ -39,7 +39,7 @@ py3 = 0x30000f0 # TODO: check the version incompats class Backup(object): def __init__(self, explicit_only = True, include_deps = False, - output = '~/.cache/backup/installed_pkgs.xml'): + output = '~/.cache/backup/misc/installed_pkgs.xml'): self.explicit_only = explicit_only self.include_deps = include_deps self.reasons = []