summaryrefslogtreecommitdiff
path: root/obnam.1.in
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-18 15:21:38 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-18 15:21:38 +0000
commit5cf81a682c84146e35dd04e1b6f9d875fa15b9c5 (patch)
treec7398a48704c58e8e62769c1b8ccd40875fe83e2 /obnam.1.in
parent7ca55bc63ecccc94395acab81d5d68b9a23526ed (diff)
downloadobnam-5cf81a682c84146e35dd04e1b6f9d875fa15b9c5.tar.gz
break long lines in examples
Diffstat (limited to 'obnam.1.in')
-rw-r--r--obnam.1.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/obnam.1.in b/obnam.1.in
index d9eb2293..489688fb 100644
--- a/obnam.1.in
+++ b/obnam.1.in
@@ -425,13 +425,15 @@ obnam restore \-\-repository sftp://your.server/~/backups \\
To check that the backup worked:
.IP
.nf
-obnam verify \-\-repository sftp://your.server/~/backups /path/to/file
+obnam verify \-\-repository sftp://your.server/~/backups \\
+/path/to/file
.PP
To remove old backups, keeping the newest backup for each day for
ten years:
.IP
.nf
-obnam forget \-\-repository sftp://your.server/~/backups \-\-keep 3650d
+obnam forget \-\-repository sftp://your.server/~/backups \\
+\-\-keep 3650d
.PP
To verify that the backup repository is OK:
.IP