I have created a container having ZFS file system , and took its snapshot which i can see from “lxc info c1” command that snapshot is being taken , now i want to delete the container and want to restore it from snapshot is it possible ?? i cant find the path where my snapshots are being saved on server
Sounds like you’ve been using LXD, so that would be lxc restore c1 SNAPNAME, this needs to be done when the container exists as deleting it will also delete all snapshots associated with it.
No, it’s not possible as the majority of storage backends store snapshots as delta on the base volume, when that base volume is deleted all snapshots are similarly deleted.