samba-bugs@samba.org
2005-Feb-27 23:01 UTC
[Bug 2395] problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From wayned@samba.org 2005-02-27 15:57 ------- Use --no-implied-dirs to have the path components of an -R source treated as generic dirs. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Feb-28 04:22 UTC
[Bug 2395] problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395 Dave@Yost.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Additional Comments From Dave@Yost.com 2005-02-27 21:00 ------- (In reply to comment #1) Using --no-implied-dirs fixes only one of the six failures exhibited by the test script . -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Feb-28 06:01 UTC
[Bug 2395] problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |trivial Status|REOPENED |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From wayned@samba.org 2005-02-27 22:47 ------- Everything else is caused by bugs in your test script. (e.g. overwriting the opts array with the opts scalar, removing the destination dir that holds the copied file when copying the symlink, creating a symlink named "s" in the source dir instead of "symlink", creating a symlink to a non-existant file named "referent" instead of the actual "file", etc.) -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Feb-28 07:01 UTC
[Bug 2395] problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395 ------- Additional Comments From Dave@Yost.com 2005-02-27 23:59 ------- Created an attachment (id=992) --> (https://bugzilla.samba.org/attachment.cgi?id=992&action=view) same test script but with bug fixes (In reply to comment #3) Terribly sorry to bother you with my stupid bugs. I believe I've now fixed them all, and there is still a problem with -L. This fails: rsync -L --no-implied-dirs source/s/symlink . In other words, --no-implied-dirs appears to fix the -l case but not the -L case. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Feb-28 07:21 UTC
[Bug 2395] problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395 Dave@Yost.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #992 is|0 |1 obsolete| | ------- Additional Comments From Dave@Yost.com 2005-02-28 00:02 ------- Created an attachment (id=993) --> (https://bugzilla.samba.org/attachment.cgi?id=993&action=view) corrected -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Feb-28 18:21 UTC
[Bug 2395] problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395 ------- Additional Comments From wayned@samba.org 2005-02-28 11:15 ------- Your script is creating a symlink to a non-existant file, which can't be copied with -L. If you change every instance of "referent" to "file", the script will work fine. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Feb-28 20:21 UTC
[Bug 2395] problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395 ------- Additional Comments From Dave@Yost.com 2005-02-28 13:01 ------- (In reply to comment #6) I will now go crawl into a hole. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Maybe Matching Threads
- [Bug 2395] New: problems copying from a dir that includes a symlink in the path
- DO NOT REPLY [Bug 7668] New: Add --omit-symlink-times option, same purpose as --omit-dir-times
- DO NOT REPLY [Bug 6543] New: when crashing, announce the last file that was correctly copied
- [Bug 2395] New: Error with sftp get wildcard when number of files is over 130
- DO NOT REPLY [Bug 6010] New: Need a --noprogress option