PC Review


Reply
Thread Tools Rate Thread

Backup and Restore Procedures

 
 
PinkBishop
Guest
Posts: n/a
 
      8th Feb 2004
Hello All!

Anybody care to share their recommended procedure for backing up all
webs and restoring them in case of a meltdown?


This is my plan. Please let me know if this will work.

Backup

1. Publish all webs to a local web http://mywebs as subwebs
2. Burn wwwroot folder and all subfolders to CD

Restore

1. Copy wwwroot folder from CD back to http://mywebs
2. Publish each subweb back to remote host as needed.

If there are any more detailed procedures posted somewhere please
post.


Thanks
 
Reply With Quote
 
 
 
 
David Baxter
Guest
Posts: n/a
 
      8th Feb 2004
I start with a copy of the web on disk. When I have the pages or any
modifications the way I like them, and only then, I publish the web to
the server (which is not local).

After each update, I use a batch file to update copies of all folders
and files in a WinZip file on a second hard drive (a lot faster than
burning). About once every month or two, I rename the zip file to a date
(Webname-Feb2004.zip) and run the batch file again to create a new zip
file.

Periodically, when I have the time, I burn all copies to a CD.

The advantage of this is I always have a recent backup - if something
gets royally scrambled, I have a backup of a month ago or so - and if
something happens to both hard drives, I have CD backups.

Probably overkill but the idea of starting over or having to burn a CD
every day or two seems like more work to me.


"PinkBishop" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello All!
>
> Anybody care to share their recommended procedure for backing up all
> webs and restoring them in case of a meltdown?
>
>
> This is my plan. Please let me know if this will work.
>
> Backup
>
> 1. Publish all webs to a local web http://mywebs as subwebs
> 2. Burn wwwroot folder and all subfolders to CD
>
> Restore
>
> 1. Copy wwwroot folder from CD back to http://mywebs
> 2. Publish each subweb back to remote host as needed.
>
> If there are any more detailed procedures posted somewhere please
> post.
>
>
> Thanks



 
Reply With Quote
 
PinkBishop
Guest
Posts: n/a
 
      8th Feb 2004
David,

Thanks for the reply.

I like your method, but lack ability in writing batch files to make
the zip files.

I am sure with a little practice I could get it down. Damn.. that
would take me back about 10 years before WinZip! Back in the day when
we had to do pkzip through command lines!

I guess by concern is the restore right now. Will a simple copy from
CD to a HD be complete or will there be other files in FP that won't
be backed up properly as I described in my original post?

Thanks,
Tom


On Sun, 8 Feb 2004 01:07:59 -0500, "David Baxter"
<spam-(E-Mail Removed)> wrote:

>I start with a copy of the web on disk. When I have the pages or any
>modifications the way I like them, and only then, I publish the web to
>the server (which is not local).
>
>After each update, I use a batch file to update copies of all folders
>and files in a WinZip file on a second hard drive (a lot faster than
>burning). About once every month or two, I rename the zip file to a date
>(Webname-Feb2004.zip) and run the batch file again to create a new zip
>file.
>
>Periodically, when I have the time, I burn all copies to a CD.
>
>The advantage of this is I always have a recent backup - if something
>gets royally scrambled, I have a backup of a month ago or so - and if
>something happens to both hard drives, I have CD backups.
>
>Probably overkill but the idea of starting over or having to burn a CD
>every day or two seems like more work to me.
>
>
>"PinkBishop" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> Hello All!
>>
>> Anybody care to share their recommended procedure for backing up all
>> webs and restoring them in case of a meltdown?
>>
>>
>> This is my plan. Please let me know if this will work.
>>
>> Backup
>>
>> 1. Publish all webs to a local web http://mywebs as subwebs
>> 2. Burn wwwroot folder and all subfolders to CD
>>
>> Restore
>>
>> 1. Copy wwwroot folder from CD back to http://mywebs
>> 2. Publish each subweb back to remote host as needed.
>>
>> If there are any more detailed procedures posted somewhere please
>> post.
>>
>>
>> Thanks

>


 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      8th Feb 2004
I use a 2nd HD on my Windows 2003 Server with Windows NT Backup to backup
all of my web and other files each morning at 7 AM. This way it take less
than 5 minutes to restore any file or web.

