diff options
author | David Dykstra <dwd@samba.org> | 1999-02-17 19:34:40 +0000 |
---|---|---|
committer | David Dykstra <dwd@samba.org> | 1999-02-17 19:34:40 +0000 |
commit | b53136076392ff881a03baff19232aadc4617f92 (patch) | |
tree | f4a49d1f2f59be4b633503c1262a0f52658ca882 /README | |
parent | b567933566b3b2d5e863685f43f7330b4369b5e9 (diff) | |
download | rsync-b53136076392ff881a03baff19232aadc4617f92.tar.gz |
Added --copy-unsafe-links option which is like --copy-links except it is
only for symlinks that point outside the source tree. Suggested by Charles
Hines <chuck_hines@VNET.IBM.COM> in PR#1376. Also apply the option to any
symbolic links in the source portion of a path when --relative is used,
as suggested by Francis Montagnac <Francis.Montagnac@sophia.inria.fr> on
the rsync mailing list in a message titled "New option: --copy-parent-links".
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ Options -u, --update update only (don't overwrite newer files) -l, --links preserve soft links -L, --copy-links treat soft links like regular files + --copy-unsafe-links copy links outside the source tree --safe-links ignore links outside the destination tree -H, --hard-links preserve hard links -p, --perms preserve permissions |