{
    "cache_dir": "/home/www/cache",
    "backup_dir": "/home/www/backups",
    "backup_retention_days": 14,
    "maintenance_flag": "/home/www/.maintenance",
    "enable_service_actions": true,
    "enable_backups": true,
    "enable_phpinfo": true,
    "backup_excludes": [
        "/home/www/cache",
        "/home/www/logs",
        "/home/www/backups"
    ],
    "backup_sources": [
        "/home/www"
    ],
    "backup_strategy": "incremental",
    "backup_snapshot_file": "/home/www/cache/backup_incremental.snar",
    "backup_skip_if_unchanged": true,
    "backup_compression_level": 6,
    "backup_schedule": {
        "enabled": true,
        "minute": "0",
        "hour": "3",
        "day_of_month": "*",
        "month": "*",
        "day_of_week": "*",
        "cleanup_after_backup": true,
        "remote_auto_upload": false,
        "state_file": "/home/www/cache/backup_schedule_state.json"
    },
    "disk_manage_paths": [
        "/home/www",
        "/home/www/uploads",
        "/home/www/backups",
        "/home",
        "/dev"
    ],
    "remote_backup": {
        "enabled": false,
        "auto_upload": false,
        "method": "scp",
        "host": "backup.ejemplo.com",
        "user": "backup_user",
        "port": 22,
        "path": "/backups/ctnet",
        "ssh_key": "/home/www/.ssh/id_rsa"
    }
}