2016-11-02 12:32:37 +01:00
|
|
|
{
|
2016-11-02 12:54:24 +01:00
|
|
|
"enabled": {{ orientdb_automatic_backup | ternary('true','false') }},
|
|
|
|
"mode": "{{ orientdb_automatic_backup_mode }}",
|
|
|
|
"exportOptions": "{{ orientdb_automatic_backup_export_options }}",
|
|
|
|
"delay": "{{ orientdb_automatic_backup_delay }}",
|
|
|
|
"firstTime": "{{ orientdb_automatic_backup_first_time }}",
|
|
|
|
"targetDirectory": "{{ orientdb_automatic_backup_directory }}",
|
|
|
|
"targetFileName": "{{ orientdb_automatic_backup_target_file_name }}",
|
|
|
|
"compressionLevel": {{orientdb_automatic_backup_compression_level }},
|
|
|
|
"bufferSize": {{ orientdb_automatic_backup_buffer_size }}
|
2016-11-02 12:32:37 +01:00
|
|
|
}
|