You are not logged in.
Pages: 1
How do I schedule to backup every 30 minutes every day.
I have one VM that have independant disk and not sure warm backup is suitable to do that (power off and on every 30 minutes).
Offline
This is something that is at the limits of the "backup" concept and is closer to "distributed FS" or "Real time sync". If on top of that you add an independent disk, please forgive my little sarcasm, but its like presenting yourself to a race with a weight. You want to run fast, but there is something attached to you that is keeping you from reaching your goal.
There's nothing that prevents you from doing it, except the downtimes. If you use a warm backup you will still be unable to backup the independent disk, you need a cold backup for that to be possible. So, I'm afraid that you can't do what you want with your current setup. You have three choices (there may be more):
1 - Change that independent disk to a regular virtual disk, so that you can use OneDiff or some other backup method, like warm backups.
2 - Use some guest level incremental backup to achieve your goal. As said, what you really want is real time FS syncronization, and that falls at the FS level.
3 - Use some distributed FS like [b][url=https://www.gluster.org/]Gluster[/url][/b], [b][url=https://hadoop.apache.org/]Hadoop[/url][/b] or [b][url=https://www.linbit.com/en/products-and-services/drbd/]DRBD[/url][/b] to store your VMs.
Offline
Pages: 1