Lots of checksum errors on all drives

Agent92

Explorer
Joined
Feb 11, 2019
Messages
56
So I ended up running this to compare the files:

Code:
rsync -nac -h -v -i root@backup-nas:'/mnt/path/to/my/files/' '/path/to/same/files/on/primary/'


Could someone sanity check that so I'm running a valid test? Maybe it will help someone else that stumbles on this thread.

Haven't found any differences so far.
 
Joined
Oct 22, 2019
Messages
3,641
Looks about right.

You can always use "--log-file=log.txt" or "tee" to save the results to a file you can open up later.

How many GiB (TiB?) is this in total?

Doing a checksum run can take quite a long time.
 
Top