Hello, I want to use rsync to create backups. I think I need a verification that: 1) data is written to disk. 2) data is read back from disk. 3) verify the checksum of data. Does the automatic file verification in rsync works like this? Technically, I'd like to know how does we make step 2 read data from disk and not from file cache/buffer in OS? Or, do OS/harddrives always perform written data verification anyway so step 2 is not really needed?
Thank you. Moqi Ba
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html