5 | | === v.13 === |
| 5 | === v.14 (2014-06-09) === |
| 6 | |
| 7 | * Backup options added (see [[Backups]] for more details on these options): |
| 8 | * SDTD_BACKUP_MIN_BACKUPS_KEEP |
| 9 | * SDTD_BACKUP_MAX_BACKUPS |
| 10 | * SDTD_BACKUP_MAX_STORAGE |
| 11 | * SDTD_BACKUP_MAX_AGE |
| 12 | * SDTD_BACKUP_COMPRESS |
| 13 | * Made cron-script to run backups with lower priority for reduced server load spikes. |
| 14 | |
| 15 | '''Update from previous versions:''' |
| 16 | * Add the new backups options manually to ''/etc/7dtd.conf'' |
| 17 | * Change the line in ''/etc/cron.d/7dtd-backup'' and add ''nice -n 15'' so it looks like this: |
| 18 | {{{ |
| 19 | #0 * * * * root nice -n 15 /usr/local/bin/7dtd.sh backup |
| 20 | }}} |
| 21 | (The hash in the front obviously depends whether you enabled the automatic backups or not) |
| 22 | |
| 23 | === v.13 (2014-06-05) === |