mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix previous commit @_@
This commit is contained in:
parent
c8a18129df
commit
b266e398ff
1 changed files with 3 additions and 0 deletions
|
@ -1923,6 +1923,9 @@ class TarBackupMethod(BackupMethod):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _archive_file(self):
|
def _archive_file(self):
|
||||||
|
if isinstance(self.manager, RestoreManager):
|
||||||
|
return self.manager.archive_path
|
||||||
|
|
||||||
if isinstance(self.manager, BackupManager) and settings_get(
|
if isinstance(self.manager, BackupManager) and settings_get(
|
||||||
"misc.backup.backup_compress_tar_archives"
|
"misc.backup.backup_compress_tar_archives"
|
||||||
):
|
):
|
||||||
|
|
Loading…
Add table
Reference in a new issue