summaryrefslogtreecommitdiffstats
path: root/docs/man/borg-create.1
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-11-26 20:16:01 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2017-11-27 00:02:36 +0100
commit51504bad18b9d1ef5def07811c5137be28be303a (patch)
treecb9bce56eefe63ca760b080cdbb5e2a9a7c57d9b /docs/man/borg-create.1
parentd373772517d70052720fe8f06ccad4666ff14d0b (diff)
build_man
Diffstat (limited to 'docs/man/borg-create.1')
-rw-r--r--docs/man/borg-create.14
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/borg-create.1 b/docs/man/borg-create.1
index 71b766aed..c50666ea6 100644
--- a/docs/man/borg-create.1
+++ b/docs/man/borg-create.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH BORG-CREATE 1 "2017-11-25" "" "borg backup tool"
+.TH BORG-CREATE 1 "2017-11-26" "" "borg backup tool"
.SH NAME
borg-create \- Create new archive
.
@@ -252,7 +252,7 @@ $ borg create /path/to/repo::my\-files /home \e
# Backup the root filesystem into an archive named "root\-YYYY\-MM\-DD"
# use zlib compression (good, but slow) \- default is lz4 (fast, low compression ratio)
-$ borg create \-C zlib,6 /path/to/repo::root\-{now:%Y\-%m\-%d} / \-\-one\-file\-system
+$ borg create \-C zlib,6 \-\-one\-file\-system /path/to/repo::root\-{now:%Y\-%m\-%d} /
# Backup a remote host locally ("pull" style) using sshfs
$ mkdir sshfs\-mount