2010-05-06 00:08:41 +00:00
|
|
|
// Use with commandline: backup_service -C. -L. --nobreak --writepid -P49990
|
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
#include "backup_service_default.cfg"
|
2010-05-06 00:08:41 +00:00
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
// ---- config local variables
|
2010-05-06 00:08:41 +00:00
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
// ---- service NeL variables (used by ConfigFile class)
|
2010-05-06 00:08:41 +00:00
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
AESAliasName = "bms_master";
|
2010-05-06 00:08:41 +00:00
|
|
|
|
2012-10-06 15:09:03 +00:00
|
|
|
Paths += {
|
2010-05-20 08:27:57 +00:00
|
|
|
".",
|
|
|
|
"../common/data_leveldesign",
|
2010-05-06 00:08:41 +00:00
|
|
|
};
|
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
// ---- service NeL variables (used by CVariable class)
|
2010-05-06 00:08:41 +00:00
|
|
|
|
|
|
|
// 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";
|
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
// ---- service custom variables (used by ConfigFile class)
|
2010-05-06 00:08:41 +00:00
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
WebPort = 49970;
|
2010-05-06 00:08:41 +00:00
|
|
|
|
2012-10-06 15:09:03 +00:00
|
|
|
// ---- service custom variables (used by CVariable class)
|
2010-05-06 00:08:41 +00:00
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
// BS - Root directory where data are backuped to
|
|
|
|
IncrementalBackupDirectory = "../incremental_backup";
|
2010-05-06 00:08:41 +00:00
|
|
|
|
|
|
|
// Root directory where data from shards are stored into
|
|
|
|
SaveShardRoot = "save_shard/";
|