]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention that certain options treat an absolute path as relative to the
authorWayne Davison <wayned@samba.org>
Sat, 27 Mar 2004 19:47:27 +0000 (19:47 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 27 Mar 2004 19:47:27 +0000 (19:47 +0000)
module's "path" dir, even when chroot is off.

rsyncd.conf.yo

index 636de130e22f23c69e44ef0710ca604b780240db..44734f31d2670469e21937e06dda66a3fd7a7864 100644 (file)
@@ -138,8 +138,10 @@ of not being able to follow symbolic links outside of the new root path
 when reading, and of complicating the preservation of usernames and groups
 (see below).  When "use chroot" is false, for security reasons,
 symlinks may only be relative paths pointing to other files within the root
-path, and leading slashes are removed from absolute paths.  The default for
-"use chroot" is true.
+path, and leading slashes are removed from most absolute paths (options
+such as --backup-dir, --compare-dest, etc. interpret an absolute path as
+rooted in the module's "path" dir, just as if chroot was specified).
+The default for "use chroot" is true.
 
 In order to preserve usernames and groupnames, rsync needs to be able to
 use the standard library functions for looking up names and IDs (i.e.