Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
Pikachu
Feb 6, 2010

DANGER DANGER
HIGH VOLTAGE
So, apologies if this is the wrong thread.

I'm trying out Comodo Backup and also trying to learn some useful stuff like batch files. I have a virtual machine running on this computer that I'd like to backup after Comodo is finished backing up other things like my documents. If I used Comodo's "run task after backup" setting to run the following as a .bat, would it work? Is there a better way to backup the virtual machine?

code:
@echo off
title VM Backup
vboxmanage controlvm "Windows Server" poweroff
cd /D A:
copy "\Virtualbox VMs\windowsserver.vhd" "B:\VHD Backups\"
cd /D B:
ren "B:\VHD Backups\windowsserver.vhd" %DATE%.vhd
vboxmanage startvm "Windows Server" --type headless

Adbot
ADBOT LOVES YOU

  • Locked thread