this post was submitted on 05 Oct 2024
10 points (91.7% liked)

Linux 101 stuff. Questions are encouraged, noobs are welcome!

1060 readers
2 users here now

Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.

founded 1 year ago
MODERATORS
 

Let's say i made 10 snapshots on top of the base.

Now can i delete snap no. 5? Will the snaps after 5 will be affected?

Solved

Yes, one can delete consecutive snapshots. The data won't be deleted unless all snaps ( reference points ) get deleted.

Note: If you delete the original file and delete all the snapshots made when the file is still there, the file will get deleted permanently.

you are viewing a single comment's thread
view the rest of the comments
[–] doughless@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

Two snapshots taken from the same subvolume would not be incremental. For them to be incremental, a snapshot would need to be copied from another snapshot. From that article I linked, it looks like you have you use the send command to actually make an incremental snapshot.