Question
November 26, 2007 at 03:15 AM
tecnalservice

Backup script excludes .pst files

by tecnalservice . Updated 18 years, 9 months ago

What do I have to add to my backup scripts to include Outlook .pst file? Listes below is the script I have been using for yesrs.

@echo on

xcopy C:\ F:\ /R /C /D /S /Y

:END
echo Backup Script is FInished!
Pause
@echo on
exit

This discussion is locked

All Comments