rusnapshot
Verified for current stable LTS
Rusnapshot Command: Delete All Hourly Snapshots
Use for delete all hourly snapshots with Rusnapshot. Exact CLI syntax to delete all hourly snapshots using Rusnapshot.
When to use this: Use for delete all hourly snapshots with Rusnapshot.
Command Syntax
sudo rusnapshot -c <path/to/config.toml> -l -k <0> --clean --kind <hourly> sudo rusnapshot -c <path/to/config.toml> -l -k <0> --clean --kind <hourly> Live Command Builder
Final Command
sudo rusnapshot -c <path/to/config.toml> -l -k <0> --clean --kind <hourly> Command Breakdown
-c- Command Option
- Tool-specific option used by this command invocation.
-l- Command Option
- Tool-specific option used by this command invocation.
-k- Command Option
- Tool-specific option used by this command invocation.
--clean- Command Option
- Tool-specific option used by this command invocation.
--kind- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete all hourly snapshots 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 Snapshot By Id Or Name sudo rusnapshot -c <path/to/config.toml> --del --id <snapshot_id> 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