Hi all,

I'm currently trying to sync local files to s3 using s3cmd on a
windows platform and run into some little issues. Especially
--include, --exclude won't work as expected.
Basically, I have 25.000 pdf-files in a directory and sync is very
very slow, processing only one of them at a time, when I could upload
at least ten without any bandwidth-issues. I might try to apply the
parallel-patch, but it is one year old, so probably some work is
involved here, not just now but with every further update.
So I try to simply start s3cmd ten times, each on a different set of
files, due to exclude/include.

When I try
python c:\amazonS3\s3cmd-1.0.1\s3cmd -c
c:\amazonS3\s3cmd-specialBucket.ini
--exclude-from='c:\amazonS3\exclude.txt'  --no-delete-removed
--acl-public --no-preserve --delete-removed --reduced-redundancy sync
c:/amazonS3/specialBucket/ s3://specialBucket/
I just get "invalid mode or filename". When I try "--exclude='*.pdf'
--include='*0.pdf'" every pdf in my local directory is synced, which
is precisely what I do not want to happen. "--exclude '*.pdf'
--include '*0.pdf'" work the same, i.e. not at all.

Is there some basic misunderstanding or could it be caused by the
platform? Personally, I'm more a unix-guy.

Any help is greatly appreciated.

-- 
CU,
   Patrick.

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to