docs/administration-guide.rst: add prune docs

This commit is contained in:
Dietmar Maurer 2019-12-04 13:46:57 +01:00
parent ac456d85e8
commit 6e5a0c03fa
1 changed files with 43 additions and 0 deletions

View File

@ -99,6 +99,13 @@ Backup Time
The time when the backup was made.
Backup Group
~~~~~~~~~~~~
We call the tuple ``<type>/<ID>`` a backup group. Such group
may contains one or more backup snapshots.
Backup Snapshot
~~~~~~~~~~~~~~~
@ -395,6 +402,42 @@ To remove the ticket, simply issue a logout:
# proxmox-backup-client logout
Pruning and Removing Backups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can manually delete a backup snapshot using the ``forget``
command:
.. code-block:: console
# proxmox-backup-client forget <snapshot>
.. caution:: This command removes all the archives in this backup
snapshot so that they are inaccessible and unrecoverable.
Such manual removal is sometimes necessary, but usually the prune
command is used to systematically delete older backups.
.. code-block:: console
# proxmox-backup-client prune <group> --keep-daily 7 --keep-weekly 4 --keep-monthly 3
.. note:: Neither the prune command nor the remove command free space
in the chunk-store. The chunk-store still contains the data blocks
unless you are performing :ref:`garbage-collection`.
.. _garbage-collection:
Garbage Collection
~~~~~~~~~~~~~~~~~~
.. todo:: write garbage-collection section
.. _pve-integration:
`Proxmox VE`_ integration