Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created August 6, 2012 16:17
Show Gist options
  • Save wizardishungry/3276054 to your computer and use it in GitHub Desktop.
Save wizardishungry/3276054 to your computer and use it in GitHub Desktop.
TACO BELL PROGRAMMING MENU
cd /mnt/whatever &&
find * -type f -print0 | xargs -0 -n 1 -P 5 -I % s3cmd sync --skip-existing % s3://bucketwhatever/%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment