Configurable automatic database backups.
This commit is contained in:
3
L2J_Mobius_3.0_Helios/dist/backup/readme.txt
vendored
Normal file
3
L2J_Mobius_3.0_Helios/dist/backup/readme.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
MySQL backups are stored in this folder.
|
||||
Separate game and login server backups are possible.
|
||||
Just enable the 'BackupDatabase' option in the equivalent server config file.
|
@@ -62,6 +62,24 @@ MaximumDbConnections = 500
|
||||
MaximumDbIdleTime = 0
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Automatic Database Backup Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
# Generate database backups when server restarts or shuts down.
|
||||
BackupDatabase = False
|
||||
|
||||
# Path to MySQL bin folder. Only necessary on Windows.
|
||||
MySqlBinLocation = C:/xampp/mysql/bin/
|
||||
|
||||
# Path where MySQL backups are stored.
|
||||
BackupPath = ../backup/
|
||||
|
||||
# Maximum number of days that backups will be kept.
|
||||
# Old files in backup folder will be deleted.
|
||||
# Set to 0 to disable.
|
||||
BackupDays = 30
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Misc Server Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@@ -62,6 +62,24 @@ MaximumDbConnections = 50
|
||||
MaximumDbIdleTime = 0
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Automatic Database Backup Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
# Generate database backups when server restarts or shuts down.
|
||||
BackupDatabase = False
|
||||
|
||||
# Path to MySQL bin folder. Only necessary on Windows.
|
||||
MySqlBinLocation = C:/xampp/mysql/bin/
|
||||
|
||||
# Path where MySQL backups are stored.
|
||||
BackupPath = ../backup/
|
||||
|
||||
# Maximum number of days that backups will be kept.
|
||||
# Old backups will be deleted.
|
||||
# Set to 0 to disable.
|
||||
BackupDays = 30
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Security
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user