]> arthur.barton.de Git - bup.git/blobdiff - README.md
Add note/0.27.1-from-0.27.md and mention in README
[bup.git] / README.md
index 9c35c490bdadcd0b0100ee0c71b173eb44625d1e..59e6cc81fab81103a4d5d6f6e00e9286b3cb565c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -83,6 +83,12 @@ Reasons you might want to avoid bup
  - Any items in "Things that are stupid" below.
 
    
+Notable changes introduced by a release
+=======================================
+
+ - <a href="note/0.27.1-from-0.27.md">Changes in 0.27.1 (unreleased) as compared to 0.27</a>
+
+
 Getting started
 ===============
 
@@ -137,8 +143,13 @@ From source
  
         make test
        
-    (The tests should pass.  If they don't pass for you, stop here and send
-     an email to bup-list@googlegroups.com.)
+    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
+    symbolic links along the current working directory path, the tests
+    may fail.  Running something like this before "make check" should
+    sidestep the problem:
+
+        cd "$(/bin/pwd)"
 
  - You can install bup via "make install", and override the default
    destination with DESTDIR and PREFIX.
@@ -215,7 +226,7 @@ Using bup
 
         bup restore -C ./dest-2 local-etc/2013-11-23-11195/etc
 
- - Make a backup on a remote server (which must already have the 'bup' command
+ - Make a backup to a remote server (which must already have the 'bup' command
    somewhere in the server's PATH (see /etc/profile, etc/environment,
    ~/.profile, or ~/.bashrc), and be accessible via ssh.
    Make sure to replace SERVERNAME with the actual hostname of your server):