Data Transmission
Transferring data by copying it from one location to another may cause data loss and corruption due to transmission errors. Fingerprint can easily check whether data has been transferred correctly.
Before copying..
Simply use fingerprint to analyse the data directory before copying:
$ fingerprint -a data/
$ scp -r data/ remote-server.example.com:~/data
After copying..
Use fingerprint to verify the data directory on the destination:
-- On remote-server.example.com
$ fingerprint -v
S
error.count 0
<span class="stderr">Data verified, 0 errors found.</span>