Hi all,
On my iMac I have around 200 gigs of digital camera movies, pictures, jpegs and raw files under ~/Pictures and various subdirectories. Many of these sub directories under my Pictures folder have spaces in.
What I would like to do is find all jpg files, mov, NEF and RW2 files in these ~/Pictures/sub directory structure and copy them onto my external drive /Volumes/MyBook/Backup. I do not want to preserve the directory structure on the target directory, I want to end up with:
/Volumes/MyBook/Backup/1.jpg
/Volumes/MyBook/Backup/2.jpg
/Volumes/MyBook/Backup/1.NEF
and so on.
Can I use rsync to do this? I seem to be struggling to meet my requirement of no sub directories on the target drive/folder.
Any help would be much appreciated.
Background to this is that I have been using Lightroom and Aperture, so the folder structure is a mess and I have duplication. I want to migrate to the new drive and start a fresh catalog.
On my iMac I have around 200 gigs of digital camera movies, pictures, jpegs and raw files under ~/Pictures and various subdirectories. Many of these sub directories under my Pictures folder have spaces in.
What I would like to do is find all jpg files, mov, NEF and RW2 files in these ~/Pictures/sub directory structure and copy them onto my external drive /Volumes/MyBook/Backup. I do not want to preserve the directory structure on the target directory, I want to end up with:
/Volumes/MyBook/Backup/1.jpg
/Volumes/MyBook/Backup/2.jpg
/Volumes/MyBook/Backup/1.NEF
and so on.
Can I use rsync to do this? I seem to be struggling to meet my requirement of no sub directories on the target drive/folder.
Any help would be much appreciated.
Background to this is that I have been using Lightroom and Aperture, so the folder structure is a mess and I have duplication. I want to migrate to the new drive and start a fresh catalog.