diff options
author | Micah Anderson <micah@riseup.net> | 2006-03-20 23:08:07 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-03-20 23:08:07 +0000 |
commit | 8f7a366d32296c68fb70c740c6143fec5487df2f (patch) | |
tree | aaaa0a724d3bdd54c4805c5fa9b838476d35b297 /examples/example.rdiff | |
parent | 0e353b42dba44211f42108c29f3f9169aecf4e54 (diff) | |
download | backupninja-8f7a366d32296c68fb70c740c6143fec5487df2f.tar.gz backupninja-8f7a366d32296c68fb70c740c6143fec5487df2f.tar.bz2 |
Fixed su quoting usage, as outlined here:
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html
Diffstat (limited to 'examples/example.rdiff')
-rw-r--r-- | examples/example.rdiff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.rdiff b/examples/example.rdiff index da39329..698776e 100644 --- a/examples/example.rdiff +++ b/examples/example.rdiff @@ -86,7 +86,7 @@ directory = /backups host = backuphost # make the files owned by this user. you must be able to -# `su -c ssh backupuser@backhost` without specifying a password. +# `su -c "ssh backupuser@backhost"` without specifying a password. # only use if "[dest] type = remote" user = backupuser |