rusnapshot
Verified for current stable LTS
Rusnapshot Command: Delete Snapshot By Id Or Name
Use for delete snapshot by id or name with Rusnapshot. Exact CLI syntax to delete snapshot by id or name using Rusnapshot.
When to use this: Use for delete snapshot by id or name with Rusnapshot.
Command Syntax
sudo rusnapshot -c <path/to/config.toml> --del --id <snapshot_id> sudo rusnapshot -c <path/to/config.toml> --del --id <snapshot_id> Live Command Builder
Final Command
sudo rusnapshot -c <path/to/config.toml> --del --id <snapshot_id> Command Breakdown
-c- Command Option
- Tool-specific option used by this command invocation.
--del- Command Option
- Tool-specific option used by this command invocation.
--id- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete snapshot by id or name using Rusnapshot.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Rusnapshot Command: Create Read Write Snapshot
sudo rusnapshot -c <path/to/config.toml> --cr -r Rusnapshot Command: Create Snapshot Using Configuration File sudo rusnapshot -c <path/to/config.toml> --cr Rusnapshot Command: Delete All Hourly Snapshots sudo rusnapshot -c <path/to/config.toml> -l -k <0> --clean --kind <hourly> Rusnapshot Command: List Created Snapshots sudo rusnapshot -c <path/to/config.toml> -l Rusnapshot Command: Restore Snapshot sudo rusnapshot -c <path/to/config.toml> --id <snapshot_id> -r