J
James Goodman
We have a folder which contains several hundred sub-folders. Each of these
sub-folders contain hundreds of image (jpg) files.
Most of these files do not change, <100 per week. At the moment, I am
copying every file to a DVD, before copying them off the CD onto the target
computer (disconnected). Because I am copying every image, I have to copy
approx 1GB of images which takes quite a while.
I wrote a VB function which compares files on the DVD to the target
computer, & if different copies them. This makes the target copy fairly
fast, but copying 1GB of images onto a DVD in the first place is a waste of
time.
I therefore want to copy only files created in the last n days, whilst
preserving the folder structure. If I can only copy the the new files, I
could reduce the copy size to approx 50MB!
Any suggestions?
sub-folders contain hundreds of image (jpg) files.
Most of these files do not change, <100 per week. At the moment, I am
copying every file to a DVD, before copying them off the CD onto the target
computer (disconnected). Because I am copying every image, I have to copy
approx 1GB of images which takes quite a while.
I wrote a VB function which compares files on the DVD to the target
computer, & if different copies them. This makes the target copy fairly
fast, but copying 1GB of images onto a DVD in the first place is a waste of
time.
I therefore want to copy only files created in the last n days, whilst
preserving the folder structure. If I can only copy the the new files, I
could reduce the copy size to approx 50MB!
Any suggestions?