On Wed, 2004-11-24 at 14:46 -0500, Peter Schobel wrote: > > when i run /etc/cron.hourly/stateless-replicator on the stateless > client, it seems to rsync the snapshot and change the disk labels every > time > > shouldn't it be checking the ldap tree to see if the snapshot that is > running is current and then if it is, do nothing? Yes, it's meant to check that, and if things are current, it should do nothing. IIRC the cronjob checks on the "reserve" partition; it may be that although your active partition is current, but the reserve partition hasn't updated yet. Perhaps that's the case? Now I think about it, it might make sense to do the rsync locally from the active to the reserve in that case, to avoid unnecessary network traffic.