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:
parent
84fdbe547d
commit
cace0778ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue