X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/51cc96e469058f94666ffbb080024ef9981d0ac1..87a57a3072c0fe742b154bd62869cc08c65625bb:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 63359103..4cb96fa9 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsync)(1)(19 May 2005)()() +manpage(rsync)(1)(1 Jun 2005)()() manpagename(rsync)(faster, flexible replacement for rcp) manpagesynopsis() @@ -1954,12 +1954,31 @@ ensure the rsync module they copy does not include symbolic links to bf(/etc/passwd) in the public section of the site. Using bf(--copy-unsafe-links) will cause any links to be copied as the file they point to on the destination. Using bf(--safe-links) will cause -unsafe links to be omitted altogether. +unsafe links to be omitted altogether. (Note that you must specify +bf(--links) for bf(--safe-links) to have any effect.) Symbolic links are considered unsafe if they are absolute symlinks (start with bf(/)), empty, or if they contain enough bf("..") components to ascend from the directory being copied. +Here's a summary of how the symlink options are interpreted. The list is +in order of precedence, so if your combination of options isn't mentioned, +use the first line that is a complete subset of your options: + +dit(bf(--copy-links)) Turn all symlinks into normal files (leaving no +symlinks for any other options to affect). + +dit(bf(--links --copy-unsafe-links)) Turn all unsafe symlinks into files +and duplicate all safe symlinks. + +dit(bf(--copy-unsafe-links)) Turn all unsafe symlinks into files, noisily +skip all safe symlinks. + +dit(bf(--links --safe-links)) Duplicate safe symlinks and skip unsafe +ones. + +dit(bf(--links)) Duplicate all symlinks. + manpagediagnostics() rsync occasionally produces error messages that may seem a little @@ -2061,7 +2080,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/) manpagesection(VERSION) -This man page is current for version 2.6.5pre2 of rsync. +This man page is current for version 2.6.5 of rsync. manpagesection(CREDITS)