Restore files from a snapshot archive.
Extracts files from the archive to their original locations using the source path information stored in the gzip comment.
Examples:
-
Restore to HOME:
cbp snap load configs.snap.tar.gz -
Restore to a custom directory:
cbp snap load configs.snap.tar.gz -t /tmp/restore -
Verbose output:
cbp snap load -v configs.snap.tar.gz -
Windows (PowerShell):
cbp snap load alacritty.snap.tar.gz -t ~/Desktop/backup -
Windows (CMD):
cbp snap load alacritty.snap.tar.gz -t %USERPROFILE%\Desktop\backup