summaryrefslogtreecommitdiffstats
path: root/docs/usage/delete.rst.inc
diff options
context:
space:
mode:
authorMarian Beermann <public@enkore.de>2017-06-20 15:22:24 +0200
committerMarian Beermann <public@enkore.de>2017-06-20 15:23:52 +0200
commite869e7dc2f88becd181bb8f0602a33341d6b1312 (patch)
tree92a7074af7b528e619104573c7018bf2c26c0eae /docs/usage/delete.rst.inc
parentb1747873d92eaa0412398eab1259cc0a5ccfae12 (diff)
ran build_usage
Diffstat (limited to 'docs/usage/delete.rst.inc')
-rw-r--r--docs/usage/delete.rst.inc74
1 files changed, 59 insertions, 15 deletions
diff --git a/docs/usage/delete.rst.inc b/docs/usage/delete.rst.inc
index 9665be400..96d09796b 100644
--- a/docs/usage/delete.rst.inc
+++ b/docs/usage/delete.rst.inc
@@ -8,28 +8,72 @@ borg delete
borg [common options] delete [options] TARGET
-TARGET
- archive or repository to delete
+.. only:: html
+ .. class:: borg-options-table
-optional arguments
- -s, --stats print statistics for the deleted archive
- -c, --cache-only delete only the local cache for the given repository
- --force force deletion of corrupted archives, use --force --force in case --force does not work.
- --save-space work slower, but using less space
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | **positional arguments** |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | | ``TARGET`` | archive or repository to delete |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | **optional arguments** |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | | ``-s``, ``--stats`` | print statistics for the deleted archive |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | | ``-c``, ``--cache-only`` | delete only the local cache for the given repository |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | | ``--force`` | force deletion of corrupted archives, use ``--force --force`` in case ``--force`` does not work. |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | | ``--save-space`` | work slower, but using less space |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | .. class:: borg-common-opt-ref |
+ | |
+ | :ref:`common_options` |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | **filters** |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | | ``-P``, ``--prefix`` | only consider archive names starting with this prefix. |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | | ``-a``, ``--glob-archives`` | only consider archive names matching the glob. sh: rules apply, see "borg help patterns". ``--prefix`` and ``--glob-archives`` are mutually exclusive. |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | | ``--sort-by`` | 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 |
+ +-------------------------------------------------------+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+ .. raw:: html
-.. class:: borg-common-opt-ref
+ <script type='text/javascript'>
+ $(window).load(function () {
+ $('.borg-options-table colgroup').remove();
+ })
+ </script>
-:ref:`common_options`
+.. only:: latex
+ TARGET
+ archive or repository to delete
-filters
- -P, --prefix only consider archive names starting with this prefix.
- -a, --glob-archives only consider archive names matching the glob. sh: rules apply, see "borg help patterns". ``--prefix`` and ``--glob-archives`` are mutually exclusive.
- --sort-by 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
+
+ optional arguments
+ -s, --stats print statistics for the deleted archive
+ -c, --cache-only delete only the local cache for the given repository
+ --force force deletion of corrupted archives, use ``--force --force`` in case ``--force`` does not work.
+ --save-space work slower, but using less space
+
+
+ :ref:`common_options`
+ |
+
+ filters
+ -P, --prefix only consider archive names starting with this prefix.
+ -a, --glob-archives only consider archive names matching the glob. sh: rules apply, see "borg help patterns". ``--prefix`` and ``--glob-archives`` are mutually exclusive.
+ --sort-by 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