I’d like to export a snapshot to another server, so I made tar.bz2 file from following command.
$ tar --use-compress-program=pbzip2 -cvf ctc_lmdb_210104.tar.bz2 /var/lib/docker/volumes/server_validator-block-volume/_data
And another server’s disk went to full, when unzipping the result tar file. (~3TB, I guess)
How can I export sawtooth ledger’s snapshot?
Just tar&zipping seems not to enough.
Using the snapshot file from company’s google drive worked well. Disk usage was not exceeded, but need so much time to catch up to sync.
Thanks in advance.