You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this will enable weekly backups of the `survival` server.
87
-
Backups are stored in the default `$DATA_DIR/$BACKUP_DIR` which is `/srv/minecraft/<name>/backups` if you want to copy them offsite you will need to manage that yourself.
86
+
This will enable weekly backups of the `survival` server.
87
+
Backups are stored in `$DATA_DIR/$BACKUP_DIR` which is `/srv/minecraft/<name>/backups` by default.
88
+
If you want to copy them off-site you will need to manage that yourself.
88
89
89
90
90
-
## Further custimization
91
+
## Further customization
91
92
92
93
Not everything that is possible to customize has been mentioned here.
93
94
Take a look at the `minecraftctl.sh` script as it is written to be extensible.
94
95
95
96
# Portability
96
97
97
98
These scripts work on my host ;) (arch linux).
98
-
I have not tested them anywhere else, if you run into a bug please file on issue here on github or better yet submit a PR.
99
+
I have not tested them anywhere else, if you run into a bug please file an issue here on github or better yet submit a PR.
0 commit comments