document existing similar behavior for mscs-backup-duration

This commit is contained in:
Jeremy Singletary 2019-10-21 15:43:37 -07:00
parent ced89af3bf
commit ae74f58910
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ The following properties are available:
* mscs-default-server-command - Default command to run for a world server.
* mscs-backup-location - Location to store backup files.
* mscs-backup-log - Location of the backup log file.
* mscs-backup-duration - Length in days that backups survive.
* mscs-backup-duration - Length in days that backups survive. A value less than 1 disables backup deletion.
* mscs-log-duration - Length in days that logs survive. A value less than 1 disables log deletion.
* mscs-enable-mirror - Enable the mirror option by default for worlds (default disabled).
* mscs-mirror-path - Default path for the mirror files.

2
msctl
View File

@ -271,7 +271,7 @@ mscs_defaults() {
; Location of the backup log file.
# mscs-backup-log=/opt/mscs/backups/backup.log
; Length in days that backups survive.
; Length in days that backups survive. A value less than 1 disables backup deletion.
# mscs-backup-duration=15
; Length in days that logs survive. A value less than 1 disables log deletion.