mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #42] Create automated backups of the /data folder #8362
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dginovker on GitHub (Oct 9, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/42
Just a script that runs every 24 hours that does
git checkout -b {{date}} ; git add data/* ; git commit -m "{{date}} backup" ; git push origin {{date}}so we have a Github account with continuous backups should be fine.@dginovker commented on GitHub (Oct 9, 2019):
Not being done for security reasons