"once" I did backup my scheduled tasks by xcopy'ing %winDir%\Tasks\*.job

However this does not seem to work in Server 2008. How do I backub my scheduled tasks using xcopy/7zip/winrar ?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You can use the /XML parameter of the schtasks.exe to create a file that is importable.

link|improve this answer
Very nice. Thanks. – Nils Mar 22 '10 at 10:38
Just to be clear: schtasks /Query /XML ONE>d:\backup\Tasks\schedtasksBackup.xml – Eduardo Molteni May 6 '11 at 19:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.