]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-ftp.md
Update base_version to 0.34~ for 0.34 development
[bup.git] / Documentation / bup-ftp.md
index 04d0c728a5f705b7d20433beeeb05a3134afe8c0..f0fe8a6b73d5b85343e65c0317cd75d3db7259a6 100644 (file)
@@ -27,10 +27,13 @@ lot of typing.
 
 The following commands are available inside `bup ftp`:
 
-ls [-a]
-:   print the contents of the current working directory. 
+ls [-s] [-a] [*path*]
+:   print the contents of a directory. If no path argument
+    is given, the current directory's contents are listed.
     If -a is given, also include hidden files (files which
-    start with a `.` character).
+    start with a `.` character). If -s is given, each file
+    is displayed with its hash from the bup archive to its
+    left.
 
 cd *dirname*
 :   change to a different working directory
@@ -59,8 +62,7 @@ quit
 :   exit the `bup ftp` client
 
 
-# EXAMPLE
-
+# EXAMPLES
     $ bup ftp
     bup> ls
     mybackup/    yourbackup/
@@ -80,7 +82,7 @@ quit
 
 # SEE ALSO
 
-`bup-join`(1), `bup-fuse`(1), `bup-ls`(1), `bup-save`(1), `git-show`(1)
+`bup-fuse`(1), `bup-ls`(1), `bup-save`(1), `bup-restore`(1)
 
 
 # BUP