summaryrefslogtreecommitdiffstats
path: root/docs/usage/delete.rst.inc
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-10-02 15:51:17 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-10-02 15:51:17 +0200
commit3f159ca3bb88f8e2458c655c57b25ee3f376a117 (patch)
tree5e70ac4aa6f9ec442038f112b9c806b0bce61fb4 /docs/usage/delete.rst.inc
parent5d8d21df4d9260f42bb0f986a78ced6d871c2dd5 (diff)
build_man / build_usage2.0.0b3
Diffstat (limited to 'docs/usage/delete.rst.inc')
-rw-r--r--docs/usage/delete.rst.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/usage/delete.rst.inc b/docs/usage/delete.rst.inc
index e341bd399..b3dde1498 100644
--- a/docs/usage/delete.rst.inc
+++ b/docs/usage/delete.rst.inc
@@ -37,7 +37,7 @@ borg delete
+-----------------------------------------------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------------------------+
| **Archive filters** — Archive filters can be applied to repository targets. |
+-----------------------------------------------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------------------------+
- | | ``-a GLOB``, ``--glob-archives GLOB`` | only consider archive names matching the glob. sh: rules apply, see "borg help patterns". |
+ | | ``-a PATTERN``, ``--match-archives PATTERN`` | only consider archive names matching the pattern. see "borg help match-archives". |
+-----------------------------------------------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------------------------+
| | ``--sort-by KEYS`` | Comma-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp |
+-----------------------------------------------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------------------------+
@@ -73,10 +73,10 @@ borg delete
|
Archive filters
- -a GLOB, --glob-archives GLOB only consider archive names matching the glob. sh: rules apply, see "borg help patterns".
- --sort-by KEYS Comma-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
- --first N consider first N archives after other filters were applied
- --last N consider last N archives after other filters were applied
+ -a PATTERN, --match-archives PATTERN only consider archive names matching the pattern. see "borg help match-archives".
+ --sort-by KEYS Comma-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
+ --first N consider first N archives after other filters were applied
+ --last N consider last N archives after other filters were applied
Description
@@ -94,8 +94,8 @@ deleted - the "Deleted data" deduplicated size there is most interesting as
that is how much your repository will shrink.
Please note that the "All archives" stats refer to the state after deletion.
-You can delete multiple archives by specifying a matching shell pattern,
-using the ``--glob-archives GLOB`` option (for more info on these patterns,
+You can delete multiple archives by specifying a matching pattern,
+using the ``--match-archives PATTERN`` option (for more info on these patterns,
see :ref:`borg_patterns`).
Always first use ``--dry-run --list`` to see what would be deleted. \ No newline at end of file