mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-23 09:56:20 -05:00
Update documentation of borg create
borg create examples within documentation mention 1.1 as a future version of borg.
This commit is contained in:
parent
0538dbfd64
commit
bc2642a0cd
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ Examples
|
|||
|
||||
# Use short hostname, user name and current time in archive name
|
||||
$ borg create /path/to/repo::{hostname}-{user}-{now} ~
|
||||
# Similar, use the same datetime format as borg 1.1 will have as default
|
||||
# Similar, use the same datetime format that is default as of borg 1.1
|
||||
$ borg create /path/to/repo::{hostname}-{user}-{now:%Y-%m-%dT%H:%M:%S} ~
|
||||
# As above, but add nanoseconds
|
||||
$ borg create /path/to/repo::{hostname}-{user}-{now:%Y-%m-%dT%H:%M:%S.%f} ~
|
||||
|
|
|
|||
Loading…
Reference in a new issue