Created
January 15, 2017 00:10
-
-
Save nmarley/89c39c2e5ac1539411ea301c0b9b50eb to your computer and use it in GitHub Desktop.
basic backup scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| tarsnap -c -f var-lib-gitolite-$(date +%Y%m%d-%H%M%S) /var/lib/gitolite3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment