On Mon, Sep 28, 2020 at 03:07:39PM +0200, Daniel Pocock wrote: > 5. you can now use > > rsync --dry-run /mnt/sda1_non_raid /mnt/btrfs_new > > to see if every file on the sda1 side of the mirror matches what was > copied to Btrfs
Add --checksum to the rsync invocation. Otherwise, rsync relies on modified timestamp and file size only to determine whether to sync files. --checksum will actually run a checksum on the source and destination files to determine if they are different. _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org