]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-ftp.md
Add restore option "--exclude-rx-from FILE".
[bup.git] / Documentation / bup-ftp.md
index 04d0c728a5f705b7d20433beeeb05a3134afe8c0..a6117cc31c79c5352c445fac4b12c428583b3621 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
@@ -80,7 +83,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