On 20/02/13 14:07, John Sauter wrote: > On Tue, 2013-02-19 at 16:16 -0600, Matt Domsch wrote: >> On Tue, Feb 19, 2013 at 01:33:35PM -0600, Domsch, Matt wrote: >>> I believe what you are looking for is the rsync equivalent of: >>> >>> $ pushd src >>> $ find . -name \*.gpg > ../files-from.txt >>> $ popd >>> $ rsync --files-from=files-from.txt src dst >>> >>> which copies only the files specified in files-from.txt which was >>> created apriori to the rsync. Correct? >>> >>> >>> Something like the patch below, found at: >>> https://github.com/mdomsch/s3cmd/tree/files-from/ >>> > This sounds like it will solve my problem. Please let me know when you > have a version of S3cmd with --files-from implemented for sync, and I'll > give it a try.
Hi Matt Can we have --files-from enabled for stdin? I think it would be a common scenario: find . -name \*.gpg | s3cmd --files-from=- put s3://... Thanks! Michal ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ S3tools-general mailing list S3tools-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/s3tools-general