]> arthur.barton.de Git - bup.git/commitdiff
README improvement.
authorkoom <you@example.com>
Wed, 7 Jul 2010 17:09:01 +0000 (19:09 +0200)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 7 Jul 2010 17:50:57 +0000 (13:50 -0400)
Be more specific about how to update the remote PATH.

README.md

index 1efd44c44245473fea817ac01a56d44738e408ca..065a21eb610ceecf3576783762dcc7955dd0de2e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -135,8 +135,9 @@ Getting started
         GIT_DIR=~/.bup git log local-etc
        
  - Make a backup on a remote server (which must already have the 'bup' command
-   somewhere in the PATH, and be accessible via ssh; make sure to replace
-   SERVERNAME with the actual hostname of your server):
+   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):
    
         tar -cvf - /etc | bup split -r SERVERNAME: -n local-etc -vv