prune.rst.inc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_prune:
  3. borg prune
  4. ----------
  5. .. code-block:: none
  6. borg [common options] prune [options]
  7. .. only:: html
  8. .. class:: borg-options-table
  9. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  10. | **options** |
  11. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  12. | | ``-n``, ``--dry-run`` | do not change repository |
  13. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  14. | | ``--force`` | force pruning of corrupted archives, use ``--force --force`` in case ``--force`` does not work. |
  15. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  16. | | ``-s``, ``--stats`` | print statistics for the deleted archive |
  17. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  18. | | ``--list`` | output verbose list of archives it keeps/prunes |
  19. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  20. | | ``--short`` | use a less wide archive part format |
  21. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  22. | | ``--list-pruned`` | output verbose list of archives it prunes |
  23. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  24. | | ``--list-kept`` | output verbose list of archives it keeps |
  25. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  26. | | ``--format FORMAT`` | specify format for the archive part (default: "{archive:<36} {time} [{id}]") |
  27. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  28. | | ``--keep-within INTERVAL`` | keep all archives within this time interval |
  29. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  30. | | ``--keep-last``, ``--keep-secondly`` | number of secondly archives to keep |
  31. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  32. | | ``--keep-minutely`` | number of minutely archives to keep |
  33. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  34. | | ``-H``, ``--keep-hourly`` | number of hourly archives to keep |
  35. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  36. | | ``-d``, ``--keep-daily`` | number of daily archives to keep |
  37. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  38. | | ``-w``, ``--keep-weekly`` | number of weekly archives to keep |
  39. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  40. | | ``-m``, ``--keep-monthly`` | number of monthly archives to keep |
  41. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  42. | | ``-y``, ``--keep-yearly`` | number of yearly archives to keep |
  43. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  44. | | ``-c SECONDS``, ``--checkpoint-interval SECONDS`` | write checkpoint every SECONDS seconds (Default: 1800) |
  45. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  46. | .. class:: borg-common-opt-ref |
  47. | |
  48. | :ref:`common_options` |
  49. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  50. | **Archive filters** — Archive filters can be applied to repository targets. |
  51. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  52. | | ``-a PATTERN``, ``--match-archives PATTERN`` | only consider archive names matching the pattern. see "borg help match-archives". |
  53. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  54. | | ``--oldest TIMESPAN`` | consider archives between the oldest archive's timestamp and (oldest + TIMESPAN), e.g. 7d or 12m. |
  55. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  56. | | ``--newest TIMESPAN`` | consider archives between the newest archive's timestamp and (newest - TIMESPAN), e.g. 7d or 12m. |
  57. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  58. | | ``--older TIMESPAN`` | consider archives older than (now - TIMESPAN), e.g. 7d oder 12m. |
  59. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  60. | | ``--newer TIMESPAN`` | consider archives newer than (now - TIMESPAN), e.g. 7d or 12m. |
  61. +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------+
  62. .. raw:: html
  63. <script type='text/javascript'>
  64. $(document).ready(function () {
  65. $('.borg-options-table colgroup').remove();
  66. })
  67. </script>
  68. .. only:: latex
  69. options
  70. -n, --dry-run do not change repository
  71. --force force pruning of corrupted archives, use ``--force --force`` in case ``--force`` does not work.
  72. -s, --stats print statistics for the deleted archive
  73. --list output verbose list of archives it keeps/prunes
  74. --short use a less wide archive part format
  75. --list-pruned output verbose list of archives it prunes
  76. --list-kept output verbose list of archives it keeps
  77. --format FORMAT specify format for the archive part (default: "{archive:<36} {time} [{id}]")
  78. --keep-within INTERVAL keep all archives within this time interval
  79. --keep-last, --keep-secondly number of secondly archives to keep
  80. --keep-minutely number of minutely archives to keep
  81. -H, --keep-hourly number of hourly archives to keep
  82. -d, --keep-daily number of daily archives to keep
  83. -w, --keep-weekly number of weekly archives to keep
  84. -m, --keep-monthly number of monthly archives to keep
  85. -y, --keep-yearly number of yearly archives to keep
  86. -c SECONDS, --checkpoint-interval SECONDS write checkpoint every SECONDS seconds (Default: 1800)
  87. :ref:`common_options`
  88. |
  89. Archive filters
  90. -a PATTERN, --match-archives PATTERN only consider archive names matching the pattern. see "borg help match-archives".
  91. --oldest TIMESPAN consider archives between the oldest archive's timestamp and (oldest + TIMESPAN), e.g. 7d or 12m.
  92. --newest TIMESPAN consider archives between the newest archive's timestamp and (newest - TIMESPAN), e.g. 7d or 12m.
  93. --older TIMESPAN consider archives older than (now - TIMESPAN), e.g. 7d oder 12m.
  94. --newer TIMESPAN consider archives newer than (now - TIMESPAN), e.g. 7d or 12m.
  95. Description
  96. ~~~~~~~~~~~
  97. The prune command prunes a repository by deleting all archives not matching
  98. any of the specified retention options.
  99. Important: Repository disk space is **not** freed until you run ``borg compact``.
  100. This command is normally used by automated backup scripts wanting to keep a
  101. certain number of historic backups. This retention policy is commonly referred to as
  102. `GFS <https://en.wikipedia.org/wiki/Backup_rotation_scheme#Grandfather-father-son>`_
  103. (Grandfather-father-son) backup rotation scheme.
  104. Also, prune automatically removes checkpoint archives (incomplete archives left
  105. behind by interrupted backup runs) except if the checkpoint is the latest
  106. archive (and thus still needed). Checkpoint archives are not considered when
  107. comparing archive counts against the retention limits (``--keep-X``).
  108. If you use --match-archives (-a), then only archives that match the pattern are
  109. considered for deletion and only those archives count towards the totals
  110. specified by the rules.
  111. Otherwise, *all* archives in the repository are candidates for deletion!
  112. There is no automatic distinction between archives representing different
  113. contents. These need to be distinguished by specifying matching globs.
  114. If you have multiple sequences of archives with different data sets (e.g.
  115. from different machines) in one shared repository, use one prune call per
  116. data set that matches only the respective archives using the --match-archives
  117. (-a) option.
  118. The ``--keep-within`` option takes an argument of the form "<int><char>",
  119. where char is "H", "d", "w", "m", "y". For example, ``--keep-within 2d`` means
  120. to keep all archives that were created within the past 48 hours.
  121. "1m" is taken to mean "31d". The archives kept with this option do not
  122. count towards the totals specified by any other options.
  123. A good procedure is to thin out more and more the older your backups get.
  124. As an example, ``--keep-daily 7`` means to keep the latest backup on each day,
  125. up to 7 most recent days with backups (days without backups do not count).
  126. The rules are applied from secondly to yearly, and backups selected by previous
  127. rules do not count towards those of later rules. The time that each backup
  128. starts is used for pruning purposes. Dates and times are interpreted in the local
  129. timezone of the system where borg prune runs, and weeks go from Monday to Sunday.
  130. Specifying a negative number of archives to keep means that there is no limit.
  131. As of borg 1.2.0, borg will retain the oldest archive if any of the secondly,
  132. minutely, hourly, daily, weekly, monthly, or yearly rules was not otherwise able to
  133. meet its retention target. This enables the first chronological archive to continue
  134. aging until it is replaced by a newer archive that meets the retention criteria.
  135. The ``--keep-last N`` option is doing the same as ``--keep-secondly N`` (and it will
  136. keep the last N archives under the assumption that you do not create more than one
  137. backup archive in the same second).
  138. When using ``--stats``, you will get some statistics about how much data was
  139. deleted - the "Deleted data" deduplicated size there is most interesting as
  140. that is how much your repository will shrink.
  141. Please note that the "All archives" stats refer to the state after pruning.
  142. You can influence how the ``--list`` output is formatted by using the ``--short``
  143. option (less wide output) or by giving a custom format using ``--format`` (see
  144. the ``borg rlist`` description for more details about the format string).