X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=README.md;h=aabd4b3c7f36ead095022c79ea1c619097deac69;hb=0c32e7c033fcfa7dbda9e0fee8b5910cdbbe6e7a;hp=f7455a63e186876d1c5a74ab9787ded79620299d;hpb=2ad655132f31ad33beda90211cbc29c7725b1e36;p=bup.git diff --git a/README.md b/README.md index f7455a6..aabd4b3 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Reasons you might want to avoid bup Notable changes introduced by a release ======================================= + - Changes in 0.29.2 as compared to 0.29.1 - Changes in 0.29.1 as compared to 0.29 - Changes in 0.29 as compared to 0.28.1 - Changes in 0.28.1 as compared to 0.28 @@ -153,7 +154,11 @@ From source - Run the tests: - make test + make long-check + + or if you're in a bit more of a hurry: + + make check The tests should pass. If they don't pass for you, stop here and send an email to bup-list@googlegroups.com. Though if there are @@ -209,7 +214,9 @@ Using bup bup help restore ... - - Initialize the default BUP_DIR (~/.bup): + - Initialize the default BUP_DIR (~/.bup -- you can choose another by + either specifying `bup -d DIR ...` or setting the `BUP_DIR` + environment variable for a command): bup init @@ -296,7 +303,7 @@ Using bup - Look at how little extra space your second backup used on top of the first: - du -s ~/.bup + du -s ~/.bup - Restore the first tar backup again (the ~1 is git notation for "one older than the most recent"):