-
Notifications
You must be signed in to change notification settings - Fork 149
Description
Hi snapper devs and users
SRT is a script that uses snapper created snapshots but functions a bit like zfs rollback, reverting all files in the current users home directory to how they were as per a pre-defined snapper timeline created snapshot but it doesn't destroy the intervening snapshots so you could potentially revert to a newer snapshot after reverting to an older one, if available. A new snapshot or subvol is not created when you rollback with SRT.
srt restores snapshots via an easy to use dialog/ncurses TUI.
https://github.com/danboid/SRT
I'm happy to make a PR to add SRT as it is to the snapper repo but can it be easily improved somehow or can we adjust some snapper defaults to make it easier for people to use SRT before it gets committed?
For example, snapper could make ~/.snapshots readable by a specific user or group by default and if the info.xml files within each snapshot dir could be read by a non root user then it would be able to build the snapshot menu much faster than using snapper list as it currently does. That would save srt users having to configure that themselves for each user.
Thanks