Skip to content

A command-line tool to rollback a possibly-nested btrfs subvolume to a snapshot

License

Notifications You must be signed in to change notification settings

lilydjwg/roll-it-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage: roll-it-back [--dry-run] (--from <SUBVOL> --to <SNAPSHOT> --backup <PATH> | --cleanup <SUBVOL>)

Options:
      --from <SUBVOL>     rollback this subvolume...
      --to <SNAPSHOT>     ...to this snapshot...
      --backup <PATH>     ...and save the rolled-back subvolume here
      --cleanup <SUBVOL>  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

About

A command-line tool to rollback a possibly-nested btrfs subvolume to a snapshot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages