Displaying 1 result from an estimated 1 matches for "mysqlcopy".
2012 Mar 24
5
your advice on backup procedure
...the installs.
2- rsnyc - some kind of rsync going from the host to each machine,
putting it on the host's backup drives. Adding a mysql hotcopy of some
kind on the VMs, along with bin files, saved to a special folder that
will then be part of the rsync. Once a week full of both rsync and
mysqlcopy, then incremental daily.
3- Use kpartx ? and access the lvm the VM is on to rsync internally on
the host, ditto above with the mysql copy/bin setup.
Number 3 seems like it is the securest way, but obviously not much info
out there on it.
Number 2 seems like the 'old way' and will requir...