Skip to content

Instantly share code, notes, and snippets.

@DagW
Created April 18, 2017 08:04
Show Gist options
  • Save DagW/0b7db4de969a98bfe6493ea6c548f528 to your computer and use it in GitHub Desktop.
Save DagW/0b7db4de969a98bfe6493ea6c548f528 to your computer and use it in GitHub Desktop.
#!/bin/bash
/usr/bin/zip -r /tmp/repositories.zip /home/git
/usr/local/bin/aws s3 cp /tmp/repositories.zip s3://wulltnet/rpi/
rm /tmp/repositories.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment