
rusnapshot
List of commands for rusnapshot:
-
rusnapshot:tldr:5dd53 rusnapshot: Delete a snapshot by ID or the name of the snapshot.$ sudo rusnapshot -c ${path-to-config-toml} --del --id ${snapshot_id}try on your machineexplain this command
-
rusnapshot:tldr:76e75 rusnapshot: Restore a snapshot.$ sudo rusnapshot -c ${path-to-config-toml} --id ${snapshot_id} --restoretry on your machineexplain this command
-
rusnapshot:tldr:aaa62 rusnapshot: Create a snapshot using a config file.$ sudo rusnapshot --config ${path-to-config-toml} --crtry on your machineexplain this command
-
rusnapshot:tldr:ade6b rusnapshot: Create a read-write snapshot.$ sudo rusnapshot -c ${path-to-config-toml} --cr --rwtry on your machineexplain this command
-
rusnapshot:tldr:b87bb rusnapshot: List created snapshots.$ sudo rusnapshot -c ${path-to-config-toml} --listtry on your machineexplain this command
-
rusnapshot:tldr:e057a rusnapshot: Delete all `hourly` snapshots.$ sudo rusnapshot -c ${path-to-config-toml} --list --keep ${0} --clean --kind ${hourly}try on your machineexplain this command