Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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:

  1. Restore to HOME: cbp snap load configs.snap.tar.gz

  2. Restore to a custom directory: cbp snap load configs.snap.tar.gz -t /tmp/restore

  3. Verbose output: cbp snap load -v configs.snap.tar.gz

  4. Windows (PowerShell): cbp snap load alacritty.snap.tar.gz -t ~/Desktop/backup

  5. Windows (CMD): cbp snap load alacritty.snap.tar.gz -t %USERPROFILE%\Desktop\backup