In article <
e77d89435...@my.inbox.com>,
Dave Higton <
da...@davehigton.me.uk> wrote:
> I have roughly 1600 photos from various cameras, stored on the
> Iyonix's hard drive and again on two NAS drives. Although the
> two NAS copies should be identical, there are differences in
> directory structure between Iyonix and NAS. Also, when the NAS
> drives were used on the NSLU2 (before I changed to a Synology
> USBStation 2), the file date/time stamps don't always match.
> The things I can rely on are the file name and exact file size.
> Any suggestions as to what RISC OS apps might help me compare
> the contents?
I'd try something like this - you may have to make adaptations
depending on how your photos are organised and what other files may
be in the same directories:
Using Locate, search for all objects excluding Applications and
Directories and including the filetype(s) of your photos.
From the results window, save the path names and use this as the
basis to create an obey file. Using your favourite text editor, add
'info ' to the start of each line and at the end of each line add
redirection to send the output to another file, e.g. { >>
<path>.<filename> } (except just a single '>' on the first line).
Run the obey file and sort the lines in the resulting output file
(you may want to edit out the permissions, filetype, time and date
from each line before sorting).
Repeat this for each device and compare the results with SideDiff.
(Thanks to Steve Fryatt and Harriet Bazley for their invaluable
applications Locate and SideDiff.)
Hope this is comprehendible.
Evan.