Slashdot Mirror


Ask Slashdot: Best Long-Term Video/Picture Storage?

First time accepted submitter (and first-time parent — congratulations!) SoylentRed writes "I recently have had my first kid, a wonderful healthy daughter who is now just over 6 months old. As one can expect, we have an abundance of photos and videos, and have started to scratch our heads about the best way to store these files and back them up long-term. My parents have asked us (funny thing is it was my mom — the least tech-savvy person among our family) what our plan is to make sure these files are saved and available for her when she is older — which made me realize that we don't really have a good plan! We are currently using TimeMachine on my wife's MacBook Pro; for now we are doing OK with that as a back-up. But my parents have offered to help pay for something that might be a better solution. We could burn DVDs — but that is tedious and gets to be a pain as we would need to back those up (or recopy) them every year or so to be sure we aren't suffering from degrading DVDs. Is our best option right now to pick up two hard drives, back up all our pictures and videos to the first, and then use a 3rd party app to mirror that drive to the second just in case one of them craps out? Is there an online solution that would be better? We are still a few years away from being able to afford the DVDs/CDs that are the 100+ year discs. Is there a better solution I haven't thought of?"

32 of 499 comments (clear)

  1. Print by MrEricSir · · Score: 3, Insightful

    Select the best photos, and print them. It's cheap, lasts a long time, and you can easily print multiple copies for safekeeping.

    --
    There's no -1 for "I don't get it."
    1. Re:Print by DrEnter · · Score: 3

      For the price, services like SnapFish are remarkably cost-effective. The paper and ink are archival rated (200 years), and I've found it less expensive than the cost of a decent printer and ink. Seriously, this is the way to go. Anything else is going to require data migration (for compatibility and ease of access if nothing else) every 5-10 years or so.

    2. Re:Print by Kadagan+AU · · Score: 2

      That's a good idea for photos (costco photo center is a personal favorite), but it's much more difficult to print videos..

      --
      This space for rent, inquire within.
    3. Re:Print by Cragen · · Score: 3, Insightful

      Interestingly, a distant cousin of mine just today posted a picture of a family group which includes our great(-great?)-grandfather, which is a copy of picture taken around 1875. One of my cousins presumably still has this picture. I have no idea where the pictures I took of my daughter currently are. I took movies of her and her brother on the mini-tape format. Only way to show them is through the camera to the VHS machine. (Not exactly sure where the camera is.) So, good luck with that! My advice. Take a few pictures to get it out of your system then enjoy every swinging second of being with your kids. They will grow up and head out into the world unbelievably fast. (I still can't believe mine are in college.) Good Luck!

    4. Re:Print by Xupa · · Score: 2

      Modern inks and papers are acid-based and will not last as long as they used to. I recommend multiple backup options. For photos and videos, keeping a copy somewhere online is a good idea, and for your local storage do what I do - refresh your drives every couple years. I've got almost 20 years worth of archives on a drive I replaced in June. I'll be replacing it again a June or two from now.

    5. Re:Print by Anonymous Coward · · Score: 5, Insightful

      Without question. In 80 years, you're going to die. Your kids are going to come into your house, go through your stuff and try to figure out what to keep and what goes to the estate sale. No matter how carefully assembled and documented, no matter how well you lay out (now) your archival system and metadata linkage, when it comes down to picking through the bones of your life, it's going to look like a computer system (and probably an ancient, useless one at that). A shoebox full of pictures, especially with notes written on the back, has clear value in that context and will be saved for the next generation. Those same pictures assembled into an album, even more so.

      Video...how do you think you're going to play all those h264 in 80 years, when your computer is a little sliver of plastic embedded in your thumb?

    6. Re:Print by kd4zqe · · Score: 2

      Video...how do you think you're going to play all those h264 in 80 years, when your computer is a little sliver of plastic embedded in your thumb?

      On the inside of my eyeballs... DUH!!!

      --
      You're not paranoid if they really ARE out to get you...
  2. Comment removed by account_deleted · · Score: 5, Funny

    Comment removed based on user account deletion

  3. Post It Notes by ArhcAngel · · Score: 2

    Have all your video transcribed to post it notes. When you want to watch hire a local school kid to flip through the pages real fast and read the dialog aloud.

    --
    "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
  4. The most commonly asked question on "Ask Slashdot" by Verdatum · · Score: 4, Insightful

    Every 3 months, never ceases to amaze me.

  5. Nas Drive, with offsite backup by Yo+Grark · · Score: 2

    I invested in a NAS Drive which has Raid 0 AND I back it up once a month offsite through the web through an FTP script.

    It was cheap (under $500 including upgrading my whole infrastructure to gigibit) and it's the "set it and forget it" variety.

    Best part, it's scalable to whatever drives come out....wait that's a lie, that was my original plan but I just learned yesterday it's limited to 2GB drives (SCREW YOU SPARC!). Go with the more expensive expandable 4 bay x86 ones and it might push up the costs but worth it in my opinion.

    As a happy bonus, I now get my FAMILY to backup their videos and photos to it as well over the internet in the same "set it and forget it" way.

    Lastly, Once a year, I give a set of DVD's (Dual Layer) to my lawyer to add to the Will. Overkill yes, but hey you never know.

    Yo Grark

    --
    Canadian Bred with American Buttering
    1. Re:Nas Drive, with offsite backup by jowilkin · · Score: 2

      Raid 0 is a real bad idea for backup, if one drive fails, your whole array goes down. A NAS is a good idea IMO, but you should not be using Raid 0. A better solution would be to use something like Raid 6 (which allows 2 drives to fail without loss of data http://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_6 ).

    2. Re:Nas Drive, with offsite backup by JesseMcDonald · · Score: 2

      I invested in a NAS Drive which has Raid 0 AND I back it up once a month offsite

      FYI, RAID 0 isn't very safe.

      The "safe" RAID levels are good when you need to recover quickly from a single-drive failure, or when the drives are being updated with essential data faster than you can make backups. This is mainly an enterprise feature, not something you'd really benefit from at home. RAID won't help you when a software or (non-HDD) hardware fault causes filesystem corruption, for example, since that affects all the drives at the same time.

      The GP is probably just using RAID 0 to combine the drives for increased space (with possible striping for speed), with the off-site backup covering the "safety" aspect.

      --
      "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
    3. Re:Nas Drive, with offsite backup by nine-times · · Score: 3, Informative

      Well there's a question about what you're trying to accomplish, yes, and RAID 0 is faster. However, what you should overlook is that RAID 0 drastically increases your chances of losing the entire contents of your drive due to catastrophic disk failure.

      When you get 2 hard drives together in a RAID 0, either one could die and cause total data loss, meaning you've doubled your chances of losing all the data on that RAID. There are consumer-grade RAIDs now offering 4 drives, which means that if you use a RAID 0 there, you've quadrupled your chances. This is a problem, because it's really not all that rare for a hard drive to fail.

      So the point of "safe" RAID configurations is not just to increase safety over what a single drive provides (which is what RAID 1 does) but rather to mitigate the danger created by putting the drives in a RAID. A RAID 5 is much safer than a RAID 0, for example, because the chances of 2 drives failing at the same time is rather slim. However, there is bound to be a point where, if you have enough disks in a RAID 5 (I don't know how many, and it would depend on a couple factors), then it would be less safe than storing data on a single disk.

      So... yeah, if you need a lot of speed and space for cheap, you're really confident in your backup solution, and you don't mind the downtime of needing to restore from backup if your RAID dies, then RAID 0 isn't a bad solution. But on the other hand, I don't recommend that people rely too heavily on their backups.

  6. Re:Don't go optical by ArhcAngel · · Score: 3, Funny

    Daddy Warbucks...Is that you?

    --
    "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
  7. CrashPlan by heypete · · Score: 4, Informative

    I'm a fan of CrashPlan -- it can handle backups between different local media (e.g. from one hard disk to another), between one computer and another, between your computer and a friend's computer, and between your computer and their online storage service. In all cases, your data is encrypted so that the other party (be it the second computer, your friend, or the online service) has no access to your data.

    One of the features I like is that the software does regular integrity checks on the backed-up data. Still, if the original data is corrupted, the software will dutifully back up that corrupted data, so that won't help you much.

    If they're important family photos, I'd use keep the files on at least two local drives, as well as remote backup using something like CrashPlan. If you're particularly concerned, you might keep the photos on Amazon S3 -- they claim their storage infrastructure is highly durable and reliable, which could be beneficial.

  8. Oh for chrissakes by slaker · · Score: 3, Insightful

    Drives break. Accidents happen. DVDs degrade. Consumer grade storage just isn't a good idea for anything long term.
    Pay for Mozy or Crashplan or some other commercial service. Your stuff can go on whatever ridiculous combination of disk arrays and tape backups they use for you and anyone else who is paying the $50 a year or whatever it is to keep your stuff available. This is by far the least hassle of any available option.

    --
    -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
  9. AGAIN??!! by bananaquackmoo · · Score: 2

    Cloud (offsite) + NAS + RAID + Backup drive. Seriously, why does this question in various forms keep getting posted on Slashdot? I'm sick of it.

  10. Re:Plenty of options by jmorris42 · · Score: 2

    No, blame it on the price of DVD blanks. When they were a couple bucks a pop the quality was better than they are at under a quarter. But you can still buy good media if you look. Anything important I burn to two quality name brand media and make sure they are a different brand and tech (dye color). That way if one is a bad batch or the dye doesn't hold up the other copy should be OK.

    And for now all of my photos are still on the RAID and the backup drive. One set of the DVDs is in a fireproof box, probably should put the other one off site but haven't done that step yet.

    --
    Democrat delenda est
  11. Re:Hard copy by jedidiah · · Score: 3, Informative

    While it is true that digital data needs to be maintained, it's not a lot. If there ever comes a time when you won't be able to cheaply and easily store your digital files, you will have much more serious things to worry about than preserving old photos.

    Over time, data gets smaller relative to storage devices. Something that seemed like a lot 15 years ago can easily sit in the slack space on your phone.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  12. Re:The most commonly asked question on "Ask Slashd by QuasiSteve · · Score: 3, Insightful

    Probably because nobody ever replies with a reasonably affordable solution that is guarenteed to last for atleast 20 years.

    Do you suppose that maybe, just maybe, that's because no such solution exists?

    Seriously, if there had been some manner of breakthrough in storage technology that would radically have changed the replies people gave 3 months ago, 6 months ago, 9 months ago, 12 months ago, etc. don't you think it would have been not only front page news at Slashdot but on practically any technology website worth its salt?

    No, I'm with GP. Stop asking the same question if you can reasonably expect the answers to be the same, too.

    For those needing car analogies:
    Slashdot is the car. The editors and commenters are the drivers. The people submitting these types of articles are the whiney kids going "Are we there yet?".

    Unfortunately, the drivers in this case are horrible parents and humor their kids with "No, not yet." / "No, but we are somewhere else and let me tell you all about it even if it's not what you asked about.".

    A sane parent would have done the "No. I'll tell you when we're there*. Now stop asking or I'm going to pull over"-threat thing.
    ( * I.e. by posting about the aforementioned technological breakthrough. )

  13. Slashdot! by mmcuh · · Score: 2

    Send in all your data to "Ask Slashdot". It will get repeated every couple of months for all eternity. It's not lossless as there are tiny variations, but they are usually to small to notice.

  14. Re:The most commonly asked question on "Ask Slashd by mlts · · Score: 2

    Exactly. Pretty much we have only a few solutions:

    1: Tape. DLT and LTO tape will last 10-20 years, but tape drives are expensive ($3000+), require a fast connection (SAS minimum, likely FC), and one will need to know what software was used with what settings (like for tar, what blocksize, etc.)

    2: Archival grade CDs/DVDs. Like the parent, it sounds good and isn't that expensive, but time will tell if the advertising holds true. Then there are factors like what burner is used and what dyes that may make or break things.

    3: Copy files to hard disks, and keep copying them every so often to new media. Likely the best way, but takes time and trouble.

    4: Use an offsite provider. The usual stuff about losing access, security, and reliability of the offsite provider apply.

    Probably the best archiving technique would be a dedicated CAS appliance that keeps multiple copies of content stored on multiple iterations of media (stored with ECC, as well as SHA summing to check for corruption), copying/migrating data to new media periodically, and periodically checking that everything in its media database is readable.

    To the user,it would appear as a volume, but will periodically ask for both used media (drives, tapes, CDs, DVDs, etc.) as well as new media to keep the data always refreshed. It would also cryptographically sign/timestamp all files so one knows that their 10 year old copy of their master's thesis has not been tampered with.

  15. Re:Proven longterm storage by PhotoJim · · Score: 5, Insightful

    File and forget works with film. Digital archives are better if you do the work; analog archives are better if you don't. And over the decades, almost inevitably, someone forgets to do the work.

  16. Re:Good question by brokenin2 · · Score: 2

    We had five, yes five duplicate tape backups sets for a final copy of our obsolete accounting system. All tapes were verified good when they went onto the shelf (in a climate controlled room). A year later, it took us more than 10 tries to get one of them to restore successfully.. I think it was tape set 3 on the 4th try or something before it restored.

    Tapes suck.

  17. Boar is the solution by mekberg · · Score: 4, Interesting

    You are looking for Boar, an open source project providing "Simple version control and backup for photos, videos and other binary files". The philosophy is that version control is necessary for all vital data, be it code or baby pictures. And when you have all your files in one large, nice pile, Boar makes it easy to create and maintain verified copies on external HDDs or whatever. Splitting your data on a bunch of DVDs is a sure way to bring chaos to your files.

    The project page is on google code at http://code.google.com/p/boar/

    Disclaimer: I'm the author of Boar, and I think that absolutely everyone who values their files should use it. Or something similar, although I haven't found anything else that fits my needs.

    1. Re:Boar is the solution by yo_tuco · · Score: 2

      Disclaimer: I'm the author of Boar, and I think that absolutely everyone who values their files should use it. Or something similar, although I haven't found anything else that fits my needs.

      Current state
      The project is in beta phase...

      What do I need to run it?
      Boar is written in Python and tested on Windows and Linux. You will need python 2.6 or higher. Also, you should know that boar is (so far) a command line tool and will require some basic command line skills.

      It's beta, only tested on Windows and Linux and you need command line skills? It doesn't sound ready for Everyone just yet. You're going to need a GUI for the majority that's not reading your post here on /.

  18. Print a book by frankmu · · Score: 4, Insightful

    Totally agree with you regarding photos. I use iPhoto to print out books of our family trips, then send copies to the grandparents. You have off site storage, and don't have to worry about finding the correct media player. The kids are able to read it whenever they want to. It's fun to watch my kids snuggle up with their grandparents on the couch with books, not as easy with a laptop or tablet.

    --
    Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.
  19. HQ printer with archival inks on acid free paper by capsteve · · Score: 3, Informative

    go analog for longest life span.

    HP designjet z2100 or epson stylus 4880/4900.
    these printers don't come cheap, but over the lifespan of the printer, i'f your printing 100's or 1000's of prints RIO will be better than paying snapfish.
    they are favorite entry level printers in the graphic arts and prepress market due to the fact that:
    1) they can produce contone images at resolutions that make dithering imperceptable to the naked eye
    2) color fast inks that can be archival for 150-200 years
    3) wide color gamut using multiple inksets
    4) FOGRA/GRACoL certifiably using approved rip software
    many pro photographers are ditching the darkroom in favor of the class of professional inkjet printers for reproducing their images.

    --
    three can keep a secret, if two are dead - benjamin franklin
  20. Re:Post it on Facebook. by Pieroxy · · Score: 3, Funny

    The best way is to zip all your photos with a password, rename the file to "Britney Spears secret sex tape 1080p DTS.mkv" and put it online on The Pirate Bay.

  21. Re:The most commonly asked question on "Ask Slashd by jedidiah · · Score: 2

    > it is really nice that you shared your method with us.

    Copy stuff to a suitably large disk when the opportunity presents itself.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  22. Re:Hard copy by dolmen.fr · · Score: 2

    The main problem of digital archive is not preservation: it is discovery.

    What the grand-parent says is that printed media is a shoe box is more discoverable than digital files. A digital archive lost because no one knows that it exists or where it exists is of no value.
    Also, discoverability is a more important feature for a family media archive than quality. A bad quality photo is better than no photo at all.