Displaying 1 result from an estimated 1 matches for "lrwxrwxrws".
Did you mean:
lrwxrwxrwx
2009 Oct 05
1
--copy-unsafe-links does not work for "double" symlinks
...ntal file list
./
file
dir/
dir/bar -> ../bar/
dir/foofile
sent 206 bytes received 60 bytes 532.00 bytes/sec
total size is 7 speedup is 0.03
Now, host 1 contains:
drwx------ ./1
-rw------- ./1/file
drwx------ ./1/dir
-rw------- ./1/dir/foofile
lrwxrwxrws ./1/dir/bar -> ../bar
"file", "dir" and "foofile" are ok; but "bar" is a dangling symlink, and
"barfile" was not copied.
I would have expected that host 1 would contain:
drwx------ ./1
-rw------- ./1/file
drwx------ ./1/dir
-rw--...