591 B
591 B
Windows Backup 2008
Dienstag, 21. Juni 2011
15:26
The next step is to script the "detach / copy / attach" process and schedule it after the backup. Something like:
diskpart
select vdisk file=backup.vhd
detach vdisk
exit
copy d:\backup.vhd e:\backup /Y (this will overwrite the existing file, depending on your retention policy you might need to do something different)
diskpart
select vdisk file=backup.vhd
attach vdisk
exit
exit
Eingefügt aus <http://social.technet.microsoft.com/Forums/en-US/windowsbackup/thread/5d9e2f23-ee70-4d41-8bfc-c9c4068ee4e2/>