mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-03 18:27:01 +00:00
use --format rather than --list-format in examples, the latter is
deprecated
This commit is contained in:
parent
ebd811b352
commit
bc42f58c04
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Examples
|
|||
-rwxr-xr-x root root 2140 Fri, 2015-03-27 20:24:22 bin/bzdiff
|
||||
...
|
||||
|
||||
$ borg list /path/to/repo::archiveA --list-format="{mode} {user:6} {group:6} {size:8d} {isomtime} {path}{extra}{NEWLINE}"
|
||||
$ borg list /path/to/repo::archiveA --format="{mode} {user:6} {group:6} {size:8d} {isomtime} {path}{extra}{NEWLINE}"
|
||||
drwxrwxr-x user user 0 Sun, 2015-02-01 11:00:00 .
|
||||
drwxrwxr-x user user 0 Sun, 2015-02-01 11:00:00 code
|
||||
drwxrwxr-x user user 0 Sun, 2015-02-01 11:00:00 code/myproject
|
||||
|
|
Loading…
Reference in a new issue