While we're talking about LVM snapshots, I have a question about them.
We backup with rsync from a snapshot early in the morning when load is low. We do an omsuspend before the snapshot. When we actually kick off the rsync we get plenty of messages complaining about missing files. Googling this, it seems it's to do with the underlying file system being written to. But I thought a snapshot would be a perfect moment-in-time thing?
So the question is - if I rsync my snapshot with associated error messages to a remote location, will that rsync'd image always be a valid one?
Sean