Server Configuration/Backup.eco: Difference between revisions
From Eco - English Wiki
| [checked revision] | [checked revision] |
Created page with "{| class="wikitable" |+ ! Setting !! Default !! Options !! Description |- | |} "Enabled": true, "MaxBackupsInLastHour": 2, "MaxHourlyBackups": 24, "MaxDailyBackups": 3, "MaxWeeklyBackups": 10, "BackupFrequencyInHours": 0.5, "HeadBackupEnabled": false" |
Pwnerdonor (talk | contribs) Updating with latest config information |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{| class="wikitable" | [[Category:Server Management]] | ||
The settings in this file can be accessed in-game by using the /serverui command and navigating to Initial Setup -> Backup | |||
! Setting | |||
{| class="wikitable sortable table table-striped table-bordered" | |||
!Setting | |||
!Default | |||
!Description | |||
|- | |||
|<code>Enabled</code> | |||
|<code>true</code> | |||
|Enables or disables automatic backup. | |||
|- | |||
|<code>MaxBackupsInLastHour</code> | |||
|<code>2.0</code> | |||
|Maximum number of backups to keep from the last hour. | |||
|- | |||
|<code>MaxHourlyBackups</code> | |||
|<code>2.0</code> | |||
|Maximum number of backups to keep per hour. | |||
|- | |||
|<code>MaxDailyBackups</code> | |||
|<code>2.0</code> | |||
|Maximum number of backups to keep per day. | |||
|- | |||
|<code>MaxWeeklyBackups</code> | |||
|<code>2.0</code> | |||
|Maximum number of backups to keep per week. | |||
|- | |||
|<code>BackupFrequencyInHours</code> | |||
|<code>2.0</code> | |||
|Frequency of backups in hours. | |||
|- | |- | ||
| | |<code>HeadBackupEnabled</code> | ||
|<code>false</code> | |||
|Special kind of backup which always contains current 'HEAD' state and overwrites every time. It happens often enough to minimize data loss. | |||
|} | |} | ||
Latest revision as of 10:56, 14 January 2026
The settings in this file can be accessed in-game by using the /serverui command and navigating to Initial Setup -> Backup
| Setting | Default | Description |
|---|---|---|
Enabled
|
true
|
Enables or disables automatic backup. |
MaxBackupsInLastHour
|
2.0
|
Maximum number of backups to keep from the last hour. |
MaxHourlyBackups
|
2.0
|
Maximum number of backups to keep per hour. |
MaxDailyBackups
|
2.0
|
Maximum number of backups to keep per day. |
MaxWeeklyBackups
|
2.0
|
Maximum number of backups to keep per week. |
BackupFrequencyInHours
|
2.0
|
Frequency of backups in hours. |
HeadBackupEnabled
|
false
|
Special kind of backup which always contains current 'HEAD' state and overwrites every time. It happens often enough to minimize data loss. |