Full backup: ~17 minutes Incremental after 1.4% change: ~2 minutes Incremental after 0.4% change: ~56 seconds 71x less data scanned vs full backup 65–72% storage savings (LZ4 + block-level dedup)
No kernel module compilation per kernel version, no reboots, sandboxed execution via the eBPF verifier. Restore at file, partition, or full disk level from any point in the chain. Honest caveat: the eBPF path only works on Linux kernel 5.10+. For legacy Linux and Windows we fall back to full-disk scan based incrementals — slower, but it works. XReplicator grew out of XMigrate, our open source project for making VM workloads portable across clouds. The product is closed source but there's a free community version. https://xmigrate.cloud https://github.com/xmigrate/xreplicator/releases Happy to go deep on the eBPF implementation - ask away.