This commit is contained in:
brent s 2019-06-02 19:11:07 -04:00
parent 2ab3116d52
commit e6652df291
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 = []