-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am completely confused about what you are asking for here. Rsync
uses patterns with some special additions that are only similar to
shell globbing. If you have a file named "#something#" then any of
the following in an exclude-from file would match
Trying to cat filenames like #something#. neither of the things I
thought up work.
*#*
"#"*
At least the second one above does work in a ls command like:
ls "#"*
#something#
I understood an exclude file would use shell globbing and such.
So what am I doing wrong?
--
Please use reply-all fo