oops
This commit is contained in:
parent
2ab3116d52
commit
e6652df291
@ -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)
|
||||
|
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user