This is a multi-part message in MIME format.

------=_NextPart_000_0217_01C88FEB.6DCD3270
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

This may be a simple question....

I have a Windows 2003 SP2 machine, and I had a question about backup.

When I do a scheduled backup every night, it gives me a file say =
backup1.bkf. The first night it works fine.

But, on the second night, it also again backup up to backup1.bkf and =
just adds to that file.

What I would like to have happen is night1 backup to backup1.bkf, then =
make a new file say backup2.bkf, the next night backup3.bkf.=20

Is there any way to do this? I tried Append or replace backup selection, =
but it always saves to the same file. The only way I have found is to =
rename the file manually everynight.

thanks!


------=_NextPart_000_0217_01C88FEB.6DCD3270
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16608" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>This may be a simple =
question....</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have a Windows 2003 SP2 machine, and =
I had a=20
question about backup.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>When I do a scheduled backup every =
night, it gives=20
me a file say backup1.bkf. The first night it works fine.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>But, on the second night, it also again =
backup up=20
to backup1.bkf and just adds to that file.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>What I would like to have happen is =
night1 backup=20
to backup1.bkf, then make a new file say backup2.bkf, the next night=20
backup3.bkf. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Is there any way to do this? I tried =
Append or=20
replace backup selection, but it always saves to the same file. The only =
way I=20
have found is to rename the file manually everynight.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>thanks!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0217_01C88FEB.6DCD3270--

RE: Windows 2003 Backup Question by Kenact

Kenact
Thu Mar 27 06:27:00 PDT 2008

You will have to set them up as separate jobs. You will also have to set
them up to overwrite the file as opposed to appending to it, otherwise the
file will just continue to grow until you run out of disk.

One last thing, remember to exclude the backup files themselves from the
backup.

Ken

"Brian" wrote:

> This may be a simple question....
>
> I have a Windows 2003 SP2 machine, and I had a question about backup.
>
> When I do a scheduled backup every night, it gives me a file say backup1.bkf. The first night it works fine.
>
> But, on the second night, it also again backup up to backup1.bkf and just adds to that file.
>
> What I would like to have happen is night1 backup to backup1.bkf, then make a new file say backup2.bkf, the next night backup3.bkf.
>
> Is there any way to do this? I tried Append or replace backup selection, but it always saves to the same file. The only way I have found is to rename the file manually everynight.
>
> thanks!
>
>

Re: Windows 2003 Backup Question by Pegasus

Pegasus
Thu Mar 27 08:58:51 PDT 2008

This is a multi-part message in MIME format.

------=_NextPart_000_002A_01C8902B.D506B840
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

You could do this:
- Create your own batch file, e.g. c:\Windows\MyBackup.bat.
- Put these lines at the top:
@echo off
set DOW=3D%date:~0,3%
- Copy the current backup command line from the Task Scheduler
into this batch file.
- Modify this command so that the output line is no longer Brian.bkf
(for example) but Brian(%DOW%).bkf
- Disable the current backup job.
- Create a new task in the Task Scheduler. It should invoke
c:\Windows\MyBackup.bat

This method will create and maintain 7 backup files, one for
every day of the week.

And remember: Backup jobs are close to worthless unless you
examine the log files regularly, e.g. once every week. You could
even send them to you by EMail!


"Brian" <user34@mcse.com> wrote in message =
news:eNUG2zAkIHA.1204@TK2MSFTNGP03.phx.gbl...
This may be a simple question....

I have a Windows 2003 SP2 machine, and I had a question about backup.

When I do a scheduled backup every night, it gives me a file say =
backup1.bkf. The first night it works fine.

But, on the second night, it also again backup up to backup1.bkf and =
just adds to that file.

What I would like to have happen is night1 backup to backup1.bkf, then =
make a new file say backup2.bkf, the next night backup3.bkf.=20

Is there any way to do this? I tried Append or replace backup =
selection, but it always saves to the same file. The only way I have =
found is to rename the file manually everynight.

thanks!


------=_NextPart_000_002A_01C8902B.D506B840
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3268" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>You could do this:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Create your own batch file, e.g.=20
c:\Windows\MyBackup.bat.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Put these lines at the =
top:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; @echo off</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; set =
DOW=3D%date:~0,3%</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Copy the current backup command line =
from the=20
Task Scheduler</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;into this batch =
file.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Modify this command so that the =
output line is no=20
longer Brian.bkf</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; (for example) but=20
Brian(%DOW%).bkf</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Disable the current backup =
job.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Create a new task in the Task =
Scheduler. It=20
should invoke</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D2>&nbsp;&nbsp;c:\Windows\MyBackup.bat</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>This method will create and maintain 7 =
backup=20
files, one for</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>every day of the week.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>And remember: Backup jobs are close to =
worthless=20
unless you</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>examine&nbsp;the log files regularly, =
e.g. once=20
every week. You could</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>even send them to you by =
EMail!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>"Brian" &lt;<A =
href=3D"mailto:user34@mcse.com">user34@mcse.com</A>&gt; wrote=20
in message <A=20
href=3D"news:eNUG2zAkIHA.1204@TK2MSFTNGP03.phx.gbl">news:eNUG2zAkIHA.1204=
@TK2MSFTNGP03.phx.gbl</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>This may be a simple =
question....</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have a Windows 2003 SP2 machine, =
and I had a=20
question about backup.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>When I do a scheduled backup every =
night, it=20
gives me a file say backup1.bkf. The first night it works =
fine.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>But, on the second night, it also =
again backup up=20
to backup1.bkf and just adds to that file.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>What I would like to have happen is =
night1 backup=20
to backup1.bkf, then make a new file say backup2.bkf, the next night=20
backup3.bkf. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Is there any way to do this? I tried =
Append or=20
replace backup selection, but it always saves to the same file. The =
only way I=20
have found is to rename the file manually everynight.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>thanks!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_002A_01C8902B.D506B840--


