Search Results

Search: Posts Made By: hk_kamozalwar
5,708
Posted By methyl
The idea here is to ensure that we get lists of...
The idea here is to ensure that we get lists of files in exactly the same order, find out the checksum for each file, then compare the two lists. We do the compare on the source computer in case we...
5,708
Posted By mirni
You can check hash e.g. sha1sum. I would tar the...
You can check hash e.g. sha1sum. I would tar the whole directory and calculate sha1sum on the fly:

tar czf - /path/to/dir | sha1sumThen do the same on the other side and verify that the checksums...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy