Can't seem to figure out backups #602
Unanswered
generalrap
asked this question in
Q&A
Replies: 1 comment
-
Try removing those variables from your .env file and see if it works with defaults! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't seem to figure out automatic backups. In my environment file, I have the following defined, which should zip a backup and add it to the backups directory every 5 minutes, regardless if players are on the server or not, and hold an unlimited amount of backups until they reach 7 days of age. (I get that this is overkill; I'm just trying to troubleshoot, and will move things to a 1 hour time frame afterward)
However, it does not seem to work fully. The backups subdirectory has been created in config, and a backup file is generated every time the server is stood up, whether manually or automatically. But after that initial file, nothing else happens. Am I missing something? I feel like this should be pretty straightforward.
For additional context, here's my docker-compose.yaml:
Beta Was this translation helpful? Give feedback.
All reactions