FYI: If you use Windows 2000 or XP, NT Backup is available on your Windows
CD.
--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"PinkBishop" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello All!
>
> Anybody care to share their recommended procedure for backing up all
> webs and restoring them in case of a meltdown?
>
>
> This is my plan. Please let me know if this will work.
>
> Backup
>
> 1. Publish all webs to a local web http://mywebs as subwebs
> 2. Burn wwwroot folder and all subfolders to CD
>
> Restore
>
> 1. Copy wwwroot folder from CD back to http://mywebs
> 2. Publish each subweb back to remote host as needed.
>
> If there are any more detailed procedures posted somewhere please
> post.
>
>
> Thanks



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      8th Feb 2004
If you copy to CD and then back to your HD, you have copy the files from the
CD to a folder, then remove all read-only attributes, via Windows Explorer,
then you have to open the folder in FP, and publish to the correct location
on your HD. Using a zip file, eliminates read-only attribute issue.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"PinkBishop" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> David,
>
> Thanks for the reply.
>
> I like your method, but lack ability in writing batch files to make
> the zip files.
>
> I am sure with a little practice I could get it down. Damn.. that
> would take me back about 10 years before WinZip! Back in the day when
> we had to do pkzip through command lines!
>
> I guess by concern is the restore right now. Will a simple copy from
> CD to a HD be complete or will there be other files in FP that won't
> be backed up properly as I described in my original post?
>
> Thanks,
> Tom
>
>
> On Sun, 8 Feb 2004 01:07:59 -0500, "David Baxter"
> <spam-(E-Mail Removed)> wrote:
>
> >I start with a copy of the web on disk. When I have the pages or any
> >modifications the way I like them, and only then, I publish the web to
> >the server (which is not local).
> >
> >After each update, I use a batch file to update copies of all folders
> >and files in a WinZip file on a second hard drive (a lot faster than
> >burning). About once every month or two, I rename the zip file to a date
> >(Webname-Feb2004.zip) and run the batch file again to create a new zip
> >file.
> >
> >Periodically, when I have the time, I burn all copies to a CD.
> >
> >The advantage of this is I always have a recent backup - if something
> >gets royally scrambled, I have a backup of a month ago or so - and if
> >something happens to both hard drives, I have CD backups.
> >
> >Probably overkill but the idea of starting over or having to burn a CD
> >every day or two seems like more work to me.
> >
> >
> >"PinkBishop" <(E-Mail Removed)> wrote in message
> >news:(E-Mail Removed)...
> >> Hello All!
> >>
> >> Anybody care to share their recommended procedure for backing up all
> >> webs and restoring them in case of a meltdown?
> >>
> >>
> >> This is my plan. Please let me know if this will work.
> >>
> >> Backup
> >>
> >> 1. Publish all webs to a local web http://mywebs as subwebs
> >> 2. Burn wwwroot folder and all subfolders to CD
> >>
> >> Restore
> >>
> >> 1. Copy wwwroot folder from CD back to http://mywebs
> >> 2. Publish each subweb back to remote host as needed.
> >>
> >> If there are any more detailed procedures posted somewhere please
> >> post.
> >>
> >>
> >> Thanks

> >

>



 
Reply With Quote
 
PinkBishop
Guest
Posts: n/a
 
      8th Feb 2004
Genlemen,

Thank you for the advice. I willl take all into consideration.

Tom


On Sun, 8 Feb 2004 01:37:02 -0500, "Thomas A. Rowe" <(E-Mail Removed)>
wrote:

>I use a 2nd HD on my Windows 2003 Server with Windows NT Backup to backup
>all of my web and other files each morning at 7 AM. This way it take less
>than 5 minutes to restore any file or web.
>
>FYI: If you use Windows 2000 or XP, NT Backup is available on your Windows
>CD.


 
Reply With Quote
 
David Baxter
Guest
Posts: n/a
 
      8th Feb 2004
