A couple of questions...
I've been using rsync for almost a year to backup our main server drives. We use three identical drives, each with three identical partitions. Rsync backs up each partition on the main drive to its corresponding partition on the other two drives. It's been working flawlessly - until recently.
I noticed a discrepancy in the data sizes on the backup drives compared to the main drive and discovered some files had been locked (I assume one of those random things that happens). Rsync has problems with them and appears to possibly skip some other files when it encounters them (not sure about this though). It definitely won't delete them from the target drives.
So I used a short "chflags" script I wrote a while ago to globally unlock all files in a target directory and I unlocked all files on the first backup drive (all three partitions) - no problems. But when I pointed it at the second backup drive it threw up errors related to Spotlight (I run the chflags from an Applescript and it hangs once the error window is full). There is something different between the two drives but I don't know what. As far as I can recall, they were treated identically when the system was set up.
I've also noticed there can still be significant differences in total file size (>1GB) between this backup and the other. Flicking through folders on each dive, I can see lots of copied files that have small size differences (KBs).
Basically, I'm a bit confused.
I've been using rsync for almost a year to backup our main server drives. We use three identical drives, each with three identical partitions. Rsync backs up each partition on the main drive to its corresponding partition on the other two drives. It's been working flawlessly - until recently.
I noticed a discrepancy in the data sizes on the backup drives compared to the main drive and discovered some files had been locked (I assume one of those random things that happens). Rsync has problems with them and appears to possibly skip some other files when it encounters them (not sure about this though). It definitely won't delete them from the target drives.
So I used a short "chflags" script I wrote a while ago to globally unlock all files in a target directory and I unlocked all files on the first backup drive (all three partitions) - no problems. But when I pointed it at the second backup drive it threw up errors related to Spotlight (I run the chflags from an Applescript and it hangs once the error window is full). There is something different between the two drives but I don't know what. As far as I can recall, they were treated identically when the system was set up.
I've also noticed there can still be significant differences in total file size (>1GB) between this backup and the other. Flicking through folders on each dive, I can see lots of copied files that have small size differences (KBs).
Basically, I'm a bit confused.