| bup-ftp(1) | bup-ftp(1) |
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:
$ 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.
Avery Pennarun <apenwarr@gmail.com>.
| 0.33.3 | Bup 0.33.3 |