Welcome to Soft32 Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Backup

 
   Soft32 Home -> Win3 Arch -> Security Admin RSS
Next:  Windows Firewall  
Author Message
francesco_Italy

External


Since: May 16, 2006
Posts: 1



(Msg. 1) Posted: Mon May 15, 2006 11:09 pm
Post subject: Backup
Archived from groups: microsoft>public>windowsxp>security_admin (more info?)

How can I keep more backup copies of the same files or folder???I would like
to execute the backup every day and rename the backup file with the date.For
Example

Backup12052006.bkf
Backup13052006.bkf
Backup14052006.bkf

now it only overwrite the file so i have only the last copy.

Thanks
Francesco
Back to top
Login to vote
GTS

External


Since: Oct 02, 2004
Posts: 268



(Msg. 2) Posted: Tue May 16, 2006 5:45 am
Post subject: Re: Backup [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Below is a batch I made to run as a scheduled task for one of my clients.
It includes the date in the backup name. This particular file is for a tape
backup on a Windows 2000 machine and may require some modifications for your
use, but is provided as a general example. Watch re. word wrap in the
message.

rem DailyBackup.cmd GTS
rem Updated 3:48 PM 5/26/2004 Run by scheduler

for /f "Tokens=1-4 Delims=/ " %%i in ('date /t') do set dt=%%i-%%j-%%k-%%l
for /f "Tokens=1" %%i in ('time /t') do set tm=-%%i
set tm=%tm::=-%
set dtt=%dt%%tm%

C:\WINNT\system32\NTBACKUP.EXE backup "@C:\BackupSets\DailyBackup.bks" /n
"Media created %dtt%" /d "FullBackup created %dtt%" /v:yes /r:no /rs:no
/hc:on /m normal /j "Daily Backup on %dtt%" /l:s /um /p "4mm DDS"

cls
exit


--

"francesco_Italy" <francesco_Italy DeleteThis @discussions.microsoft.com> wrote in
message news:88F318BA-6E1E-4B98-A122-33C59F19DFA5@microsoft.com...
> How can I keep more backup copies of the same files or folder???I would
> like
> to execute the backup every day and rename the backup file with the
> date.For
> Example
>
> Backup12052006.bkf
> Backup13052006.bkf
> Backup14052006.bkf
>
> now it only overwrite the file so i have only the last copy.
>
> Thanks
> Francesco
>
>
>
Back to top
Login to vote
Florian Frommherz

External


Since: Apr 23, 2006
Posts: 8



(Msg. 3) Posted: Tue May 16, 2006 8:41 am
Post subject: Re: Backup [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Howdy!

francesco_Italy schrieb:
> How can I keep more backup copies of the same files or folder???I would like
> to execute the backup every day and rename the backup file with the date.For
> Example
>
> Backup12052006.bkf
> Backup13052006.bkf
> Backup14052006.bkf

Here's the NTBackup reference for Windows XP:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddo...en-us/n

And here Jerold's example of a nightly backup:
http://www.jsifaq.com/SUBE/tip2200/rh2265.htm

Do these resources help you?

cheers,

Florian
--
Nachwuschsadmin aus dem Süddeutschen/Germany.
eMail: Vorname [bei] frickelsoft [Punkt] net.
Back to top
Login to vote
francesco_Italy

External


Since: May 16, 2006
Posts: 1



(Msg. 4) Posted: Tue May 16, 2006 8:41 am
Post subject: Re: Backup [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Florian Frommherz" wrote:

> Howdy!
>
> francesco_Italy schrieb:
> > How can I keep more backup copies of the same files or folder???I would like
> > to execute the backup every day and rename the backup file with the date.For
> > Example
> >
> > Backup12052006.bkf
> > Backup13052006.bkf
> > Backup14052006.bkf
>
> Here's the NTBackup reference for Windows XP:
> http://www.microsoft.com/resources/documentation/windows/xp/all/proddo...en-us/n
>
> And here Jerold's example of a nightly backup:
> http://www.jsifaq.com/SUBE/tip2200/rh2265.htm
>
> Do these resources help you?
>
> cheers,
>
> Florian
> --
> Nachwuschsadmin aus dem Süddeutschen/Germany.
> eMail: Vorname [bei] frickelsoft [Punkt] net.
>

yes thanks,these resouces help me to know better backup issues.
But maybe the simplest thing to do for me it's to schedule one backup for
each day and rename the file with the prefix monday,sunday....

Francesco
Back to top
Login to vote
Display posts from previous:   
Related Topics:
about backup - Hi I want to backup MyDoc's the folder is 14Gb large, with 700 folders and 35000 files and it takes more than 2 hours t...

doing backup - Hello, I want to do backup of some folders, some of the files in the folders are sent to folder with the same name..

Backup name - I have scheduled the ntbackup utility to create a weekly differential backup to a network drive. I would like to keep....

automatic backup - I need to make sure that Outlook is not running at a certin time. Since there is no way to automate the back from..

Backup recovery - Having had to recover my files from running backup (loaded from "added value" XP Home edition)I cannot seem ...

Backup problem - I have problem to backup my personal data. I had one 40 Gb hard drive and before 5 days ago system has "fall down&...
       Soft32 Home -> Win3 Arch -> Security Admin All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows
 Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]