diskshadow EXEC fails to see my file
hi,
i'm using free version windows hyper-v server in order familiar virtulization. therefore i'm testing backup procedure in order backup running vm.
i'm using diskshadow this: diskshadow -s backup.scp
contents of backup.scp are:
------------------------------------------------------------------------------------------------------------------
delete shadows all
set context persistent
set metadata c:\temp\backup.cab
set verbose on
begin backup
add volume c: alias system
add volume d: alias drive_d
writer verify {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
create
expose %drive_d% y:
exec c:\tasks\backup_xcopy.cmd
unexpose y:
end backup
delete shadows
hello,
little minutes after posting message, found reason why it's not working:
do not put spaces before exec command ! :-)
anyway, i'm sure sooner or later else make same mistake me (copy/paste code website somewhere) , he/she can learn message.
bye
marc
Windows Server > Hyper-V
Comments
Post a Comment