rsync -rtvPiF --delete ~/ /media/magnus/MyUSBDisk/sync/Synchronizing hashcodes.txt: (this command takes several hours / TiB the first time)
cd /media/magnus/MyUSBDisk/; hashbert sync; cd ~Verifying the backup: (this command takes several hours / TiB)
cd /media/magnus/MyUSBDisk/; hashbert check; cd ~
rsync -rtvPiF --delete /media/magnus/MyUSBDisk/ /media/magnus/MyUSBDiskB/The "mirror" can be verified in the same way as above.
Example on how to using rsync:
rsync -rtvPi --filter='dir-merge /.rsync-filter-MyUSBFlash' --delete "/media/magnus/MyUSBDisk/" /media/magnus/MyUSBFlash/The ".rsync-filter-MyUSBFlash"-file could look something like this: (See rsync documentation for more info)
- /bigFolderWithNotSoImportantStuffThe run "hashbert check" as usual.