mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Supply repository and archive name to borg in BorgListArchiveJob
.
This reverts wrong modifications introduced in 0188b753b4
.
* src/vorta/borg/list_archive.py (BorgListArchiveJob.prepare)
This commit is contained in:
parent
14a1de8c62
commit
722a8414ab
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ def prepare(cls, profile, archive_name):
|
|||
"{mode}{user}{group}{size}{"
|
||||
+ ('isomtime' if borg_compat.check('V122') else 'mtime')
|
||||
+ "}{path}{source}{health}{NL}",
|
||||
f'{profile.repo.url}::{archive_name}',
|
||||
]
|
||||
ret['ok'] = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue