Skip to content

Instantly share code, notes, and snippets.

@robinkraft
Created February 10, 2012 23:04
Show Gist options
  • Save robinkraft/1793851 to your computer and use it in GitHub Desktop.
Save robinkraft/1793851 to your computer and use it in GitHub Desktop.
Move MODIS files between s3 buckets
s3cmd cp --recursive s3://formastaging/MOD13A3/2011-10-01/ s3://modisfiles/MOD13A3/2011-10-01/
s3cmd cp --recursive s3://formastaging/MOD13A3/2011-11-01/ s3://modisfiles/MOD13A3/2011-11-01/
s3cmd cp --recursive s3://formastaging/MOD13A3/2011-12-01/ s3://modisfiles/MOD13A3/2011-12-01/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment