Created
May 8, 2014 22:07
-
-
Save LongHairedHacker/a4c95db4100c4ff1e609 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bup version currently used in my setup | |
====================================== | |
$ bup --version | |
0.25-78-g002e80a | |
$ time bup ls desktop-home/latest/home/sebastian/ | |
[... file list ...] | |
real 0m2.796s | |
user 0m0.450s | |
sys 0m0.480s | |
latest master branch with patch | |
=============================== | |
$ ./bup --version | |
0.25-84-g06228bf | |
$ time ./bup ls desktop-home/latest/home/sebastian/ | |
[... file list ...] | |
real 0m0.542s | |
user 0m0.237s | |
sys 0m0.263s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment