mirror of https://github.com/borgbase/vorta
Run `borg compact` with the `--progress` option
This commit is contained in:
parent
84fdbe547d
commit
cace0778ac
|
@ -38,7 +38,7 @@ class BorgCompactJob(BorgJob):
|
|||
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 New Issue