mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
13 lines
249 B
ReStructuredText
13 lines
249 B
ReStructuredText
.. include:: compact.rst.inc
|
|
|
|
Examples
|
|
~~~~~~~~
|
|
::
|
|
|
|
# compact segments and free repo disk space
|
|
$ borg compact /path/to/repo
|
|
|
|
# same as above plus clean up 17byte commit-only segments
|
|
$ borg compact --cleanup-commits /path/to/repo
|
|
|
|
|