summaryrefslogtreecommitdiffstats
path: root/docs/usage/delete.rst.inc
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-12-08 10:21:20 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2015-12-08 10:21:20 +0100
commitf7abff87f958b7c8967cb02ad31eda577afb0f48 (patch)
treef1474f3d5978b3e1b7408e3e1f359006c182f033 /docs/usage/delete.rst.inc
parent9c3b206bf792e23f49b89b66ef9003700a915725 (diff)
ran build_usage
Diffstat (limited to 'docs/usage/delete.rst.inc')
-rw-r--r--docs/usage/delete.rst.inc29
1 files changed, 17 insertions, 12 deletions
diff --git a/docs/usage/delete.rst.inc b/docs/usage/delete.rst.inc
index afdbd9db1..587e7064e 100644
--- a/docs/usage/delete.rst.inc
+++ b/docs/usage/delete.rst.inc
@@ -4,25 +4,30 @@ borg delete
-----------
::
- usage: borg delete [-h] [-v] [--show-rc] [--no-files-cache] [--umask M]
- [--remote-path PATH] [-s] [-c]
+ usage: borg delete [-h] [-v] [--debug] [--lock-wait N] [--show-rc]
+ [--no-files-cache] [--umask M] [--remote-path PATH] [-s]
+ [-c]
[TARGET]
Delete an existing repository or archive
positional arguments:
- TARGET archive or repository to delete
+ TARGET archive or repository to delete
optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
- --show-rc show/log the return code (rc)
- --no-files-cache do not load/update the file metadata cache used to
- detect unchanged files
- --umask M set umask to M (local and remote, default: 63)
- --remote-path PATH set remote path to executable (default: "borg")
- -s, --stats print statistics for the deleted archive
- -c, --cache-only delete only the local cache for the given repository
+ -h, --help show this help message and exit
+ -v, --verbose, --info
+ enable informative (verbose) output, work on log level
+ INFO
+ --debug enable debug output, work on log level DEBUG
+ --lock-wait N wait for the lock, but max. N seconds (default: 1).
+ --show-rc show/log the return code (rc)
+ --no-files-cache do not load/update the file metadata cache used to
+ detect unchanged files
+ --umask M set umask to M (local and remote, default: 0077)
+ --remote-path PATH set remote path to executable (default: "borg")
+ -s, --stats print statistics for the deleted archive
+ -c, --cache-only delete only the local cache for the given repository
Description
~~~~~~~~~~~