Re: Windows 2003 Backup Question by Brian

Brian
Fri Mar 28 11:24:36 PDT 2008

This is a multi-part message in MIME format.

------=_NextPart_000_001C_01C890DF.730E1A70
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Wow, thank you SO much! it worked great. You are a genious!!!
"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message =
news:%231rvyNCkIHA.4164@TK2MSFTNGP02.phx.gbl...
You could do this:
- Create your own batch file, e.g. c:\Windows\MyBackup.bat.
- Put these lines at the top:
@echo off
set DOW=3D%date:~0,3%
- Copy the current backup command line from the Task Scheduler
into this batch file.
- Modify this command so that the output line is no longer Brian.bkf
(for example) but Brian(%DOW%).bkf
- Disable the current backup job.
- Create a new task in the Task Scheduler. It should invoke
c:\Windows\MyBackup.bat

This method will create and maintain 7 backup files, one for
every day of the week.

And remember: Backup jobs are close to worthless unless you
examine the log files regularly, e.g. once every week. You could
even send them to you by EMail!


"Brian" <user34@mcse.com> wrote in message =
news:eNUG2zAkIHA.1204@TK2MSFTNGP03.phx.gbl...
This may be a simple question....

I have a Windows 2003 SP2 machine, and I had a question about =
backup.

When I do a scheduled backup every night, it gives me a file say =
backup1.bkf. The first night it works fine.

But, on the second night, it also again backup up to backup1.bkf and =
just adds to that file.

What I would like to have happen is night1 backup to backup1.bkf, =
then make a new file say backup2.bkf, the next night backup3.bkf.=20

Is there any way to do this? I tried Append or replace backup =
selection, but it always saves to the same file. The only way I have =
found is to rename the file manually everynight.

thanks!


------=_NextPart_000_001C_01C890DF.730E1A70
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16608" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Wow, thank you SO much! it worked =
great. You are a=20
genious!!!</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Pegasus (MVP)" &lt;<A=20
href=3D"mailto:I.can@fly.com.oz">I.can@fly.com.oz</A>&gt; wrote in =
message <A=20
=
href=3D"news:%231rvyNCkIHA.4164@TK2MSFTNGP02.phx.gbl">news:%231rvyNCkIHA.=
4164@TK2MSFTNGP02.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>You could do this:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Create your own batch file, e.g.=20
c:\Windows\MyBackup.bat.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Put these lines at the =
top:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; @echo off</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; set =
DOW=3D%date:~0,3%</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Copy the current backup command =
line from the=20
Task Scheduler</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;into this batch =
file.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Modify this command so that the =
output line is=20
no longer Brian.bkf</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; (for example) but=20
Brian(%DOW%).bkf</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Disable the current backup =
job.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>- Create a new task in the Task =
Scheduler. It=20
should invoke</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D2>&nbsp;&nbsp;c:\Windows\MyBackup.bat</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>This method will create and maintain =
7 backup=20
files, one for</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>every day of the week.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>And remember: Backup jobs are close =
to worthless=20
unless you</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>examine&nbsp;the log files regularly, =
e.g. once=20
every week. You could</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>even send them to you by =
EMail!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>"Brian" &lt;<A =
href=3D"mailto:user34@mcse.com">user34@mcse.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:eNUG2zAkIHA.1204@TK2MSFTNGP03.phx.gbl">news:eNUG2zAkIHA.1204=
@TK2MSFTNGP03.phx.gbl</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>This may be a simple =
question....</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have a Windows 2003 SP2 machine, =
and I had a=20
question about backup.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>When I do a scheduled backup every =
night, it=20
gives me a file say backup1.bkf. The first night it works =
fine.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>But, on the second night, it also =
again backup=20
up to backup1.bkf and just adds to that file.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>What I would like to have happen is =
night1=20
backup to backup1.bkf, then make a new file say backup2.bkf, the =
next night=20
backup3.bkf. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Is there any way to do this? I =
tried Append or=20
replace backup selection, but it always saves to the same file. The =
only way=20
I have found is to rename the file manually everynight.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>thanks!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_001C_01C890DF.730E1A70--


Re: Windows 2003 Backup Question by Pegasus

Pegasus
Fri Mar 28 11:38:35 PDT 2008

This is a multi-part message in MIME format.

------=_NextPart_000_00E2_01C8910B.4FD7CE30
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Thanks for the feedback.
"Brian" <user34@mcse.com> wrote in message =
news:ur4W7DQkIHA.1204@TK2MSFTNGP03.phx.gbl...
Wow, thank you SO much! it worked great. You are a genious!!! (nope - =
it`s just years of practice).
------=_NextPart_000_00E2_01C8910B.4FD7CE30
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3268" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Thanks for the feedback.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Brian" &lt;<A =
href=3D"mailto:user34@mcse.com">user34@mcse.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:ur4W7DQkIHA.1204@TK2MSFTNGP03.phx.gbl">news:ur4W7DQkIHA.1204=
@TK2MSFTNGP03.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Wow, thank you SO much! it worked =
great. You are=20
a genious!!! (nope - it`s just years of=20
practice).</FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_00E2_01C8910B.4FD7CE30--