this is a real difficult works, I show you my problem.
I have a lot of image, and sometimes I had to clean all deleted pic.
My photo archive is organized in this way.
Code: Select all
M:
│───────NIKON_D80
│ └───JPG
│ └───2010-02-10
│ DSC_02345.JPG
│ DSC_02346.JPG
│ └───2010-02-11
│ DSC_02347.JPG
│ └───RAW
│ └───2010-02-10
│ DSC_02345.NEF
│ DSC_02346.NEF
│ ....................
│ └───2010-02-11
│ DSC_02347.JPG
│ ....................
│
│───────NIKON_D7000
│ └───JPG
│ └───2010-03-30
│ _N7K02345.JPG
│ _N7K02346.JPG
│ └───2010-03-31
│ _N7K02347.JPG
│ ....................
│ └───RAW
│ └───2010-03-30
│ _N7K02345.NEF
│ _N7K02346.NEF
│ ....................
│ └───2010-03-31
│ _N7K02347.NEF
│ ....................
Before to see my picture I always make a backup on 2 different hard disk, with the same infrastructure directory.
I work usually with JPG (ex. M:\NIKON_D80\JPG\*) directory to view and discard the photos.
My goal is to synchronize the RAW subdir in main disk, and on the other 2 hard disk JPG and RAW subdir,
when some pic is deleted in main disk folder (M:\NIKON_D80\JPG\* and M:\NIKON_D7000\JPG\*)
All directory and file name are without spaces
Could someone help me with this work?
Regards
Dario
[EDIT aGerman] Code tags complemented and formatted to display the structure well. [/EDIT]