https://bugzilla.samba.org/show_bug.cgi?id=2647
--- Additional Comments From [EMAIL PROTECTED] 2005-05-17 00:11 ---
> ### Script 3 (works as expected)
If by "works as expected" you mean that it excludes a file whose name is a
single apostrophe whose grandparent directory also has a n
https://bugzilla.samba.org/show_bug.cgi?id=2647
--- Additional Comments From [EMAIL PROTECTED] 2005-05-16 23:31 ---
This isn't rsync issue but a strange manner how bash escapes the <'>.
### Script 1 (won't work):
EXLUDES="--exclude='/whatever/'"
rsync -avuz "$EXLUDES" /source /destina
https://bugzilla.samba.org/show_bug.cgi?id=2647
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugzilla.samba.org/show_bug.cgi?id=2647
--- Additional Comments From [EMAIL PROTECTED] 2005-04-26 12:55 ---
Hrm. Well, that suggestion didn't appear to work. The command that was run now
was:
/usr/bin/rsync -v --progress --delete --stats --exclude=/proc/ --exclude=/sys/
--e
https://bugzilla.samba.org/show_bug.cgi?id=2647
--- Additional Comments From [EMAIL PROTECTED] 2005-04-26 06:27 ---
That is an interesting suggestion and one I dismissed out of hand. However, it
is possible and I will evaluate that possibility. Thank you. I have removed
the single
https://bugzilla.samba.org/show_bug.cgi?id=2647
--- Additional Comments From [EMAIL PROTECTED] 2005-04-25 18:50 ---
A possible explanation is if the single-quotes are being retained in the
--exclude values instead of being removed by whatever shell you are using for
scripting.
So rsy