summaryrefslogtreecommitdiff
path: root/obnam.1.in
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-23 17:22:00 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-23 17:22:19 +0000
commitc809c7e7547b5b46709a3bef7690554002c348e8 (patch)
tree156998b12be343f78c79c4639706300ec25b0192 /obnam.1.in
parenta1a1e3a3f7db37673cabdcbf72c0fc68a1fe4def (diff)
downloadobnam-c809c7e7547b5b46709a3bef7690554002c348e8.tar.gz
Remove the --viewmode setting
I'm trying to simplify the code so I can make changes to it. Also, having fewer options is better (despite the fact that Obnam has tons of them already).
Diffstat (limited to 'obnam.1.in')
-rw-r--r--obnam.1.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/obnam.1.in b/obnam.1.in
index 27066392..3ca77096 100644
--- a/obnam.1.in
+++ b/obnam.1.in
@@ -574,14 +574,12 @@ obnam restore \-\-repository sftp://your.server/~/backups \\
Alternatively, mount the backup repository using the FUSE filesystem
(note that the
.B \-\-to
-option is necessary and that the
-.B \-\-viewmode
-option is usually a good idea):
+option is necessary):
.IP
.nf
mkdir my-repo
obnam restore \-\-repository sftp://your.server/~/backups \\
-\-\-to my-repo \-\-viewmode multiple
+\-\-to my-repo
cp my-repo/latest/$HOME/myfile.txt
fusermount -u my-repo
.PP
@@ -607,7 +605,7 @@ obnam fsck \-\-repository sftp://your.server/~/backups
To view the backed up files in the backup repository using FUSE:
.IP
.nf
-obnam mount \-\-to my-fuse \-\-viewmode multiple
+obnam mount \-\-to my-fuse
ls -lh my-fuse
fusermount -u my-fuse
.fi