Pular para o conteúdo

File Replication (BRC)

Este conteúdo não está disponível em sua língua ainda.

The File Replication plugin (BRC) turns NGBackup into a complete replication platform: every backup job is intercepted at the Storage Daemon and replicated 1:1 to a target filesystem in real time — so your data is instantly usable as live files, with no restore step, no extra agents and no proprietary appliances.

  • Real-time 1:1 replication while the backup runs — instant recovery, zero restore time
  • Mirror & retention modes; full, incremental and differential levels
  • Multi-site fan-out — replicate to many targets in parallel
  • Full metadata fidelity: ACLs, xattrs, sparse files, permissions, ownership, timestamps
  • BLAKE3 skip-unchanged, bandwidth throttling and AES-256-GCM at rest

Storage Daemon device — replicates every job to a target filesystem in real time:

Device {
Name = "Replicated"
Device Type = Replication
Replication Target = "/mnt/replica"
Mode = mirror # or: retention
Bandwidth = 200M
}

Standard file-level restore.

See also: Restore, Instant Recovery & V2V.