X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fbup-ftp.md;h=f0fe8a6b73d5b85343e65c0317cd75d3db7259a6;hb=e4ada8c5f7ba1b8273fa8edcda226fe526647e7b;hp=04d0c728a5f705b7d20433beeeb05a3134afe8c0;hpb=8f7bd67638e5ca99d4eccb382e5c759944aa7ab8;p=bup.git diff --git a/Documentation/bup-ftp.md b/Documentation/bup-ftp.md index 04d0c72..f0fe8a6 100644 --- a/Documentation/bup-ftp.md +++ b/Documentation/bup-ftp.md @@ -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