1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00

Run borg compact with the --progress option

This commit is contained in:
endumiuz 2023-01-05 11:55:23 +01:00 committed by Manu
parent 84fdbe547d
commit cace0778ac

View file

@ -38,7 +38,7 @@ def prepare(cls, profile):
ret['message'] = trans_late('messages', 'This feature needs Borg 1.2.0 or higher.')
return ret
cmd = ['borg', '--info', '--log-json', 'compact', '--cleanup-commits']
cmd = ['borg', '--info', '--log-json', 'compact', '--cleanup-commits', '--progress']
cmd.append(f'{profile.repo.url}')
ret['ok'] = True