From 3ae8a95935cfb89a93ed5c9d1340d65f15d1b8bd Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 27 Feb 2016 20:55:14 +0100 Subject: [PATCH] ran build_api and build_usage --- docs/usage/list.rst.inc | 7 ++++++- docs/usage/prune.rst.inc | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/usage/list.rst.inc b/docs/usage/list.rst.inc index 5f4160cfc..33593017f 100644 --- a/docs/usage/list.rst.inc +++ b/docs/usage/list.rst.inc @@ -6,7 +6,7 @@ borg list usage: borg list [-h] [-v] [--debug] [--lock-wait N] [--show-rc] [--no-files-cache] [--umask M] [--remote-path PATH] [--short] - [-P PREFIX] + [--list-format LISTFORMAT] [-P PREFIX] [REPOSITORY_OR_ARCHIVE] List archive or repository contents @@ -28,6 +28,11 @@ borg list --umask M set umask to M (local and remote, default: 0077) --remote-path PATH set remote path to executable (default: "borg") --short only print file/directory names, nothing else + --list-format LISTFORMAT + specify format for archive file listing (default: + "{mode} {user:6} {group:6} {size:8d} {isomtime} + {path}{extra}{NEWLINE}") Special "{formatkeys}" exists + to list available keys -P PREFIX, --prefix PREFIX only consider archive names starting with this prefix diff --git a/docs/usage/prune.rst.inc b/docs/usage/prune.rst.inc index 569d88310..06718004b 100644 --- a/docs/usage/prune.rst.inc +++ b/docs/usage/prune.rst.inc @@ -6,7 +6,7 @@ borg prune usage: borg prune [-h] [-v] [--debug] [--lock-wait N] [--show-rc] [--no-files-cache] [--umask M] [--remote-path PATH] [-n] - [-s] [--keep-within WITHIN] [-H HOURLY] [-d DAILY] + [-s] [--list] [--keep-within WITHIN] [-H HOURLY] [-d DAILY] [-w WEEKLY] [-m MONTHLY] [-y YEARLY] [-P PREFIX] [--save-space] [REPOSITORY] @@ -30,6 +30,7 @@ borg prune --remote-path PATH set remote path to executable (default: "borg") -n, --dry-run do not change repository -s, --stats print statistics for the deleted archive + --list output verbose list of archives it keeps/prunes --keep-within WITHIN keep all archives within this time interval -H HOURLY, --keep-hourly HOURLY number of hourly archives to keep