Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ From source

- Install the needed python libraries (including the development
libraries). On Debian or Ubuntu, this is usually:

apt-get install python2.6-dev python-fuse
apt-get install python-pyxattr python-pylibacl

Expand Down Expand Up @@ -149,7 +150,7 @@ Using bup

- Look how little extra space your second backup used on top of the first:

du -s ~/.bup
du -s ~/.bup

- Restore your old backup again (the ~1 is git notation for "one older than
the most recent"):
Expand Down