52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"observation_directories": [
|
|
{
|
|
"path": "C:\\Projects\\Siemens",
|
|
"type": "siemens_s7",
|
|
"enabled": true,
|
|
"description": "Directorio principal de proyectos Siemens"
|
|
},
|
|
{
|
|
"path": "D:\\Engineering\\Projects",
|
|
"type": "siemens_s7",
|
|
"enabled": true,
|
|
"description": "Proyectos de ingeniería adicionales"
|
|
},
|
|
{
|
|
"path": "C:\\Important\\Documentation",
|
|
"type": "manual",
|
|
"enabled": true,
|
|
"description": "Documentación importante para backup manual"
|
|
}
|
|
],
|
|
"backup_destination": "D:\\Backups\\AutoBackups",
|
|
"global_settings": {
|
|
"default_schedule": "daily",
|
|
"default_schedule_time": "02:00",
|
|
"retry_delay_hours": 1,
|
|
"max_concurrent_backups": 2,
|
|
"backup_timeout_minutes": 60
|
|
},
|
|
"everything_api": {
|
|
"enabled": true,
|
|
"fallback_to_filesystem_search": true,
|
|
"search_depth": -1
|
|
},
|
|
"web_interface": {
|
|
"host": "127.0.0.1",
|
|
"port": 5000,
|
|
"debug": false
|
|
},
|
|
"logging": {
|
|
"level": "INFO",
|
|
"max_log_files": 30,
|
|
"log_rotation_days": 30
|
|
},
|
|
"backup_options": {
|
|
"compression_level": 6,
|
|
"include_subdirectories": true,
|
|
"preserve_directory_structure": true,
|
|
"hash_algorithm": "md5"
|
|
}
|
|
}
|