https://github.com/lilydjwg/roll-it-back
A command-line tool to rollback a possibly-nested btrfs subvolume to a snapshot
https://github.com/lilydjwg/roll-it-back
btrfs command-line-tool rust-cli-apps
Last synced: about 2 months ago
JSON representation
A command-line tool to rollback a possibly-nested btrfs subvolume to a snapshot
- Host: GitHub
- URL: https://github.com/lilydjwg/roll-it-back
- Owner: lilydjwg
- License: bsd-3-clause
- Created: 2024-07-05T15:25:04.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-06T06:34:40.000Z (11 months ago)
- Last Synced: 2025-03-20T21:22:20.218Z (2 months ago)
- Topics: btrfs, command-line-tool, rust-cli-apps
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
Usage: roll-it-back [--dry-run] (--from --to --backup | --cleanup )Options:
--from rollback this subvolume...
--to ...to this snapshot...
--backup ...and save the rolled-back subvolume here
--cleanup delete this subvolume and all subvolumes nested in it
--dry-run show operations to be executed but do not actually execute them
-h, --help Print help
-V, --version Print version
```