mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 02:38:43 +00:00
46 lines
No EOL
1.1 KiB
HTML
46 lines
No EOL
1.1 KiB
HTML
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
|
|
|
.. _borg_compact:
|
|
|
|
borg compact
|
|
------------
|
|
.. code-block:: none
|
|
|
|
borg [common options] compact [options]
|
|
|
|
.. only:: html
|
|
|
|
.. class:: borg-options-table
|
|
|
|
+-------------------------------------------------------+
|
|
| .. class:: borg-common-opt-ref |
|
|
| |
|
|
| :ref:`common_options` |
|
|
+-------------------------------------------------------+
|
|
|
|
.. raw:: html
|
|
|
|
<script type='text/javascript'>
|
|
$(document).ready(function () {
|
|
$('.borg-options-table colgroup').remove();
|
|
})
|
|
</script>
|
|
|
|
.. only:: latex
|
|
|
|
|
|
|
|
:ref:`common_options`
|
|
|
|
|
|
|
Description
|
|
~~~~~~~~~~~
|
|
|
|
Free repository space by deleting unused chunks.
|
|
|
|
borg compact analyzes all existing archives to find out which chunks are
|
|
actually used. There might be unused chunks resulting from borg delete or prune,
|
|
which can be removed to free space in the repository.
|
|
|
|
Differently than borg 1.x, borg2's compact needs the borg key if the repo is
|
|
encrypted. |