This is a CLI tool to backup and restore Fuel Core databases (rocksdb).
The tests for backup and restore are already located in fuel-core.
cargo run -- --helpcargo run --release -- backup --backup-from /path/to/db --backup-to /path/to/backupcargo run --release --features compress -- backup --backup-from /path/to/db --backup-to /path/to/backup.xzcargo run --release -- restore --restore-from /path/to/backup --restore-to /path/to/dbcargo run --release --features compress -- restore --restore-from /path/to/backup.xz --restore-to /path/to/dbPrecompiled binaries are available in the nightly releases, please download the appropriate one for your system there.