mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-15 06:48:16 -07:00
document existing similar behavior for mscs-backup-duration
This commit is contained in:
parent
ced89af3bf
commit
ae74f58910
@ -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
2
msctl
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user