You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is our existing post we want to replace with another later snapshot.
(we do not care at the moment whether we want to keep it still or can dispose of it...)
snapper create --type post --pre-number 116 --description "another post snapshot"
Illegal snapshot.
Requested Feature
Allow more than one post snapshot.
In case of implications: Allow deletion of an existing post snapshot and creation of a new one
In the snapper GUI there could be new button Additional post snapshot next to the Modify button.
As second choice would be a new button Replace post snapshot.
It is a 1:1 mapping between pre- and post-snapshots. I do not like to change that. How should the empty-pre-post cleanup and the list with --type=pre-post work in that case? Likely there are more problems.
What could maybe be done is a new option to remove the pre number from the old post-snapshot.
under the hood makes use of the btrfs tool set and other tools like, maybe, diff
adds snapper specific information in the files /.snapshots/NN/info.xml
So, would it be possible to have the snapper GUI* provide diffs between arbitrary /.snapshots/NNs?
In such case the pre and post tags are still a very helpful feature to document explicit snaphot-protected activities - but basically nothing special for the diff mechanism?
Issue
In case there is an existing
pre
-post
snapshot pair, the attempt to create another, laterpost
snapshot w.r.t. the samepre
failsExample
this is our intended
pre
this is our existing
post
we want to replace with another later snapshot.(we do not care at the moment whether we want to keep it still or can dispose of it...)
Requested Feature
Allow more than one
post
snapshot.In case of implications: Allow deletion of an existing
post
snapshot and creation of a new oneIn the snapper GUI there could be new button Additional
post
snapshot next to the Modify button.As second choice would be a new button Replace
post
snapshot.Manual Work Around
Inspired by #24
(by chance again number 117 - could be any other higher increment due to intermediate (timeline) snapshots)
snapper diff 116..117
..works as intended
The text was updated successfully, but these errors were encountered: