PDA

View Full Version : Backing up photos


gthorn
21st of February 2003 (Fri), 01:55
I'm not sure how everyone else does it, but I arrange my photos on my hard disk in folder trees (i.e. D:\Photos\Holidays\2002 Nov ; D:\Photos\Holidays\2003 Jan etc).

My photos collection is now over 12GB and so I needed a utility to be able to backup the collection to multiple CDRW's and still maintain the folder tree structrure on the CDRW's so that if I need to restore, its then just a matter of copying the CDRW's back to the hard disk.

I had a look at a number of backup programs and they aren't suited that well, because they typically compress the backups into a special file which can't be read again without the backup program itself. Also, the whole backup needs to be completed in one session which can take a day or two to complete.

So, I wrote a program called CopyCat which has the following features:

1. Writes to UDF formatted CDRW's. Spans multiple disks if required. Can't use normal CDR format because it needs to be able to add one file at time in the case of incremental backups and CDR doesn't support that.

2. UDF format supports the normal file system while CDR uses the Joliet system which has restrictions in filename lengths. For photos this may not be a problem, but for MP3 music (which the program also does well) this can be a problem.

2. Maintains a copylist of all files copied and where they were copied to.

3. Copying can be interrupted at any time and later resumed from where it left off.

4. Incremental and differential copying.

5. Preserves the exact folder tree structure of the source files on the target disk(s)

6. Copylist viewer allows one to locate copied files on the target disks.

7. When copying to CDRW's, a copy of the copylist is added to each disk. This enables the copying process to be resumed from the last known good copylist in the event of a system crash during the copying. (My photos take 1 day and my music collection takes 5 days to backup, so this is important.)

8. Because the files on target disks are normal files, I can use ThumbsPlus to catalogue the disks so I can easily find my pictures.

9. Simple interface (hopefully !)

The program is available free to anyone for personal use and if anyone would like to try it out, it can be downloaded from www.muzicman.com/code/cc_install.exe

Graham Horn

gthorn
28th of February 2003 (Fri), 04:54
The software has been updated with a helpfile now.

PacAce
1st of March 2003 (Sat), 21:46
Graham,

You back up 12 Gb of photo to CDRWs? You must use a LOT of CDRW to accomplish this!

Have you considered installing a DVD-R/W? The DVD-RW can hold about 4.7 Gb of data so you'd only need about 3 DVD-RWs to back up your complete photo library.

I have a Pioneer A04 DVD-R/W burner and it does a great job not only backing up my digital photos but also creating DVD movies that play on my table top DVD player. I haven't checked recently but the last time I looked (several months ago), the DVD burners were going for under $300.00.

gthorn
1st of March 2003 (Sat), 23:22
Yes I do back up to CD-RW - can't afford a DVD writer just yet -(saving up for 100-400MM IS lens for my D30). The program does incremental backups, so CDRW works just fine right now.

tharmon
12th of April 2006 (Wed), 13:11
Yes I do back up to CD-RW - can't afford a DVD writer just yet -(saving up for 100-400MM IS lens for my D30). The program does incremental backups, so CDRW works just fine right now.


I see this thread goes back to 2003. Have there been any changes? Can you use regular CDs?? I tried the program but couldn't make it work.... several errors at different points. It keeps bringing up a coupld of other back-up programs to do the copying... is that right? thanks.... Tom

20D-Newbe
12th of April 2006 (Wed), 16:04
Have you tried Nero? If I remember right it does a backup (i.e. straight copy) till the CD is full and then carry on to the next one (will also run a verify). Nero will write to CD’s and DVD’s

It has been a while since I used this feature – so maybe someone can confirm that.

jfrancho
12th of April 2006 (Wed), 18:54
Since this member's last post was over 2 years ago, I doubt it is an issue anymore.

Hellashot
13th of April 2006 (Thu), 20:11
One thing, don't use rewriteable discs when backing up - use one time only discs. Keep it as your backup, why would you want to overwrite you backup of your files? You might also get a DVD recordable drive which will make your backups take fewer discs.

It's confusing what you are trying to explain that you are doing in writing your own program. Avoid using a program that turns your CDRW discs into a "big floppy" allowing packet writing (instead of sequencing a big list of files to write) because then that disc can only be accessed by a computer running that program that allowed you to drag and drop and instantly write those files to the CDrw.

I backup my RAW and TIFF files to DVD+R after I've processed and finished up the edits for that day's files. I then delete the TIFF files from my hard drive.

WHY do people drag up 3 year old posts??

StealthLude
13th of April 2006 (Thu), 21:12
Get an external hard drive and call it a day... I got a server housing all my photos using a RAID configuration, network storage and along with that, off site backup using an external drive which i keep in a seperate place than my house. Because if that **** burns down, ill have a backup somewhere else. That also includes theft.

tim
13th of April 2006 (Thu), 22:55
You gota have offsite magnetic backups, StealthLude said why.