An open API service indexing awesome lists of open source software.

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

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
```