[GH-ISSUE #42] Create automated backups of the /data folder #1422

Closed
opened 2026-05-21 10:14:31 +00:00 by Dark98 · 1 comment
Owner

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.

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.
Author
Owner

@dginovker commented on GitHub (Oct 9, 2019):

Not being done for security reasons

<!-- gh-comment-id:540168003 --> @dginovker commented on GitHub (Oct 9, 2019): Not being done for security reasons
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#1422