|
|
|
@ -123,7 +123,7 @@ class Backup(MethodsInterface):
|
|
|
|
|
self.printWARNING(
|
|
|
|
|
_("Ignored settings the following packages: %s") %
|
|
|
|
|
", ".join(skip_packages))
|
|
|
|
|
not_installed_files = [x[0] for x in not_installed_files]
|
|
|
|
|
not_installed_files = [x[1] for x in not_installed_files]
|
|
|
|
|
except KeyError:
|
|
|
|
|
raise BackupError(_("CONTENTS file is not found"))
|
|
|
|
|
for ti in (x for x in f if x.name.startswith("%s/" % root_name)):
|
|
|
|
|