mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-12-16 05:19:43 +01:00
21 lines
561 B
JSON
21 lines
561 B
JSON
|
|
{
|
||
|
|
"database_backup": {
|
||
|
|
"use_compression": false,
|
||
|
|
"use_new_features": false,
|
||
|
|
"parallel_threads": 4,
|
||
|
|
"single_transaction": true,
|
||
|
|
"compress_on_fly": false,
|
||
|
|
"compression_level": 6,
|
||
|
|
"fallback_to_legacy": true
|
||
|
|
},
|
||
|
|
"compatibility": {
|
||
|
|
"maintain_legacy_format": true,
|
||
|
|
"dual_format_backup": false,
|
||
|
|
"auto_detect_restore": true
|
||
|
|
},
|
||
|
|
"file_backup": {
|
||
|
|
"use_parallel_compression": false,
|
||
|
|
"compression_algorithm": "gzip",
|
||
|
|
"rsync_compression": false
|
||
|
|
}
|
||
|
|
}
|