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
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class BorgListArchiveJob(BorgJob):
"{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