J
James Ivey
I've got a 2nd harddrive (F that I use as a backup drive. Got a little
DOS routine that runs every night and backs up critical folders... My Docs,
email, etc.
But it doesn't copy my Frontpage web in the My Webs folder..? whats up with
that?
Whats the best way to simply back up your web?
Here's the backup routine:
rd f:\backup\desktop /s /q
rd f:\backup\mydocs /s /q
rd f:\backup\myfavorites /s /q
md f:\backup\desktop
md f:\backup\mydocs
md f:\backup\myfavorites
xcopy "c:\documents and settings\james ivey\favorites" f:\backup\myfavorites
/s /e
xcopy "c:\documents and settings\james ivey\desktop" f:\backup\desktop /s /e
xcopy "c:\documents and settings\james ivey\my documents" f:\backup\mydocs
/s /e
James
DOS routine that runs every night and backs up critical folders... My Docs,
email, etc.
But it doesn't copy my Frontpage web in the My Webs folder..? whats up with
that?
Whats the best way to simply back up your web?
Here's the backup routine:
rd f:\backup\desktop /s /q
rd f:\backup\mydocs /s /q
rd f:\backup\myfavorites /s /q
md f:\backup\desktop
md f:\backup\mydocs
md f:\backup\myfavorites
xcopy "c:\documents and settings\james ivey\favorites" f:\backup\myfavorites
/s /e
xcopy "c:\documents and settings\james ivey\desktop" f:\backup\desktop /s /e
xcopy "c:\documents and settings\james ivey\my documents" f:\backup\mydocs
/s /e
James