15 lines
375 B
JSON
15 lines
375 B
JSON
{
|
|
"directories_to_monitor": [
|
|
"C:\\path\\to\\first\\directory",
|
|
"C:\\path\\to\\second\\directory"
|
|
],
|
|
"backup_destination": "C:\\path\\to\\backup\\destination",
|
|
"default_backup_schedule": {
|
|
"frequency": "daily",
|
|
"time": "02:00"
|
|
},
|
|
"manual_backup_directories": [],
|
|
"hashing_enabled": true,
|
|
"retry_interval": 3600,
|
|
"max_concurrent_backups": 1
|
|
} |