If you download the free command line add-on for WinZip it's quite easy:
This is my batch file (the flags insure that only files needing updating
are added (and replaced) and that the folder names are stored to make it
easier to do a restore if necessary. Edit in notepad to reflect where
you want the file stored and the source folder names, and save it with
the extension .bat - then just double click to run it:

rem @echo off
wzzip -u d:\Backup\Psychlinks.zip "C:\Psychlinks\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\pages\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\images\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip
"C:\Psychlinks\generateditems\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\buttons\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\indexbuttons\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\titlebuttons\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\_borders\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\_derived\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\_private\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip
"C:\Psychlinks\_private\pages\*.*"
wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\media\*.*"

A simpler version would be just to use the top-most directory and
specify to include all subdirectories but this one allows me to specify
which ones I want backed up.






"PinkBishop" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> David,
>
> Thanks for the reply.
>
> I like your method, but lack ability in writing batch files to make
> the zip files.
>
> I am sure with a little practice I could get it down. Damn.. that
> would take me back about 10 years before WinZip! Back in the day when
> we had to do pkzip through command lines!
>
> I guess by concern is the restore right now. Will a simple copy from
> CD to a HD be complete or will there be other files in FP that won't
> be backed up properly as I described in my original post?
>
> Thanks,
> Tom
>
>
> On Sun, 8 Feb 2004 01:07:59 -0500, "David Baxter"
> <spam-(E-Mail Removed)> wrote:
>
> >I start with a copy of the web on disk. When I have the pages or any
> >modifications the way I like them, and only then, I publish the web

to
> >the server (which is not local).
> >
> >After each update, I use a batch file to update copies of all folders
> >and files in a WinZip file on a second hard drive (a lot faster than
> >burning). About once every month or two, I rename the zip file to a

date
> >(Webname-Feb2004.zip) and run the batch file again to create a new

zip
> >file.
> >
> >Periodically, when I have the time, I burn all copies to a CD.
> >
> >The advantage of this is I always have a recent backup - if something
> >gets royally scrambled, I have a backup of a month ago or so - and if
> >something happens to both hard drives, I have CD backups.
> >
> >Probably overkill but the idea of starting over or having to burn a

CD
> >every day or two seems like more work to me.
> >
> >
> >"PinkBishop" <(E-Mail Removed)> wrote in message
> >news:(E-Mail Removed)...
> >> Hello All!
> >>
> >> Anybody care to share their recommended procedure for backing up

all
> >> webs and restoring them in case of a meltdown?
> >>
> >>
> >> This is my plan. Please let me know if this will work.
> >>
> >> Backup
> >>
> >> 1. Publish all webs to a local web http://mywebs as subwebs
> >> 2. Burn wwwroot folder and all subfolders to CD
> >>
> >> Restore
> >>
> >> 1. Copy wwwroot folder from CD back to http://mywebs
> >> 2. Publish each subweb back to remote host as needed.
> >>
> >> If there are any more detailed procedures posted somewhere please
> >> post.
> >>
> >>
> >> Thanks

> >

>



 
Reply With Quote
 
bender
Guest
Posts: n/a
 
      9th Feb 2004
On Sun, 8 Feb 2004 16:06:07 -0500, "David Baxter"
<spam-(E-Mail Removed)> wrote:

>If you download the free command line add-on for WinZip it's quite easy:
>This is my batch file (the flags insure that only files needing updating
>are added (and replaced) and that the folder names are stored to make it
>easier to do a restore if necessary. Edit in notepad to reflect where
>you want the file stored and the source folder names, and save it with
>the extension .bat - then just double click to run it:
>
>rem @echo off
>wzzip -u d:\Backup\Psychlinks.zip "C:\Psychlinks\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\pages\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\images\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip
>"C:\Psychlinks\generateditems\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\buttons\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\indexbuttons\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\titlebuttons\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\_borders\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\_derived\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\_private\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip
>"C:\Psychlinks\_private\pages\*.*"
>wzzip -u -P -r d:\Backup\Psychlinks.zip "C:\Psychlinks\media\*.*"
>
>A simpler version would be just to use the top-most directory and
>specify to include all subdirectories but this one allows me to specify
>which ones I want backed up.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I'm a big fan of the winzip command-line add-on, and use it a lot in
making batch files for copying important files and directories to
other machines that have tape backups each night. (now if microsoft
could only fix the bug in the "scheduled tasks" utility that makes you
have to redo them every time daylight savings time cuts in or out.)

But I'm doing more of this by zipping up files needed for backup and
then creating batch files that ftp them (using the old dos ftp
commands) to other machines across the 'net. But this leads me to a
question that you might have the answer to: am I correct in assuming
that once files are zipped up, then it's a binary transfer?

I've never had a problem ftp'ing files where i didn't specify ascii or
binary, so i'm wondering if it makes any difference.

Larry
- - - - - - - - - - - - - - - - - -
"Forget it, Jake. It's Chinatown."
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Restore Feature of WinXP Pro SP2 Backup/Restore Utility NOT Listing Files When I Try to Restore AA Smith Windows XP General 0 24th Jul 2005 09:19 PM
Restore Procedures =?Utf-8?B?YW5vbnltb3Vz?= Microsoft Windows 2000 Hardware 0 17th May 2004 08:41 PM
Re: Backup Procedures for XP Pro John Thomas Smith Windows XP Help 3 12th Feb 2004 01:48 AM
Re: Backup Procedures for XP Pro Carey Frisch [MVP] Windows XP Help 0 5th Feb 2004 04:40 PM
Rubbish/Non-existant Backup Procedures. Sandos Microsoft Outlook Discussion 0 18th Jan 2004 03:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:40 AM.