Saving photos to multiple external drives at once?

Blog Forums Photography Saving photos to multiple external drives at once?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #8407
    Avatar photoMatt Jones
    Member

    Guys,

    I know that this can be done, I just can’t seem to find any info on it. First, when I download photos from a card, how do I direct them to save to multiple external drives in one action? Also, I am constantly working on design projects and would like to essentially do the same thing through InDesign, Illustrator, and Photoshop. Is this possible? Am I making sense?

    Thanks in advance!
    Matt Jones

    www.mattjonesphotography.com

    #71034

    I’ve always found the best way to do that is by downloading to one, then the other.
    The more softwear you add to the process, the more chance of failures IMHO.

    Simple with computers is best.
    (then dropkicking ;))

    www.dsaphoto.com

    A picture is thousand words that takes less than a second while a thousand words is a picture that takes a month.

    #71035

    Matt,

    The only program I know of which does this natively is Adobe Photoshop Lightroom 2 and higher.

    #71036
    graham owen
    Member

    I use Nikon Transfer to download images from CF cards, saving files onto my hard drive and designated backup, at the same time.

    #71037

    I use to do exactly what Brian does.

    #71038
    Neal Osborn
    Member
    #71039
    Henry Gilbey
    Member

    When you Ingest (download pix from card) in the editing programme Photo Mechanic, you can specifiy a second destination for the images to be saved to…………an external hard drive for example.

    #71040

    Depending on your operating system and hardware setup you might be able to run RAID1 (drive mirroring) or use external storage like Drobo which is running raid already. Over the years I have had too many of the “cheap” RAID solutions fail so prefer to do things manually.

    I have a couple of internal hard drives which are backed up to an external hard drive using a batch file and xcopy  🙂 This is scheduled to run every night via the Windows Task Scheduler. I then have a second external hard drive which is backed up the same way but kept off site.

    xcopy c:data*.* /s /e /v /c /d /y d:data

    You can substitute the c:data and d:data with whatever drives or subdirectories you like. This command will only copy the files which have changed since the last time you copied.

    If you prefer to be able to run it when you want to, just create a shortcut on the desktop to the batch file. It is simple to setup, simple to check if working and free.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.