Hmmm...
Given that info, it would seem that all of the entries I tried (except the last one) should have worked...
... but may be limited based on the capabilities of pkgacct, which I'm guessing is why this didn't work:
Code:
/home/jackhw/public_html/AudioFiles
/public_html/AudioFiles
./AudioFiles (not really valid)
but these would:
Code:
public_html/AudioFiles
AudioFiles
It would seem that I'd probably be better served by using it to exclude mp3/wma files instead of the directory, thus preserving the directory structure... or not, since I'm already rsyncing that folder to another location anyway...

Originally Posted by
infopro
public_html/<folder to exclude> worked for me when I tested this a while back.
Your post was one that I'd referenced 
Thanks to you both