Created
February 17, 2018 21:14
-
-
Save shirokoweb/ae935368c4eab305c7ee16af5ca8644c to your computer and use it in GitHub Desktop.
Cron job daily backup wp on GitHub
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 | |
git add . && \ | |
git commit -a -m "Dayly BKP `date`" && \ | |
git push origin stage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment