From: Wayne Davison Date: Sat, 26 Jun 2010 17:52:04 +0000 (-0700) Subject: More manpage improvements. X-Git-Tag: v3.0.8pre1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a250fa251be39e7357c756fb21f62fb0267d5011;p=thirdparty%2Frsync.git More manpage improvements. --- diff --git a/rsync.yo b/rsync.yo index 9cc1a591..50fc9cb2 100644 --- 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.