computer back-up question??

Boomyal

Supreme Mariner
Joined
Aug 16, 2003
Messages
12,072
I have a small business program that I routinely back up by copying and pasting to two seperate drives.<br /><br />Is it possible to set something up so that I can chain the 'back-ups' together so that I can put it in motion then just walk away?<br /><br />I am running windows 2000. I have the progam on my C: drive and my data on a removeable Firewire drive. I also have a second, internal physical hard drive. For safety, incase of any drive failure, I want my data on all three of my drives. (partitioned primary D: drive, partitioned secondary G: drive plus the active data file on the Firewire H: drive)
 

Xcusme

Commander
Joined
Apr 21, 2003
Messages
2,888
Re: computer back-up question??

Hmmm, OK, lets get this sorted out.<br /><br />This is what I think you have from your description:<br /><br />You have a physical hard drive, with one logical drive partition called "C"<br />You have a second physical hard drive partitioned into 2 logical drives "D & G "respectively<br />You have an external Firewire drive with one logical drive partition called "H"<br /><br />Is this right??<br /><br />Your program is installed to the "C drive" and it's data files are stored only to the Firewire "H drive"<br /><br />If your into DOS batch files, you can write a small batch file to copy the contents of the data files on the "H drive" over to separate file folders on D and G drives. It would be nice to have a backup file naming convention to retain previous backups. Another nice feature is to use a file compression program to create the backups to keep the backup files small. One such program is PKZIP or WinZip. This batch file could allow you to do multiple backups on the same day, giving each backup a unique file name.<br /><br />Here's what it might look like if you have a backup folder on your D drive:<br /><br />D:\Program Backup ( This is the folder for your backups)<br /><br />inside of this folder you could see files called:<br /><br />12102004.zip (this backup file was created on 12/10/2004)<br />12122004.zip (this backup file was created on 12/12/2004) <br /><br />Multiple backups on the same day would look like this:<br /><br />12102004a.zip<br />12102004b.zip The addition of a letter would denote a sequence of backups on the same day.<br />12102004c.zip <br /><br /><br />This is only half of the story ......you should also have another batch file to restore from a previous backup if needed. This batch file would un-compress the backup file and copy it's contents BACK to the Firewire drive.<br /><br />Is this what you had in mind??
 

Rudderman

Petty Officer 1st Class
Joined
Jan 14, 2004
Messages
283
Re: computer back-up question??

Have a look at HandyBackup or Winbackup.<br />You could set up scheduled backup jobs which automatically run at a certain time.<br />Each time it backs up, you can get it to either overwrite the original backup, or create new backups each time with the date as the file name.
 

jsfinn

Lieutenant Junior Grade
Joined
Nov 26, 2003
Messages
1,093
Re: computer back-up question??

Hey Boom - check out:<br /><br />Start -> Programs -> Accessories -> System Tools -> Backup<br /><br /><br />You can schedule it to run automatically whenever you want.
 

Boomyal

Supreme Mariner
Joined
Aug 16, 2003
Messages
12,072
Re: computer back-up question??

Close Excusme, Three drives total. Primary and secondary are partitioned (c,d & e,f) the third being the unpartitioned Firewire drive (H).<br /><br />The program on C: writes it's data to the removeable Firewire (H). When I am done with a work session I then copy and paste the data folder to the d: drive, then copy and paste it again to the f: drive. The data file is about 150 mb. I'll digest the rest all of the particulars in this post later. I've got to git out and do some work this morning.
 

Xcusme

Commander
Joined
Apr 21, 2003
Messages
2,888
Re: computer back-up question??

Boomyal, OK, it was the G drive that threw me, no matter. I did do a very quick Google on backup programs and missed the 2 programs Rudderman mentioned suggested, nice options BTW. I would go that route. The HandyBackup looks like just the thing.<br />Years ago, I wrote batch files to backup and restore company database files and they served their purpose. More recent backup programs are a blessing and much easier to use.
 

Boomyal

Supreme Mariner
Joined
Aug 16, 2003
Messages
12,072
Re: computer back-up question??

Thanks Xcusme, Rudderman and jsfinn. I've emailed the people at HandyBackup to see if their program will do what I want it to. If it's too complicated I can just keep copying and pasteing. Happy New Year to you all.
 
Top