From: koom Date: Wed, 7 Jul 2010 17:09:01 +0000 (+0200) Subject: README improvement. X-Git-Tag: bup-0.15a~1 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=42f8667f2ea063168d9a886dac1539665583b816 README improvement. Be more specific about how to update the remote PATH. --- diff --git a/README.md b/README.md index 1efd44c..065a21e 100644 --- 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