Commit 7bd0cf5b authored by Martin Pool's avatar Martin Pool

Clarify meaning of unsafe symlinks

parent fcb69e5c
......@@ -910,6 +910,10 @@ 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 ommitted altogether.
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.
manpagesection(DIAGNOSTICS)
rsync occasionally produces error messages that may seem a little
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment