View Single Post
Old 01-03-2008, 03:29 PM   #3
grayfox
Connoisseur
grayfox doesn't littergrayfox doesn't littergrayfox doesn't litter
 
Posts: 68
Karma: 203
Join Date: Oct 2007
Device: Razr/iLiad
Hi,

I copy from the CF card back to my PC ( a mac ) using rsync.

By copying from the CF card back to the PC the folder structure is
preserved.

You might want to check to see if rsync has been ported to the
PC ( windows).

With rsync the backup is extremely fast ( after the first).
the command I use is

#!/bin/sh
# Add --delete to delete files on the target that are not on the source
rsync -av --delete /Volumes/CFILIAD/ /Users/jerry/CardBackup

which is a one liner

Jerry
grayfox is offline   Reply With Quote