docs/administration-guide.rst: explain how prune handles uncomplete backups
This commit is contained in:
parent
9ce42759ec
commit
02d22dec4d
|
@ -447,6 +447,10 @@ option covers a specific period of time. We say that backups within
|
||||||
this period are covered by this option. The next option does not take
|
this period are covered by this option. The next option does not take
|
||||||
care of already covered backups and only considers older backups.
|
care of already covered backups and only considers older backups.
|
||||||
|
|
||||||
|
The prune command also looks for unfinished and incomplete backups and
|
||||||
|
removes them unless they are newer than the last successful backup. In
|
||||||
|
this case, the last failed backup is retained.
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue