More manpage improvements.
authorWayne Davison <wayned@samba.org>
Sat, 26 Jun 2010 17:52:04 +0000 (10:52 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 3 Jul 2010 15:35:44 +0000 (08:35 -0700)
rsync.yo

index 9cc1a591558a47c59f13f3cfbc9d5870697ec6e0..50fc9cb23448953eee143e55e933ab437bbe78c9 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -688,6 +688,12 @@ specify a backup suffix using the bf(--suffix) option
 (otherwise the files backed up in the specified directory
 will keep their original filenames).
 
+Note that if you specify a relative path, the backup directory will be
+relative to the destination directory, so you probably want to specify
+either an absolute path or a path that starts with "../".  If an rsync
+daemon is the receiver, the backup dir cannot go outside the module's path
+hierarchy, so take extra care not to delete it or copy into it.
+
 dit(bf(--suffix=SUFFIX)) This option allows you to override the default
 backup suffix used with the bf(--backup) (bf(-b)) option. The default suffix is a ~
 if no -bf(-backup-dir) was specified, otherwise it is an empty string.