I am using rsync to sync two partitions. Rsync left out few files. When I checked the stat of these unsynced files, I found these files have I/O block size of 1024 while the synced files have I/O block size of 4096. If I touch these unsynced files and execute rsync again, these files are getting synced. Because after touching the files the I/O block size of these files change from 1024 to 4096.
Could anyone please help me with why rsync is leaving out these files. P.S: I tried almost every options in rsync still files are left behind.
I tried almost every options in rsync still files are left behind.