1
0
Fork 0
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:
real-yfprojects 2022-11-05 11:09:15 +01:00 committed by Manu
parent 14a1de8c62
commit 722a8414ab

View file

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