Custom defaults

You can modify the SQribe defaults for backup and restore jobs by creating the appropriate settings files within the SQribe data folder (in your user home folder) at ~/sqribe/.

backup-defaults.json

{
  "beep_on_completion": true,
  "chunk_data": false,
  "chunk_size_mb": 10,
  "compress_data": false,
  "confirm_start": true,
  "console_dark_mode": true,
  "data_blacklist": "",
  "logging": "true",
  "max_thread_count": 4,
  "objects": "all",
  "output_path": "~/Desktop/sqribe-backup",
  "suppress_start_warnings": false
}

restore-defaults.json

{
  "beep_on_completion": true,
  "confirm_start": true,
  "console_dark_mode": true,
  "erase_database": true,
  "logging": "true",
  "max_thread_count": 4,
  "objects": "all",
  "script_path": "~/Desktop/sqribe-backup",
  "suppress_start_warnings": false,
  "table_protection": ""
}