~bkidwell/rdiff-backup-ubuntu-portable

5748a7190f18b00bd2885ab79484dcc35b9e6928 — Brendan Kidwell 8 years ago 1fbfc2f master
typo
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 24,7 24,7 @@ Go to `~/bin` (create it if necessary) on the target machine and extract the con

If your target system is a shared web host like DreamHost, you probably don't have `~/bin` in the `$PATH` environment variable for "non-interactive" shells. To use your remote `rdiff-backup` in "server" mode, you must specify the "remote-schema" command line option so that the client knows where to run the server script from.

For example, if you want to use `rdiff-backup` to login to `HOST` as `FOO` and backup the `/BAR.com` folder, use the following command line on the client:
For example, if you want to use `rdiff-backup` to login to `HOST` as `FOO` and backup the `~/BAR.com` folder, use the following command line on the client:

```
rdiff-backup --remote-schema 'ssh -C %s bin/rdiff-backup --server' \