rusnapshot Command Examples

BTRFS snapshotting utility written in Rust. More information: https://github.com/Edu4rdSHL/rusnapshot.

sudo rusnapshot {{[-c|--config]}} {{path/to/config.toml}} --cr

sudo rusnapshot {{[-c|--config]}} {{path/to/config.toml}} {{[-l|--list]}}

sudo rusnapshot {{[-c|--config]}} {{path/to/config.toml}} --del --id {{snapshot_id}}

sudo rusnapshot {{[-c|--config]}} {{path/to/config.toml}} {{[-l|--list]}} {{[-k|--keep]}} {{0}} --clean --kind {{hourly}}

sudo rusnapshot {{[-c|--config]}} {{path/to/config.toml}} --cr {{[-r|--rw]}}

sudo rusnapshot {{[-c|--config]}} {{path/to/config.toml}} --id {{snapshot_id}} {{[-r|--restore]}}