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
"tar xvfz <snapshot> -C <dst>" does not work for block volumes, because
<dst> is not a directory but a block file.
Reworked to use tar only for filesystem snapshots and simple cp/dd for
block snapshots. As consequence, snapshot suffix is now ".snap" instead of
".tgz".
0 commit comments