Browse Source

ran build_api and build_usage

Thomas Waldmann 9 years ago
parent
commit
3ae8a95935
2 changed files with 8 additions and 2 deletions
  1. 6 1
      docs/usage/list.rst.inc
  2. 2 1
      docs/usage/prune.rst.inc

+ 6 - 1
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
     

+ 2 - 1
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