I'm using s3cmd
on a Synology NAS.
I built an exclusion file including #recycle/*
and the --exclude-from=/path/to/exc/file
option but it doesn't work.
I already tried this: '#recycle/*'
, "#recycle/*"
and "\#recycle/*"
but s3cmd still tries to upload the '#recycle' folder contents.
I have an error when trying to using both --exclude from=/path/to/file
and -exclude='#recycle/*'
in the same command.
Any ideas?