This will transmit a snapshot file "snapshot_on_your_PC.tar.gz" from your local PC over SSH into a target VPS (running off a Live CD) and write unpacked image directly to disk.
After booting the Live ISO, just make sure to enable SSH (to allow inbound SSH connections).
General information on snapshot format:
The .disk file in the snapshot is a raw disk image. It can be mounted with any virtualization platform, for example Virtual Box.
If you decide to use Virtual Box, you may need to use the following command to convert the raw disk image to VDI before it can be recognized by Virtualbox:
P.S. To correctly unpack .tar.gz file on a Windows machine, please see guide: https://www.addictivetips.com/windows-tips/use-tar-on-windows-10/ Note that if you decide to use 7-zip or Winrar to unpack this archive, you will end up with a non-working (corrupt) image as these applications do not properly support sparse tar archives.