mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-13 11:28:26 +00:00
Add note on typical size of compressed backup
This commit is contained in:
parent
566a518f10
commit
b89d6e3163
@ -17,9 +17,12 @@ arkbackupdir="/home/steam/ARK-Backups" # path to ba
|
||||
arkwarnminutes="60" # number of minutes to warn players when using update --warn
|
||||
arkautorestartfile="ShooterGame/Saved/.autorestart" # path to autorestart file
|
||||
arkBackupPreUpdate="false" # set this to true if you want to perform a backup before updating
|
||||
#arkStagingDir="/home/steam/ARK-Staging" # Uncomment to enable updates to be fully downloaded before restarting the server (reduces downtime while updating)
|
||||
|
||||
# Options to automatically remove old backups to keep backup size in check
|
||||
# Each compressed backup is generally about 1-2MB in size.
|
||||
arkMaxBackupSizeMB="500" # Set to automatically remove old backups when size exceeds this limit
|
||||
#arkMaxBackupSizeGB="2" # Uncomment this and comment the above to specify the limit in whole GB
|
||||
#arkStagingDir="/home/steam/ARK-Staging" # Uncomment to enable updates to be fully downloaded before restarting the server (reduces downtime while updating)
|
||||
|
||||
# Update warning messages
|
||||
# Modify as desired, putting the %d replacement operator where the number belongs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user