You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/ryzom/server/backup_service.cfg

35 lines
882 B
INI

15 years ago
// Use with commandline: backup_service -C. -L. --nobreak --writepid -P49990
#include "backup_service_default.cfg"
15 years ago
// ---- config local variables
15 years ago
// ---- service NeL variables (used by ConfigFile class)
15 years ago
AESAliasName = "bms_master";
15 years ago
Paths += {
".",
"../common/data_leveldesign",
15 years ago
};
// ---- service NeL variables (used by CVariable class)
15 years ago
// Where to save specific shard data (ie: player backup), relatively to SaveShardRoot
SaveFilesDirectory = "";
// where to save generic shard data (ie: packed_sheet)
WriteFilesDirectory = "data_shard";
// ---- service custom variables (used by ConfigFile class)
15 years ago
WebPort = 49970;
15 years ago
// ---- service custom variables (used by CVariable class)
15 years ago
// BS - Root directory where data are backuped to
IncrementalBackupDirectory = "../incremental_backup";
15 years ago
// Root directory where data from shards are stored into
SaveShardRoot = "save_shard/";