mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 13:47:16 +00:00
docs: add note about GFS (#6006)
docs: add note about grandfather-father-son backup retention policy / rotation scheme
This commit is contained in:
parent
b4f54399d8
commit
8b61fd308c
1 changed files with 3 additions and 1 deletions
|
@ -4309,7 +4309,9 @@ def define_borg_mount(parser):
|
|||
Important: Repository disk space is **not** freed until you run ``borg compact``.
|
||||
|
||||
This command is normally used by automated backup scripts wanting to keep a
|
||||
certain number of historic backups.
|
||||
certain number of historic backups. This retention policy is commonly referred to as
|
||||
`GFS <https://en.wikipedia.org/wiki/Backup_rotation_scheme#Grandfather-father-son>`_
|
||||
(Grandfather-father-son) backup rotation scheme.
|
||||
|
||||
Also, prune automatically removes checkpoint archives (incomplete archives left
|
||||
behind by interrupted backup runs) except if the checkpoint is the latest
|
||||
|
|
Loading…
Reference in a new issue