% bup-ftp(1) Bup 0.27 % Avery Pennarun apenwarr@gmail.com % 2015-04-26
bup-ftp - ftp-like client for navigating bup repositories
bup ftp
bup ftp
is a command-line tool for navigating bup
repositories. It has commands similar to the Unix ftp
(1)
command. The file hierarchy is the same as that shown by
bup-fuse
(1) and bup-ls
(1).
Note: if your system has the python-readline library installed, you can use the \<tab> key to complete filenames while navigating your backup data. This will save you a lot of typing.
The following commands are available inside bup ftp
:
.
character). If -s is given, each file
is displayed with its hash from the bup archive to its
left.*
, ?
,
etc.)bup ftp
client$ bup ftp
bup> ls
mybackup/ yourbackup/
bup> cd mybackup/
bup> ls
2010-02-05-185507@ 2010-02-05-185508@ latest@
bup> cd latest/
bup> ls
(...etc...)
bup> get myfile
Saving 'myfile'
bup> quit
bup-fuse
(1), bup-ls
(1), bup-save
(1), bup-restore
(1)
Part of the bup
(1) suite.