Hey guys,

Can anyone recommend open source software for moving media files (images, movies etc) from portable storage (memory stick, SDHC etc.) to local storage?

I'd like some subset of the following features:

   * Configurable target directory
   * Configurable rename (date, index, meta information etc.)
   * Target collision detection
   * Command line driven
   * Confirmed copy
   * Bacula hooks

At the moment I do the equivalent of *find /media/mmc ... -exec **mv --update* {} {target_dir}. I found out in the weekend that this isn't the most robust way of doing this (think unmounted parent of the target directory... ;( ). I could fix the issue with my script (and will before I run it again ;), but I'm guessing somebody has already written something that solves the problem.

Thanks for your time!
_______________________________________________
LUGS Mailing list - [email protected]
List FAQ: http://wiki.lugs.org.sg/LugsMailingListFaq
Info page: http://www.lugs.org.sg/mailman/listinfo/slugnet
To unsubscribe send an empty email to: [email protected]

Reply via email to