zettelkasten/OneNoteExport/Technik/Windows Server/08_Windows Backup 2008.md
Ralf Koop 7389e600f9 vault backup: 2023-11-12 11:19:55
Affected files:
2023-11-12 11:19:55 +01:00

611 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/>

#nochzubearbeiten