VMware vSphere

 View Only
  • 1.  how can i create multiple backup schedule using ghettoVCB

    Posted May 19, 2011 03:15 AM

    hi.....

    can anyone help me,

    how can i do multiple backup scheduling task to backup multiple machine inside one host. example i have 1 esxi host inside the host i have 3 VM machine machine A, machine B and machine C, i want to backup all the machine based on this schedule, machine A from monday to saturday, machine B every saturday and machine C once a month. how can i do this,correct me if i am wrong,  from the document i can see that i need to kill the process in cron.pid, but that is only one process inorder to make 3 schedule i need to run 3 process am i right?so how can i do these scheduling backup for all the machine according to the schedule required?:smileyconfused:



  • 2.  RE: how can i create multiple backup schedule using ghettoVCB

    Posted May 24, 2011 08:09 AM

    I use the method from this link, http://communities.vmware.com/docs/DOC-12446.

    then have a Windows server with scheduled tasks. You can schedule these tasks as needed. I have my backups going to disk, so I created a bat file in each task to delete VM's older than one week or one month depending on the VM, you could do something similar for your needs. May not be what you're looking for, but will work with the schedules you need.