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 \<\>