diff --git a/README.md b/README.md index 4059d1a..2f87038 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,10 @@ Save that SECRETEXAMPLESTRING to secret.php: # nginx configuration See + +# Daily backup + + + + @daily cd /srv/www/greptweet.com && git describe --always > version.txt + @daily find /srv/www/greptweet.com/u/ -name '*.gz' -type f -exec tar rf /srv/www/backup.greptweet.com/tweets.tar {} +