wmutschl / timeshift-autosnap-apt

Timeshift auto-snapshot script for Ubuntu and Debian based systems which creates snapshots of your system with timeshift before a package install, remove or upgrade using DPkg::Pre-Invoke hook in apt. Fork of timeshift-autosnap from AUR.
MIT License
154 stars 20 forks source link

snapshot pre and post package operation #8

Open Pascalio opened 3 years ago

Pascalio commented 3 years ago

This might be a daft question but, why not have 2 snapshots, one before the package operation and another one right after that operation, so that we can compare and rollback very closely what was done during some operation back in the past? This is the way apt-btrfs-snapper does it. Otherwise, it might be hard to know what really happened 2 weeks later, if more than the package operation is included, right?