Skip to content

Instantly share code, notes, and snippets.

@iamkingsleyf
Created September 8, 2015 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save iamkingsleyf/58b8b462d225e13bfd91 to your computer and use it in GitHub Desktop.
Save iamkingsleyf/58b8b462d225e13bfd91 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo 'Started'
date +'%a %b %e %H:%M:$S %Z %Y'
s3cmd sync --recursive --preserve /srv s3://nameofyours3bucket
s3cmd sync --recursive --preserve /etc s3://nameofyours3bucket
s3cmd sync --recursive --preserve /home s3://nameofyours3bucket
s3cmd sync --recursive --preserve /var s3://nameofyours3bucket
dpkg --get-selections > dpkg.list
s3cmd sync --recursive --preserve dpkg.list s3://nameofyours3bucket
date +'%a %b %e %H:%M:$S %Z %Y'
echo 'Finished'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment