Hey guys, here is a little background into my issue:
I do daily backup to second hard drive and then perform rsync to my bqbackup.com
Every night at 1am, WHM performes the incremental backup of all server databases and only ONE (very important) account to a second hard drive at /mnt/hd2/cpbackup/
as configured in WHM. Due to space limitations on second hard drive, only daily backups are created.
Then every night at 3am the following rsync command is executed to incrementally backup the contents of /mnt/hd2/cpbackup/daily to my bqbackup account:
Ive run it for two days and to my surprise rsync moves pretty much the whole (70gb) account over everytime instead of doing it incrementally.
I assumed that incremental backup performed by WHM would only update those files on the second drive that have changed on the original drive and than rsync would realize that only those files have changed and would move only those files over to bqbackup server.
This is not the case, so either whm is not doing incrementally or rsync is not doing it incrementally.
Do you have any advice as to how to verify which one is the guilty party?
Also, as a workaround, I decided to rsync directly from the account folder, i.e. /home/veryimportantaccount, but I need to dump the databases in there first.
Whats a command/script to perform the dump of databases per account so that those databases can be easily restored from these dump files?
Thanks in advance