mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 04:01:06 -05:00
Thanks Ray, closes #46
This commit is contained in:
@@ -58,4 +58,4 @@ See <https://github.com/kaihendry/greptweet/blob/master/nginx.conf>
|
|||||||
<http://backup.greptweet.com/tweets.tar>
|
<http://backup.greptweet.com/tweets.tar>
|
||||||
|
|
||||||
@daily cd /srv/www/greptweet.com && git describe --always > version.txt
|
@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 {} +
|
@daily find /srv/www/greptweet.com/u/ -name '*.gz' -type f -print0 | tar cf /srv/www/backup.greptweet.com/tweets.tar --null -T -
|
||||||
|
|||||||
Reference in New Issue
Block a user