Filecatalyst Profiles [top] Review
source: type: "postgresql" connection: "pg://backup-user@primary/db" dump_before_transfer: true
transfer: adaptive_bandwidth: true min_bandwidth: "20Mbps" max_bandwidth: "200Mbps" compression: "zstd" encryption: "AES-256-GCM" parallel_chunks: 8 verify_checksum: "SHA-256" filecatalyst profiles
// Exclude patterns exclude: [ " .tmp", " .partial", "/.*/" // hidden files ] Per-profile bandwidth management with priority queuing: filecatalyst profiles
destination: type: "s3" bucket: "backup-bucket" path: "database/ date /" lifecycle: "delete after 90 days" filecatalyst profiles