Slashdot Mirror


Ask Slashdot: What's The Best Way To Backup Large Amounts Of Personal Data? (foxdeploy.com)

An anonymous Slashdot reader has "approximately two terabytes of photos, currently sitting on two 4-terabyte 'Intel Rapid Storage' RAID 1 disks." But now they're considering three alternatives after moving to a new PC: a) Keep these exactly as they are... The current configuration is OK, but it's a pain if a RAID re-sync is needed as it takes a long time to check four terabytes.

b) Move to "Storage Spaces". I've not used Storage Spaces before, but reports seem to show it's good... It's a Good Thing that the disks are 100% identical and removable and readable separately. Downside? Unknown territory.

c) Break the RAID, and set up the second disk as a file-copied backup... [This] would lose a (small) amount of resilience, but wouldn't suffer from the RAID-sync issues, ideally a Mac-like "TimeMachine" backup would handle file histories.

Any recommendations?

This is also a good time to share your experiences with Storage Spaces, so leave your answers in the comments. What's the best way to backup large amounts of personal data?

366 comments

  1. Commit it to memory! by danomac · · Score: 4, Interesting

    Memorize it! Just don't take any head injuries or you won't remember anything.

    More seriously, back up to hard drives is the only viable option. Then make sure you have more than one backup drive and store one at some other site. Relative maybe?

    Cloud options with that kind of storage would take forever to upload. And I've heard of people having stuff randomly go missing on their cloud service, not the entire contents, but a file here and there. I'm not so sure that's a good option.

    For storing on-site you can get a fire rated media safe, but they can be quite a bit more expensive than a regular safe.

    1. Re:Commit it to memory! by danomac · · Score: 4, Informative

      In addition, I forgot the 3-2-1 backup principle. 3 copies of data, on at least 2 different types of media, and 1 copy off-site.

    2. Re: Commit it to memory! by Anonymous Coward · · Score: 0

      We backup our work data to a uk based cloud storage provider, with encryption handled by our own chosen encryption key phrase. We sent a snapshot of the data and only back up increments after that. Can restore with another snapshot delivered to us, or leech the lot. The next iteration of their service will allow prioritised restore to grab the file we're trying to access, while the rest restores in the background. They mirror the data across two sites. It's not cheap though!

    3. Re: Commit it to memory! by Anonymous Coward · · Score: 1

      FreeNAS with RAIDZ2 and daily snapshots turned on, synced to an offshore duplicate located in a remote site if your internet connection can handle it or located at your neighbours house if not.

    4. Re: Commit it to memory! by techno_dan · · Score: 2, Insightful

      I found FreeNAS to be the best and cheapest solution. Was not that hard to set up, and like you said, snapshots are great.

    5. Re: Commit it to memory! by Anonymous Coward · · Score: 0

      Agreed! I love FreeNAS. FreeNAS v10 is going to be phenomenal.

    6. Re: Commit it to memory! by UnknownSoldier · · Score: 1

      I'll 4th that as well. FreeNAS + RAIDZ FTW !

      Also, make you sure you:

      * run memtest on your RAM
      * run the manufactures' provided sector diagnostic utility over the hard drive BEFORE inserting into production.

    7. Re: Commit it to memory! by Anonymous Coward · · Score: 0

      In addition to validating a confidence test in RAM, always use ECC, and choose a platform that can use it. Committing corrupted data from RAM to disk will only incur bit-rot; often not apparent until years or decades later!

    8. Re:Commit it to memory! by BoRegardless · · Score: 1

      There are "UL fire rated" safes for paper documents, but those will destroy hard drives and those are pretty pricey.

      Data storage safes have to be more expensive yet.

    9. Re: Commit it to memory! by Anonymous Coward · · Score: 0

      We use to call it the buddy backup system. Swap large external drives with friends. I always thought it would be cool to cloud swarm a bunch of stolen space, but I'm not a thief. Maybe something like guest wifi but for hard drive space?

    10. Re: Commit it to memory! by Anonymous Coward · · Score: 0

      I just write cryptic comments and rely on the NSA to store my data. I am already paying for the service and it saves me time.

    11. Re:Commit it to memory! by KozmoStevnNaut · · Score: 1

      +1 for the 3-2-1 principle.

      I've got the local copy on my PC, which is manually synced to a NAS and automatically backed up to Google Drive. Probably not 100% ideal, but at ~$10/month for 1TB, I'm quite satisfied.

      --
      Eat the rich.
    12. Re: Commit it to memory! by Anonymous Coward · · Score: 0

      "Ask Slashdot: What's The Best Way To Backup Large Amounts Of Personal Data?"

    13. Re:Commit it to memory! by Anonymous Coward · · Score: 0

      agree

      https://www.youtube.com/watch?v=U5Ndzxp2lEU

    14. Re:Commit it to memory! by Anonymous Coward · · Score: 0

      Who cares if it takes a long time to upload? It's a photo archive; i don't think the existing photos will be altered that often. Just let it upload for a week or whatever and keep it as an extra option to your other backup strategies. Also you don't need to *rely* on your cloud backup for this, but i don't see why you would dismiss it either. There are plenty of very cheap or free options that will give you oodles of space; use them.

    15. Re: Commit it to memory! by Anonymous Coward · · Score: 0

      ZFS is awesome, but has had bugs. One of those bugs is corrupted meta-data syncing and corrupting both pools. You generally don't want duplicate systems since they may fail for the same reason. Edge and corner cases are annoying like that.

    16. Re: Commit it to memory! by RockDoctor · · Score: 1

      duplicate located in a remote site if your internet connection can handle it or located at your neighbours house if not.

      Not if your neighbour is in the same building as you (what we call here "terraced" or "semi-detached" housing), no. I used to keep my offsite backup at my friends house, about 15 minutes walk down the road. Or maybe a work colleague who lives some distance away.

      Otherwise, the 3-2-1 principle works fine.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    17. Re:Commit it to memory! by yevp · · Score: 1

      Hey! I wrote a blog post about that once -> https://www.backblaze.com/blog...

    18. Re:Commit it to memory! by Anonymous Coward · · Score: 0

      It's good to see that someone knows the difference between BACKUP and BACK UP.

    19. Re: Commit it to memory! by Anonymous Coward · · Score: 0

      Ah. FreeNSA. Great off-site storage.

  2. Only one real option... by Anonymous Coward · · Score: 0

    Microfilm

    1. Re:Only one real option... by Anonymous Coward · · Score: 0

      Crap, will have to buy more Dramamine.

  3. Upload it all to Freenet by Anonymous Coward · · Score: 0

    Upload it all to Freenet and let other people store it for you.

    1. Re: Upload it all to Freenet by Anonymous Coward · · Score: 0

      What a terrible idea this is. Your data won't last a week before dropping off the network.

  4. Come the fuck on by Anonymous Coward · · Score: 5, Insightful

    2 Terabytes is nothing.

    Here's how you do this:

    10 You buy an external hard disk that is 4 Terabytes or larger, and USB 3.0.
    20 Copy the fucking files to that thing.

    You're done. Now you have two copies: one on whatever bad idea you have as your main drive, and the other on a physically separate drive.

    Not good enough? GOTO 10

    1. Re:Come the fuck on by spire3661 · · Score: 3, Insightful

      You forgot checksumming and verification after transfer.....You have something on the other drive after the transfer, you wont know what until you verify it.

      --
      Good-bye
    2. Re:Come the fuck on by ShanghaiBill · · Score: 2

      2 Terabytes is nothing.

      Indeed. You can buy a 1TB USB thumb drive on Amazon. So all this data will fit on two of them. If all your data will fit in your pocket, with room left for both your cellphone and wallet, then it is not "large amounts of data".

    3. Re:Come the fuck on by Anonymous Coward · · Score: 2, Insightful

      Are you serious? What a sloppy response. Relies on a manual process (therefore prone to human error, forgetting, inconsistent method of copying, etc). Doesn't scale if the RAID array grows larger than the biggest USB3 disk you can buy.

    4. Re:Come the fuck on by AmiMoJo · · Score: 4, Informative

      Bad idea, because it requires on-going effort. Most people will forget, or get lazy.

      For most people encrypted online backup is the best option. I use Spideroak (I took up the unlimited space special offer, about £100/year), but there are others. It's automatic, happens constantly in background. I've got over 4TB on Spideroak, only took a few months to upload. Obviously you need a reasonable upload speed and no/high data caps.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    5. Re:Come the fuck on by Blrfl · · Score: 2

      And when your house goes up in a fire, all of your external drives go with it.

    6. Re:Come the fuck on by joe_frisch · · Score: 4, Insightful

      Agreed! The minor changes I would make (and do for my own few TB of files).

      Have a script the runs the backup. I use rsync on linux.
      Make two copies, one that mirrors, one that just adds files.
      Use two backup disks, always have one at a remote location (your work) so you don't lose data in a house fire.

      If it is a single command (my is "backup") then its easy to remember to do every week.

      I actually have 3 backups. One at home. Two at different work sites that I cycle through. I do my backups from a linux machine that doesn't provide write access to my main windows machines. That makes me a little more resistant to hacks (since they would have to hack two different OSs.

    7. Re:Come the fuck on by Anonymous Coward · · Score: 0

      Exactly -- the douche bag that came up with this question is a douche.

      now, if this is a business question -- hmmmm.. let's think about the value of your data and your relationship with the industry.

      1. health business - oh shit -- HIPAA BS
      2. banking -- well that is ole school tape backup BS and now some other sort of BS
      3. oh.. international... safe harbor and
      4. oh shit.. in california.. you're fucked 3 ways from wednesday.. that's humpty dumpty day in the world so that's 9x fucked

      so back to being personal.... cascade rolling your backups into backups. 200GB into 500GB into 1TB in 2TB into 4TB .... and so forth...

      onsite and offsite. non- system need... just use 2nd copy advanced setup and roll your changes.. accordingly, add acronis to OS bare metal rebuild, and use windows recovery image, and use their fucking non-documented tweak registry thing to allow alternating offline drives..

      did i cover enough shit for this moron who does not know what the fuck to do??

      i love the title from the originator... "come the fuck on" - gotta love the clarity of the title!!

      rock on!!

    8. Re:Come the fuck on by Chelloveck · · Score: 4, Insightful

      What he said. And for ongoing backup, keep the disk at a buddy's house and rsync your files to them periodically. And reciprocate. Keep their backup disk at your place and let them rsync to you. Done. You're safe and you've made the world a better place.

      Although I imagine that our "anonymous Slashdot reader" who asked this question wouldn't know rsync if it bit them on the ass, being the marketing person for Storage Spaces and all. Come on, the only purpose of such a fucking obvious question is to get some front-page name recognition for the product. Nice timing, too, slipping it onto the feed Sunday night, ready for everyone's Monday morning Slashdot-and-coffee ritual. Kudos.

      --
      Chelloveck
      I give up on debugging. From now on, SIGSEGV is a feature.
    9. Re:Come the fuck on by CAOgdin · · Score: 1

      Despite your vulgarity, there are another options: I always keep one of my three backup drives in the trunk of my car (the second is standby, the first is connected, and I rotate them regularly). The car is almost always with me, and the first thing I'd do in case of fire is to get the car out of the garage.

      If that's not adequate, you can rent a cheap safety deposit box at your local bank. I did that for years, especially when the data included a lot of client data on them (I'm now retired).

    10. Re: Come the fuck on by Blrfl · · Score: 1

      Uh, 'scuse me there, Sparky... I didn't set the title for this thread. Please see the complaint department operated by Mr. Anonymous Cowherd above.

    11. Re: Come the fuck on by Blrfl · · Score: 1

      And I'm well aware of the other options, thanks.

    12. Re:Come the fuck on by phoophy · · Score: 1

      And then buy another external drive, 4TB or larger, and do it again. Preferably a different brand of drive inside, preferably a an enterprise storage drive. And keep it off-site.

    13. Re:Come the fuck on by mlts · · Score: 4, Informative

      As others have said, 4TB isn't that much. The key is to have a 3-2-1 plan for the data -- 3+ copies, 2 on different media, one offsite:

      First, I'd recommend purchasing a NAS appliance. Synology and QNAP offerings are inexpensive and even though one can build their own system with FreeNAS or something else, a small NAS appliance takes up relatively little in wattage, which is nice for the electric bill. I also like the fact that you have the ability to encrypt data, and segment it into shares. Some NAS models even allow for snapshots. They are not too expensive -- an ARM based dual-drive NAS is about $150 + drives.

      For four terabytes, I would recommend a Synology DS216+ ii (the reason for the long name is that the DS216+ had components which were discontinued, so the mark 2 edition is current. This NAS model is x86 based and can use btrfs to detect bit rot on the RAID volumes) Then, drop in two WD Reds (6 or 8 TB), and you have RAID 1.

      Second, buy an external USB drive to plug to the NAS. RAID and snapshots are nice, but this provides a true backup mechanism.

      Third, get an offsite backup mechanism. QNAP and Synology have software that can back up to a number of providers, and back stuff up encrypted. There are many offsite backup providers out there.

      Fourth, consider a manual offsite mechanism, even if it is another external hard drive that you plug in, dump the contents of the NAS to, remove, and put offsite somewhere. This way, if you lose your NAS and Net connection, you still have some means to access your data.

    14. Re:Come the fuck on by Anonymous Coward · · Score: 1

      Unnecessary for the most part. A direct HDD -> HDD file transfer will have plenty of error checking on the part of the operating system and drivers/firmware during the copy. If you don't trust a simply copy procedure then you're gonna be stressing every single time you use a computer, it's unnecessary worry.

      Now, a backup using tape, or a backup using some container format that isn't as transparent as basic files on a filesystem I can understand some extra testing is warranted.

    15. Re: Come the fuck on by Oligonicella · · Score: 1

      Then why would you presume someone else wouldn't be and use them? We are, after all, speaking of people wanting to have backups of their data for later.

    16. Re:Come the fuck on by demonlapin · · Score: 1

      Bank safety deposit box FTW: I've got one that holds plenty of stuff, it costs $40/year. Could easily put ten hard drives in there without even limiting the space.

    17. Re:Come the fuck on by Anonymous Coward · · Score: 0

      As mentioned above... rsync, xcopy /v, robocopy... plus QPAR2 files.

    18. Re:Come the fuck on by demonlapin · · Score: 1

      I use Syno + offsite. Have a DS412+ (old now, I know) but that's what was available when I bought it. I populated it with two WD Reds and two Seagates, but both Seagates have failed (one in warranty, one not) - so it's WD from here on out unless I find some strong evidence like Backblaze saying there's a better choice.

    19. Re:Come the fuck on by Anonymous Coward · · Score: 0

      There is already a great deal of checksumming happening in the hardware, software and OS. If there is a problem with the copy process, you will know.

    20. Re:Come the fuck on by Wolfrider · · Score: 1

      --Best answer I've seen so far, except for the ZFS responses.

      --My question is, how has Synology gotten btrfs to be "stable" when it's still considered to be "experimental" on a regular Linux distro? I've seen reports of people losing all their data on btrfs and still consider it to be at *least* 3-5 years behind ZFS.

      https://wiki.archlinux.org/ind...

      https://lwn.net/Articles/67681...

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
    21. Re:Come the fuck on by mlts · · Score: 1

      From what I have read, btrfs is stable if used in a RAID 1 configuration. However, it seems that RAID 5... is a completely different story altogether. I'm sure it has gotten better, but as of now, I've not read anything about catastrophic data loss on anything but striped arrays.

      Given that it appears to be stable, btrfs does have a few advantages, mainly being able to handle bit rot, as well as snapshots (which are definitely not backups, but they are another tool to help prevent data loss.)

      If btrfs is a concern, one can run without it. The less expensive ARM based units don't have it as an option, but they do offer RAID (assuming a more than single drive model.)

      All and all, NAS appliances have their use. Especially with offloading stuff that would take up resources on an active machine or VM. For example, having the appliance handle basic Git repositories is nice, as well as DNS caching.

    22. Re:Come the fuck on by The_Revelation · · Score: 1

      Yeah, to be fair, Slashdot used to cover slightly more in-depth articles than "how to synchronize your puny data between more than one device" - I'm not sure how this article got through the /. firewall unless the admins just dug up a post they forgot to publish during the 90's. Ask us about PB/ZB+ backup and storage and things will start getting interesting. 2TB? They probably sell consumer flash disks with more available space.

    23. Re:Come the fuck on by hcs_$reboot · · Score: 1

      the only purpose of such a fucking obvious question is to get some front-page name recognition for the product

      Indeed the "Storage spaces" link he gives goes to one very specific product. Disgusting.

      --
      Slashdot, fix the reply notifications... You won't get away with it...
    24. Re:Come the fuck on by Anonymous Coward · · Score: 0

      Of all the hard drive failures I've dealt with over the years, with all the different manufacturers (there aren't many left now, but there used to be a lot more), Western Dataloss drives have been over half of them.

      It's nice that you got lucky, but your luck isn't common.

    25. Re:Come the fuck on by Z00L00K · · Score: 1

      A cron job will fix that.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    26. Re:Come the fuck on by Anonymous Coward · · Score: 0

      How much time does it take to restore all your data from the internet? Downloading 4 TB of data would theoretically take about 20 days on my internet connection, and I assume it would take much more time in practice. For me that isn't acceptable, I want to have things restored by the next day at the latest. A backup disk in a different location has a much better bandwith. You can of course use a continuous online backup to restore the files that were created or modified after the last disk backup, but I would always use that as an additional measure, not as the primary backup.

    27. Re:Come the fuck on by Anonymous Coward · · Score: 0

      Five words...

      FreeBSD
      GEOM_ELI
      ZFS
      Multiple
      Offsite

      Cover those bases and you'll be just fine.

    28. Re:Come the fuck on by KozmoStevnNaut · · Score: 1

      Well, that depends on whether you want to restore everything right now, or if you can pick and choose to only restore the most critical files first, and let the rest run in the background for a couple of weeks.

      For me personally, my Google Drive backup is the last resort if both my PC and my NAS go tits-up at the same time, in a lightning strike or natural disaster of some sort. In that case, I don't need all of my backed up data restored instantly, I can start with the most important personal documents and leave the bulk data for later.

      Of course, I'm only backing up personal documents and my music collection, if you're backing up major programming projects or something, of course you'll want the whole thing restored as quickly as possible. In that case, an off-site backup somewhere closer with a fatter pipe or a manual weekly disk exchange is probably best. Online backups take a lot less effort, though.

      --
      Eat the rich.
    29. Re:Come the fuck on by KozmoStevnNaut · · Score: 1

      Keeping a disk in the trunk of your car and rotating them out regularly is a good idea, but it depends on the climate where you live. If it's generally nice and temperate, no problem. But if you live in an area that gets either very hot or very cold, that'll kill a hard drive right quick, especially if you don't watch out for condensation.

      I appreciate the "my car is almost always with me" reasoning, though :-)

      Safety deposit box is a good idea, too. Somewhat more effort involved, but of course that trade-off depends on how important your data is.

      --
      Eat the rich.
    30. Re:Come the fuck on by KozmoStevnNaut · · Score: 1

      And it's not like data backup is the only use for a deposit box. Keep all your important papers and other things in there too, everything that cannot be kept digitally. The bank is a hell of a lot less likely to burn down or float away than your house is.

      It may seem like common sense to a lot of us, but I'm sure someone out there is going to go "oh yeah, good idea!"

      --
      Eat the rich.
    31. Re:Come the fuck on by KozmoStevnNaut · · Score: 1

      AFAIK, Btrfs can do the same thing, ie. spanning data over multiple disks, while keeping each of them individually readiable. Unless I'm mistaken?

      --
      Eat the rich.
    32. Re:Come the fuck on by KozmoStevnNaut · · Score: 1

      Probably one of the best options for a NAS is the HP Microserver. It's a full PC in a small form factor with 4 disk slots, it'll run any OS you'd like. Surprisingly inexpensive and lean on power usage, too.

      One of those with FreeNAS or Rockstor, and you're ready to go.

      --
      Eat the rich.
    33. Re:Come the fuck on by KozmoStevnNaut · · Score: 1

      It's HGST for me, unless I see some extremely compelling evidence of higher reliability from another manufacturer. I've had Maxtor, Seagate, WD, Samsung and host of other brands die on me, but never a HGST drive.

      Of course, I've probably jinxed it now.

      --
      Eat the rich.
    34. Re:Come the fuck on by thegarbz · · Score: 2

      Bad idea, because it requires on-going effort

      Only if you set it up poorly. I'm not an expert programmer. Actually I'm a pretty damn terrible programmer who programs only with a minimum of 3 Google windows open explaining what the hell I'm supposed to type in, yet it took me about 2 hours (you guys could probably do it in 5 min) to setup my Linux machine so that whenever I plug my HDD in it automatically runs a backup script and emails the results to me.

      This is also a feature of many home NAS systems include the really cheap and terrible ones. Plug in an external drive via USB, push the button on the front of the box and bam, duplicate.

      If this is too much effort for you to protect your data then the only conclusion is you don't have data worth protecting.

      They key problem with online backups is not so much the backup (unless you actually have large meaningful data like when I get home and have 60GB of photos to make a copy of) but the recovery process. You took a month to make the initial backup, would you be so patient when you don't have your data, and it's no longer a "background" operation?

    35. Re:Come the fuck on by pakar · · Score: 1

      Bitflips on HDD's are more common than you think, especially when the data is not read (to allow the disk firmware to detect the degradation and rewrite the data).

      Only way to keep safe from this is to use a checksumming filesystem + having more than 1 copy of the data.

      Possible setups with a BTRFS filesystem: (probably possible with ZFS or any of the other filesystems with checksumming support)

      Option 1: One HDD with two partitions. BTRFS setup as raid1 between the partitions and files are copied here. for history create a snapshot before copying the next round of data.
      Option 1 protects against bit-flips and general corruption in the filesystem, but you are required to "scrub" the filesystem every time you do a backup..

      Option 2: Two HDD's. BTRFS setup as raid1. The rest is the same as option 1.
      Option 2 protects against one backup-device having a hardware failure.

      Option 3: Two HDD's. BTRFS setup as raid1. The rest the same as option 1. After each backup you take one of the disks and store it offsite and add a fresh disk to the raid1. Swapping between 3 disks (one local, one in transit and one stored remotly) could be an idea too.
      Option 3 protects against hw failure of the backup and at the same time protects against data-loss due to a breakin or a fire.

    36. Re:Come the fuck on by donaldm · · Score: 1

      You forgot checksumming and verification after transfer.....You have something on the other drive after the transfer, you wont know what until you verify it.

      It is usually a good idea to have a decent file-system on your backup disk. FAT and ExFAT are just not good enough and have you ever read the the disclaimer on NTFS?

      Personally, I would rather use ext4 which is actually used for professional databases and data that you don't want to see corrupted. Of course, you are quite right in stating that you should always check your backup data by doing spot recoveries or checks using checksums such as md5.

      I have actually seen so called professional backups that were written by, well "hacks" and while all the database infrastructure was backed up correctly the most important thing the database was not. Needless to say when the hard disk failed (yes they did not use RAID) it was very easy to get back the infrastructure although that could easily be got back from first principles but the most important part, the database was missing.

      I always think the most important question to ask when people want to backup their data is "How much do you think your data is worth?"

      --
      There ain't no such thing as proprietary standards only proprietary formats. Standards are by definition open.
    37. Re:Come the fuck on by sjames · · Score: 1

      It depends on the features used. Regular old btrfs or the mirrored modes work quite well. DO NOT touch the RAID 5 mode with a ten foot pole or there will be tears. That is where the "I lost my data" stories come from.

      As for being ahead or behind, ZFS has some advanced features that btrfs is lacking. The reverse is also true. ZFS treats snapshots as special while in btrfs, a snapshot is just a COW clone that happens to be marked read only. Btrfs is a lot more flexible about expanding the filesystem, especially in mirror mode.

    38. Re:Come the fuck on by ImdatS · · Score: 1

      To add on this, if you are paranoid like I am:

      - Install a RAID-System, where you have the live data (NET = 2TB)
      - Backup this RAID-System to TWO external drives (alternating); each external HDD having 2TB
      - When you work with your photos, don't wait for the hourly backup, kick it off every 30 minutes or so
      - Every week, replace one of the external HDDs with a another one moving the replaced HDD to somewhere OFFSITE (with a Date+Time-Label of the last backup on it)

      This gives you speed-of-availability, easy backup and an offsite solution.

      I mange (nearly like this) about 13TB of stuff + with a similar setup another 1TB of stuff. It works quite reliably (yes, it is some work)

      And: I also have a few spare HDDs in case my RAID fails. It is not so bad if a RAID fails and you have to rebuild it - 2TB is rebuilt very quickly - compare that to my last rebuild of 8TB ---

    39. Re:Come the fuck on by ImdatS · · Score: 1

      Replying to oneself is quite stupid, but...

      - You only need three external HDDs - you would replace the external one with an offsite one

      But still, keep two spare HDDs available in any case

      For external HDDs I use an IceBox where I can easily slot in 3.5"-HDDs without have to have an enclosure..

    40. Re:Come the fuck on by Anonymous Coward · · Score: 1

      My method is the following: Every couple of years I buy a hard drive that is twice as large as the previous one. I migrate all my shit to that and leave the old one lying around somewhere.

    41. Re:Come the fuck on by Thor+Ablestar · · Score: 1

      Nevertheless there was a bank search in GB some 3-4 years ago. Bank cells have been opened in search of drugs and illegal profits. And you have been able to receive the wedding rings of your grandgrandgrandgrandgrandgrandgrandparents in condition that you have a proof of purchase ONLY.

    42. Re:Come the fuck on by houghi · · Score: 1

      If you run Linux, why are you typing it in every week? Use crontab or if your PC is not on all the time, make it part of you shutdown and/or startup process.
      If it is a portable, let it verify if you are connected to you homework or not before it launched.
      A nice program tro use for incremential backups is http://savannah.nongnu.org/pro...

      --
      Don't fight for your country, if your country does not fight for you.
    43. Re:Come the fuck on by Anonymous Coward · · Score: 0

      You'd be amazed how often all of those fail to detect "undetectable" errors. Undetectable bit errors are statistically consistent across all hardware types, and happen during both reads and writes. The only way to detect them is to checksum the data while it is moving through the CPU, and the resulting checksum is written to storage along with the data. End-to-end check-summing is the only way to know for sure.

    44. Re:Come the fuck on by Joce640k · · Score: 1

      How much time does it take to restore all your data from the internet? Downloading 4 TB of data would theoretically take about 20 days on my internet connection. For me that isn't acceptable, I want to have things restored by the next day at the latest.

      Jeez, that's quite a porn addiction you've got there.

      --
      No sig today...
    45. Re:Come the fuck on by omnichad · · Score: 1

      Whole manufacturers are not a safe bet, but product lines are. Just look at the stats for Backblaze's quarterly report. Sure, your environment might be more/less harsh, but manufacturing defects are a bigger problem.

      Based on their report, there are definitely some great HGST. And some really bad WD Red. My Toshiba drives in my home RAID are going strong, but looks like they are having closer to 4% failure rate overall (though that is more recent, they had much lower stats when I bought).

    46. Re:Come the fuck on by omnichad · · Score: 1

      RAID5 has been deprecated for small RAIDs ever since 1TB drives were around. Regardless of the filesystem. Minimum of RAID6 or RAID10 for large drives, because there's too many bits in one failed drive to rebuild without another drive going.

    47. Re:Come the fuck on by fnj · · Score: 1

      Stupid goddam braindead suggestion. Manual syncing, to a crappy slow undercooled USB hard drive, yet - yech.

      Assuming the OP's question is a serious one, and assuming the OP's commitment is serious (both of which are questionable assumptions), the answer is to set up a server or NAS with 7 drives in a RAID-Z3 pool; 1TB drives would be plenty, as you would end up with 4TB of triply-redundant storage. FreeNAS, FreeBSD, or Ubuntu 16.04, take your pick, would serve fine. All three of those support ZFS natively.

      With a single RAID-Z3 pool, you can lose ANY 1, 2, or 3 drives AT THE SAME TIME without losing any of your data. And with ZFS all your data is AUTOMATICALLY checksummed, and every read operation checks the checksum, and any errors in any read are AUTOMATICALLY corrected before that read returns. You don't have the problem of non-ZFS RAID0, where the system has no possible way of knowing which of your two mirrors is right if for any reason their data differs, and in fact no way of routinely even detecting such an error, let alone notifying the user. And you don't have the problem of the write-hole vulnerability of non-ZFS RAID5.

      With ZFS you don't have to take the system off-line to resilver ("rebuild") if you lose a drive and have to replace it. The pool remains perfectly usable during the resilver. In fact for anything less than extremely heavy use, you can barely tell anything is "wrong" with the performance during the resilver.

      Obviously this is only a start. A damn good start, but you still need to incorporate off-site backups one way or another.

    48. Re:Come the fuck on by KozmoStevnNaut · · Score: 1

      I'm currently on a Samsung 840 EVO SSD as my system drive, with a 2TB WD Green, a 3TB HGST Deskstar NAS, and a 2TB Seagate Barracuda 7200.14 for storage.

      The SSD has around 1 year of actual power-on time, the storage disks each have around 1.5-2 years of power-on time. No failures reported by SMART so far.

      You could say I'm sort hedging my bets by not sticking with a single vendor. The SSD will probably be the first disk to go, due to the firmware issues on the 840 EVO drives. It's been good so me so far, though.

      --
      Eat the rich.
    49. Re:Come the fuck on by RockDoctor · · Score: 1

      The bank is a hell of a lot less likely to burn down

      Probably true, what with workplace regulations on fire protection etc.

      or float away than your house is.

      Ah, now that's a deal more dubious. Particularly if you mean "get flooded" as a subset of "float away".

      Banks tend to be in towns ; towns are frequently built alongside or along both sides of rivers ; rivers tend to flood. You need to check your bank's location and look at historical records (pre-historical if you've only got a millennium or two of written records) of flooding, then be utterly ruthless. (The same strategy is good for seeking living accommodation too.)

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    50. Re:Come the fuck on by Anonymous Coward · · Score: 0

      Ditch rsync, switch to borg backup.

      - Much faster then rsync

      - You can snapshot a few hundred gigabytes in 5-15 minutes

      - Does variable block deduplication (smaller backups)

      - Does compression

      - Has client-side encryption

      - Doesn't create a million files on the target system

    51. Re:Come the fuck on by KozmoStevnNaut · · Score: 1

      Oh, I know. That's why I bought an apartment in a building that's significantly above sea level.

      Well, relatively speaking. This is Denmark, afterall, one of the flattest countries in the world.

      --
      Eat the rich.
    52. Re:Come the fuck on by partofthepuzzle · · Score: 1

      I checked out the spideroak web site. The only way to find out anything in depth is via "Find Out More" or "Take the Tour", which forces you to *download and install the software*! WTF? Lost me right there.

    53. Re:Come the fuck on by AmiMoJo · · Score: 1

      Scroll down on the tour page, they have screenshots.

      Having said that, trying it is always going to be the only way to do a proper evaluation. I use a VM for such testing. I tried pretty much all the available online backup services. Spideroak's client is slightly above average, their privacy and security is good, and the price was right.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    54. Re:Come the fuck on by RockDoctor · · Score: 1

      Ground-floor living is for the wheel chair-bound.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    55. Re:Come the fuck on by Wolfrider · · Score: 1

      > Btrfs is a lot more flexible about expanding the filesystem, especially in mirror mode.

      --Yah, most of the confusion about expanding ZFS filesystems OTF stems from RAIDZ. You *can* expand RAIDZ, but if you want your I/O to stay "sane" you need to duplicate the configuration to another vdev and add it to the pool. E.G. you have a RAIDZ of 5x1TB disks, you kinda need to create another vdev of 5x1TB disks and add that to the pool, or else it won't be balanced right.

      --Expanding a *mirrored* ZFS pool however, is dead easy. You can start with a single disk, add a mirror to it, wait for resilver, and then add another set of (same-size/brand) disks to make it zRAID10. Then add another similar-hardware set of mirrored disks whenever you need to expand. ZFS also makes it easy to replace disks in-place AND will "see" the extra space every time you complete a mirror "column" (2 disks in the same set) if you set the pool properties right (autoexpand=on, autoreplace=on). You can also do triple mirroring, which I would definitely recommend if you have 8TB+ disks.

      --So who cares if you lose 1/2 your disk space with RAID10, I would argue that with anything 1TB+ you *need* that real-time mirror - and disk prices have come down, you can get a 2TB NAS drive for under $90 these days. RAIDZ rebuild times (at least on Linux) are reported to potentially be extremely long since they haven't worked on the "speed" part of ZFS yet; rebuilding a RAID10 column/mirror is orders of magnitude faster since it doesn't have to replay every transaction or do a bunch of calculations.

      --Took me a while to do the research on Linux+ZFS, but if you implement it correctly you can get a *lot* of benefits. ;-)

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
    56. Re:Come the fuck on by sjames · · Score: 1

      The more versatile part is you can add disks one at a time to btrfs when mirroring and have it make reasonable use of it. If a disk fails and there's enough room left over you can even rebalance on an odd number of drives and be fully redundant until you can get another disk in. All of that together means you can upgrade to new bigger disks without going offline (naturally, performance takes a hit during the upgrade).

      At the same time, I also have ZFS in production and no intention to migrate.

    57. Re:Come the fuck on by Anonymous Coward · · Score: 0

      Frankly, I'd take FW800 over USB3, but that's mostly because I've had nothing but lousy experiences with the transfer speed with USB2. Half the rated speed at best. Firewire delivers full speed, always.

      USB should never have been the connector for external hard drives.

    58. Re:Come the fuck on by AmiMoJo · · Score: 1

      Nice system, but you still need to remember to rotate disks off-site for security.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    59. Re:Come the fuck on by cthulhu11 · · Score: 1

      Your recovery time is thus limited by their available bandwidth. Anything I care about I back up to CrashPlan. Easy to manage and very offsite. rsync gives you a point in time. Which may wipe a version of the file you want. If you're going to use rsync, at least use rsnapshot.

    60. Re:Come the fuck on by thegarbz · · Score: 1

      Nice system, but you still need to remember to rotate disks off-site for security.

      Indeed. I have a terrible memory so as I replied in another thread, you need to make something important a routine. You don't remember routines, you just do them.

      Tuesday's I play squash so I need to take an extra bag to work. Just the usual stuff, squash racket, shoes, towel, 8TB HDD, shirt, and pants. Nothing out of the ordinary there at all :)

  5. RAID is not backup by bad_fx · · Score: 5, Insightful

    Say with with me: "RAID is not backup!"

    1. Re:RAID IS NOT BACKUP by networkzombie · · Score: 2

      I forgot to mention that the 2 other disks should be offline when not backing up. One of them preferably offsite. If they are online, they are not backup, they are vulnerable copies.

    2. Re: RAID IS NOT BACKUP by Anonymous Coward · · Score: 0

      Hardware RAID is a bad idea since if the controller/motherboard dies you need to have the EXACT same firmware in order to access the dsts.

    3. Re:RAID is not backup by Frobnicator · · Score: 5, Insightful

      Say with with me: "RAID is not backup!"

      Indeed. There is also a difference between backup and archive.

      RAID = This is running live, and I need a duplicate that is instantly available so I can keep running in case one drive fails. The trick is that if there is an operation that destroys data (e.g. ransomware infection that encrypts your stuff) then you lose all disks. This is why RAID is not backup.

      Backup = Just in case the machine dies, or I accidentally delete a bunch of stuff, or a virus hits, I can restore from the backup. This generally follows the 3-2-1 rule: At least three copies, at least two media, at least one off site. Businesses often use D2D2T systems for this.

      Archive = I will probably never look at this again, but I absolutely need to keep a copy around for historic or business reasons. Think about services like Iron Mountain or Amazon Glacier. Tape archives that are quite cheap and almost certainly never reviewed again. This is along the lines of "show me the obituaries from a newspaper published 7 May 1957", or similar.

      For the original story, it seems like he is looking for an archival solution rather than a backup solution.

      --
      //TODO: Think of witty sig statement
    4. Re:RAID is not backup by Anonymous Coward · · Score: 4, Informative

      Of course RAID isn't a backup technology. It's a way of providing fault tolerance across large filesystems. It does this by alerting administrators to failed drives, and allowing them to be swapped in & out while the filesystem stays online. At that task, it works reasonably well, although it does need to be supported by a robust alerting & "hands+feet" strategy. That's why it's still in widespread use in enterprise environments. They have the $$ and manpower to make it work.

      Conversely, maintaining a good backup of your data (vs keeping it online) is a different beast. For that you have a whole bunch of other technologies like incremental copy, snapshotting, and clever combinations of the two, that store the resulting backups on everything from another RAID array, to tape systems, USB3 portable drives, remote filesystems, cloud solutions, etc etc.

      What the OP seems to be asking is "what backup strategy should I consider to back up 2TB of personal data using SOHO technologies?" Personally, I wouldn't even consider doing it locally, as it's prone to human error and keeps all the data in the same location (thus failing to protect against the two most likely causes of data loss in a home environment: you forgot to run the backup, or your house got flooded/burnt/ransacked). I'd consider a cloud-based solution (rsync.net or something similar) as it solves both those issues, albeit at a higher ongoing (capex) cost rather than just a straight capital cost for a USB3 portable drive. It's hard to say an ongoing cost would be acceptable in this case, as the OP didn't mention whether $$ was a factor.

    5. Re:RAID is not backup by Solandri · · Score: 1

      RAID is not a backup, unless it has a snapshot feature. 2 TB is a pittance. I've got 7 TB on a 4x4 TB ZFS raid-z volume (12 TB usable), and my setup is not really that big. It's set up with FreeNAS, which supports ZFS (redundancy like RAID, plus file integrity checks, plus snapshots). The snapshots allow you to roll back to previous version of files, thus covering the weakness of RAID which makes it not-a-backup.

      If most of the 2 TB is photos, you've got two cheap cloud storage options as a second backup (in case your house burns down taking your NAS with it). Google Photos is free and allows unlimited storage of photos up to 2048x2048 resolution (and 1080p videos up to 15 min, might have been reduced to 5 min). Amazon Prime comes with unlimited cloud storage of photos of any resolution.

    6. Re:RAID is not backup by Jamu · · Score: 2

      If I can potentially restore data from it, it's backup!

      --
      Who ordered that?
    7. Re:RAID is not backup by Gr8Apes · · Score: 2

      RAID is not a backup, unless it has a snapshot feature.

      Even then, it's not a backup in the true sense. A controller failure that sporadically writes to disk or multiple disk failures (both which I've seen occur) can crash any RAID system. The only true backup is a copy that is separate from the system running it.

      --
      The cesspool just got a check and balance.
    8. Re: RAID IS NOT BACKUP by sexconker · · Score: 1

      If you're using some proprietary automatically-expanding RAID, "XRAID", or some crazy RAID 3 or RAID 7 or RAID 5+2 or whatever horseshit then yeah.
      If you're using RAID 1, 5, 6, or 10, you'll be able to recover data on many different controllers.

    9. Re:RAID is not backup by gweihir · · Score: 2

      A snapshot feature is not a backup either. It can serve as a basis of one though. A backup must be an _independent_ copy.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    10. Re:RAID is not backup by Anonymous Coward · · Score: 0

      Right. my desktop has mirrored ZFS pools that I snapshot regularly. The snapshots are what I actually back up. It makes it a lot easier than have the backup program start over on a large Virtualbox image or similar. And it ensures that the actual backup is in some sort of consistent shape, even if a few of the files have changed in the mean time.

      In practice, snapshots tend to protect against the most common mistakes people make, as in fat fingering.

    11. Re:RAID is not backup by tobiasly · · Score: 1

      Say with with me

      Ah, a redundancy pun in a RAID discussion. Very clever.

    12. Re:RAID is not backup by Anonymous Coward · · Score: 0

      lol 2048x2048? What is this? 2003?

    13. Re:RAID is not backup by hjf · · Score: 1

      Tape is cheap. Tape drives on the other hand...

    14. Re:RAID is not backup by dgatwood · · Score: 3, Informative

      The problem with cloud-based solutions is that the cost for backing up several terabytes of data is typically several orders of magnitude higher than building your own RAID array, and the performance of Internet-based backup absolutely sucks beyond measure unless you're the sort of person whose data needs are measured in tens of megabytes.

      • To back up 2 TB over a typical cable modem (say 3 megabit upload speed) will take you 61 days. Over typical DSL (300 kilobits per second), it will take almost two years.
      • If you lose your original copy, getting the data back will be almost as painful. On a fairly fast cable modem (30 mbps), assuming the cloud-based backup server can completely saturate your downlink (which is by no means guaranteed), it will take you 6 days of continuous downloading to restore the backup. Over 3 megabit DSL, again, that number goes up to 60 days.

      The ideal solution, if you can pull it off, would be to build a small concrete bunker in your yard, run power out to it, put a UPS and power conditioner in there to protect against bad power, put a RAID array in there, wire it with Ethernet to your house underground, put a watertight door on the thing, add a power cutoff that shuts down power if water does get inside (e.g. a GFI breaker and an unused extension cord whose output end is lower than your equipment), and hope for the best.

      But more realistically, I would tend to suggest an IOSafe fireproof RAID array loaded up with five 6 TB drives (or maybe even 8 TB drives). Put it in a closet somewhere, and hope for the best. If you want to increase your protection a bit, you could also get two RAID expansion cabinets, store them at work, and periodically bring one home, clone your main RAID array to it, and bring it back

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    15. Re: RAID IS NOT BACKUP by NotAPK · · Score: 1

      Would you go further and claim that RAID1 disks can always be read as independent disks after they have been removed from the array?

      Serious question.

    16. Re:RAID is not backup by Anonymous Coward · · Score: 0

      That is why you use dual controllers and SW raid + a checksumming filesystem.

      Preferably you have two separate systems that you do backups against.

      But never forget that you do want to have at least one offline copy of the data!

    17. Re:RAID is not backup by Anonymous Coward · · Score: 0

      A snapshot feature is actually exactly like a backup... an incremental one..

      But yes, you do want to have a full backup that the incremental backup can be applied to.

    18. Re:RAID is not backup by Anonymous Coward · · Score: 0

      Enter into a mutual cloud solution - find someone who also needs data backed up. Both install Syncthing. Do incremental backups up to a synced folder - you don't even need to trust each other, encrypt your backups.

      There was even a firm that sold a turnkey solution for this - you bought paired servers and the software would do the relevant tunnelling and sync filesystems between them.

    19. Re:RAID is not backup by Anonymous Coward · · Score: 0

      RAID is not a backup, unless it has a snapshot feature.

      Nope. RAID is an uptime solution, not a backup & recovery solution.

      (Fine print: RAID 0 is a performance & capacity solution.)

    20. Re:RAID is not backup by Anonymous Coward · · Score: 0

      Can you catch the subtlety? The OP didn't mean RAID as a means of backup but as a means to quickly obtain a snapshot of the data by breaking the RAID1 and picking up the mirrored disk. Copying 4TB takes some time, you know...

    21. Re:RAID is not backup by Anonymous Coward · · Score: 0

      A snapshot feature is not a backup either. It can serve as a basis of one though. A backup must be an _independent_ copy.

      More accurately, it must be a coherent and restorable copy of the data on independent media.

    22. Re:RAID is not backup by ryanmc1 · · Score: 1

      Crashplan offers this for free using their software. It is easy to setup.

    23. Re:RAID is not backup by ryanmc1 · · Score: 1

      You start out by saying that online backup is too expensive, then you go on to propose an outrageously expensive solution, and settle on a slightly more expensive option. In addition, storing your backup in the same location as your main copy is not smart, even if it is in a bunker or fire proof safe.

      Online backup is cheap. Most start at ~$60 a year for unlimited backup. I have been using them for several years, and if you follow the 3-2-1 strategy as explained above, the online backup is the last resort for restoring. Usually when you get to it you only need a few files that your other backup is missing.

    24. Re:RAID is not backup by swillden · · Score: 1

      The problem with cloud-based solutions is that the cost for backing up several terabytes of data is typically several orders of magnitude higher than building your own RAID array

      Nonsense. One order of magnitude more, at most. On-line storage costs are on the order of $100 per TB per year. There's no way you can build and maintain your own solution for $1 per TB per year, which would be two orders of magnitude less. "Several" orders of magnitude would be at least four, putting you in the range of a $0.01 per TB per year. Even $10 per TB per year would be tough to reach, if you want any redundancy, and if you value your time at all -- and while you're amortizing the cost of your up-front hardware investment over several years in order to get close to that level, on-line storage costs will continue dropping, so at the end of those years the savings would be even smaller than they appear now.

      Plus, backup storage which is located on-premises is inherently inferior to off-site storage, because a whole range of disasters that take out your primary storage whack your backup, too. Fireproof safes are a partial solution, but not a complete one... and not a cheap one.

      No,the best approach is to use a cheap, unreliable, local backup, not bothering with bunkers or safes or even much redundancy, plus use an online service. The local copy is your normal recovery source, the online service is your final fallback.

      Personally, I just replicate my data to a couple of local machines (the machines are there anyway, so throwing a little more storage in them doesn't cost much) and keep another copy on Google Drive, which is $120 per TB per year, but I managed to get 1 TB free (in perpetuity) as part of some promotion, and I currently have just under 2 TB of data that I care about (mostly photos), so my net cost is about $60 per TB per year for the online component, plus another $25 per year for an extra 4 TB drive that cost $100 and I expect to get four years out of (will probably go longer, but could die sooner).

      Upload time sucks, but only for the initial upload, which I did two years ago. After that, incremental additions are pretty negligible. A full restore from the remote copy would take a long time, but I can easily get individual files on an as-needed basis. Actually, I find I use the remote copy quite frequently to grab particular photos or files on various devices, so it provides some functional value as well as disaster protection.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    25. Re:RAID is not backup by gweihir · · Score: 1

      True, but it does not protect at all against the most common environmental issues like a PSU going berserk, lightening strike, theft, vandalism, etc. Calling it a "backup" is naive. But hey, it is your data, I could not care much less.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    26. Re:RAID is not backup by gweihir · · Score: 1

      Indeed.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    27. Re:RAID is not backup by gweihir · · Score: 1

      You seem to have no clue what a snapshot is. Maybe read a definition sometime before shooting off your mouth?

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    28. Re:RAID is not backup by dgatwood · · Score: 1

      Online backup is cheap. Most start at ~$60 a year for unlimited backup.

      I'm having a hard time believing that $5 per month is even possible for anything approaching truly unlimited storage. Just storing 2 TB on Amazon glacier storage would cost three times that much. I assume they count on most of their users treating unlimited as tens of gigabytes. If everybody were storing 2 TB, I'd expect those numbers to go way, way up.

      But even if you assume that $5 is your total cost from the cloud provider, that still isn't your total cost. After all, time has value, plus your internet connection costs money. Backing up 2 TB over a typical home Internet connection can take anywhere from many days up to years, which means if your storage needs are that large, you're going to want a faster Internet connection or you'll lose your mind. Tack on another $30 a month for that.

      In addition, storing your backup in the same location as your main copy is not smart, even if it is in a bunker or fire proof safe.

      Hence my suggestion of periodically cloning your RAID and keeping the clone at work.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    29. Re:RAID is not backup by dgatwood · · Score: 1

      Nonsense. One order of magnitude more, at most. On-line storage costs are on the order of $100 per TB per year.

      I was going based on my experience with AWS, which is about $30 per TB per month for spinning storage, or $360 per TB per year. An 8 TB hard drive should typically last you about five years, and costs about $250, or about $6.25 per terabyte per year. That isn't quite two orders of magnitude, but it is pretty close. Of course if you're willing to wait several hours to start getting your data back, you can use glacier storage, and that's cheaper, but there are tradeoffs. :-)

      Upload time sucks, but only for the initial upload, which I did two years ago. After that, incremental additions are pretty negligible.

      Must be nice. I backed up over 12 GB Sunday night, and that was only one week worth of incremental backups for my personal laptop. Over my DSL connection (soon to be retired), that would have taken two days. It would take several hours even over my new cable modem service. It took five minutes to back up locally. That time difference makes the difference between me being willing to back up regularly and never backing up.

      Obviously, YMMV, but I would imagine that somebody with multiple terabytes of personal data is probably either a photographer or videographer, and therefore has the same sorts of nightmare backups that I do. But I'm just guessing here. For all I know, it could be a porn collection. :-)

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    30. Re: RAID IS NOT BACKUP by sexconker · · Score: 1

      I wouldn't claim always, no. A lot of controllers will recognize that it's a foreign disk and let you get at the data if you import the foreign config, but I'm sure there are some controllers that fuck up even basic RAID 1.

    31. Re:RAID is not backup by swillden · · Score: 1

      Must be nice. I backed up over 12 GB Sunday night, and that was only one week worth of incremental backups for my personal laptop. Over my DSL connection (soon to be retired), that would have taken two days.

      That is negligible. I mean, it's not like you have to sit there and watch it. Just start it in the background... maybe limit it to use only a percentage of your bandwidth to avoid making everything else suck, and let it run.

      That time difference makes the difference between me being willing to back up regularly and never backing up.

      And as a result, if your house burns down you'll lose everything.

      Obviously, YMMV, but I would imagine that somebody with multiple terabytes of personal data is probably either a photographer or videographer, and therefore has the same sorts of nightmare backups that I do.

      Photographer. Amateur, though, so I don't generate gigabytes every week. Only some weeks.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  6. Gotta say it by 93+Escort+Wagon · · Score: 1

    RAID shouldn't be considered a backup.

    It's old school and sub-optimal, but I still handle our personal backups the simple way - a big backup disk at home, and another big backup disk I keep in a locked drawer at my office and bring home every few months. Our computers are Macs, so we use Time Machine to do the backups. Our media "server" is backed up to those same disks, but with an rsync script.

    I keep thinking I should probably start paying for an encrypted cloud-based backup solution... I haven't done anything about it though. (I know you can host your own, but running that sort of server at my office would be frowned upon).

    --
    #DeleteChrome
    1. Re: Gotta say it by Anonymous Coward · · Score: 0

      FreeNAS using RAIDZ2 and snapshots. Plus an offsite duplicate if budget allows.

    2. Re:Gotta say it by gweihir · · Score: 1

      RAID is neither "old school" or "sub-optimal". It does serve a different purpose than backup: Raid is for reducing downtime, no other purpose. (RAID0 is not really RAID, as the "R" does not apply.)

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    3. Re:Gotta say it by 93+Escort+Wagon · · Score: 1

      RAID is neither "old school" or "sub-optimal".

      That was a different paragraph where I explained about how I currently back things up... and which definitely has a "sneaker net" aspect to it.

      --
      #DeleteChrome
  7. Add Remote Backup by Anonymous Coward · · Score: 0

    Keep it local either on raid or normal disk. Use something like Arq to backup to cloud provider of choice. You want remote backup.

    1. Re:Add Remote Backup by Mr+D+from+63 · · Score: 1

      Is there simple a plug & play solution for installing a NAS/server (encrypted) at a family member's home, and using that as an offsite backup? That way two family members could keep each other offsite backup, but not be able to access the files. For a while I was hoping BTSync would serve this purpose, but as I recall it never quite had the right functionality.

      It seems that someone would have created such an animal.

    2. Re:Add Remote Backup by Anonymous Coward · · Score: 0

      Crashplan has this. I'm not a shill. I'm a customer though.

    3. Re:Add Remote Backup by Mr+D+from+63 · · Score: 1

      Crashplan has this. I'm not a shill. I'm a customer though.

      I checked it out, it might be a solution. Thanks. From reading their info, I can't tell if the remote backup is stored as encrypted data.

    4. Re:Add Remote Backup by Blrfl · · Score: 1

      You're not even shilling, because they don't charge you for backups not stored on their network.

      (Also a Crashplan customer at home and work. They're awesome.)

  8. RAID is not backup... by FlyHelicopters · · Score: 2

    Backblaze is what I use, if your backup isn't off-site, then it isn't really backup...

    You can also burn to DVDs or BR or use external hard drives and move them offsite, but that takes time and effort...

    Two drives with copies of the same files sitting side by side is not backup.

    1. Re:RAID is not backup... by Jason+Levine · · Score: 3, Insightful

      I'll second BackBlaze - but with the caveat of expecting your initial upload to take a long time depending on your Internet speeds. I have a 15/1 connection so the ~1TB that I wanted to back up took me about 8 months. (I couldn't use my full 1Mbps upstream bandwidth for backup traffic.) Now that this is done, however, it's pretty much automatic. New data gets written and the backup occurs. They even have an app you can use so you can access your data no matter where you are.

      If you need to restore from backup, BackBlaze will ship you a thumb drive or external hard drive for a fee. The fee is refunded if you send the drive back (thus ensuring that people don't abuse this service) and it beats having to download TBs of data.

      Besides BackBlaze, I back up everything on to two external hard drives. This way, if one drive blows, the other drive keeps the data safe. As another person posted, follow the 3-2-1 rule. 3 copies of the data (for me, 2 external HDs and 1 on BackBlaze), 2 different mediums (e.g. external HDD and cloud), and 1 copy offsite (e.g. BackBlaze or another cloud provider).

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    2. Re:RAID is not backup... by Anonymous Coward · · Score: 0

      Burn 4TB to DVDs? that is +800 DVDs. Are you crazy? And what is the MTBF for them not counting the expense and the coasters?

    3. Re:RAID is not backup... by Sarpent · · Score: 2

      Backblaze has worked well for me. I have 2.6 TB of data that took me just over two weeks to upload to their servers (FIOS). I was pretty well backed up onsite, but was still vulnerable to theft and fire since my backups weren't offsite.

    4. Re: RAID is not backup... by Anonymous Coward · · Score: 0

      Having backups in permanent storage isn't a bad idea. I used to do this when doing my PhD. Ended up with about 200+ CD ROMS and DVD'S. The advantage is that nothing can be deleted once a drive has been finalised. But the disadvantage is that CD/DVD drives and media weren't always compatible. Disks marked as corrupted and unreadable were found to be perfect on another system with a different drive.

      You don't want to be reliant on online storage because you never know when your Internet service will be down, whether there will be a network problem at the storage facility or anywhere else.

      The best solution is to have multiple copies on external local drives. Keep both zipped and unzipped copies. Having data bundled into zip files prevents unnecessary or accidental modification.
      Keeping the drives electrically isolated when unused prevents accidental deletion.

    5. Re:RAID is not backup... by l810c · · Score: 1

      I absolutely love iDrive. I have used it for years.

      I TB $52/year. Everything backed up. Unlimited computers/devices. I have 9 computers and 3 phones all backed up automatically.

      Even though I use source control, I occasionally mess something up. iDrive keeps 10 versions of my source files. Saved my ass several times over the years.
      I'm wondering what happens when we do pass 1 TB as the the site shows only a 10TB plan for $374/year. I would like a 2TB plan(You might be able to call sales and negotiate)

      Honestly though, if my only option was the 10TB plan, I would do it. It would be worth it with all of the features.

      I love it.

      http://www.pcmag.com/article2/...

    6. Re: RAID is not backup... by FlyHelicopters · · Score: 1

      The best solution is to have multiple copies on external local drives.

      If the drives are physically in the same place as the computer, it isn't a backup.

      Fire, theft, etc.

    7. Re:RAID is not backup... by im_thatoneguy · · Score: 3, Interesting

      I have over 10TB on Backblaze for $5/mo. Works great and recovery is easy.

      I would add though that if you want more control and more flexibility I've started using Backblaze's B2 API and SyncBack, Cloud Berry or whatever software backup solution you prefer. That costs about $5/month per TB but has the advantage of control over hash checks and retention.

    8. Re:RAID is not backup... by FlyHelicopters · · Score: 2

      I absolutely love iDrive. I have used it for years.

      The features look nice, the size just isn't enough...

      I have 26TB backed up with BackBlaze, that level of storage would be expensive with most other services...

      I also use CrashPlan for critical files, but they throttle after awhile making backing up that much data impossible. They claim they don't, but they are lying about that.

      Carbonate also throttles, but at least they are honest about it. BackBlaze doesn't and will run 10 threads to backup faster.

    9. Re:RAID is not backup... by chill · · Score: 1

      BDXL ranges between 100 Gb and 128 Gb per disc, if you want to go that way. For durability, use M-Disc for 1,000 year storage.

      --
      Learning HOW to think is more important than learning WHAT to think.
  9. RAID IS NOT BACKUP by networkzombie · · Score: 4, Insightful

    1) RAID IS NOT BACKUP unless you have another read only set.
    2) STORAGE SPACES IS NOT BACKUP unless you have another read only set, and please, it is JBOD with some added features.
    3) You are exchanging RAID sync issues with backup sync issues.

    I would setup hardware RAID, but that is not related to what you need... Backup to two other disks. Upgrade disk size and technology as needed. A 4TB disk is like $140

  10. Print them all.... by julian67 · · Score: 1

    Print them all and put them in labelled shoeboxes.

    1. Re:Print them all.... by Anonymous Coward · · Score: 0

      You missed step 3 - never look at them again.

    2. Re: Print them all.... by Anonymous Coward · · Score: 0

      Sort of on these lines -

      DELETE a bunch of it. Seriously go through and don't be a hoarder. Is the photo worth printing ? No? Then probably you don't need it.

      If it is, print it, and back up the rest. People hoard this crap and it's just a burden. Plus going through all your old photos is fun and you find some gems worth printing.

  11. Is 100% availability a requirement? by whoever57 · · Score: 1

    If you can live the possiblity that you can't access your data (porn stash?) for a day or two, then you don't need RAID.

    Break up the RAID and use the freed-up hard drives for a backup. Buy some extra drives and rotate the backup drives so that there is always at least full one copy off-site, preferably encrypted.

    --
    The real "Libtards" are the Libertarians!
  12. ZFS & LTO. by 0100010001010011 · · Score: 1

    ZFS for on disk storage. I've had a theseus RAIDZ2 pool for almost 6 years now that's moved multiple computers, OSs and drives and hasn't lost (that I can find) any of my Pictures.

    Tape for archival. LTO-4 drives are fairly in expensive (compared to losing everything).

    1. Re:ZFS & LTO. by Anonymous Coward · · Score: 0

      Tape would be very nice. However (esp LTO-4):
      (1) Slow
      (2) Submitter would need 3 tapes

      However a later generation of LTO would be nice, albeit expensive.

    2. Re:ZFS & LTO. by Thor+Ablestar · · Score: 1

      LTO4 is my personal choice. Later generations of LTO are more expensive per byte. Both LTO-5 cartridges and drives are more than twice expensive than LTO-4. And LTO-4 are at least faster than my 2-TB HDDs.

      You would need much more than 3 tapes. At least 2 generations of backup would need 6 tapes. If you partition your data to portions of not more than 800 GB each and declare some of them frozen, you may economize on tapes. But it's still slightly cheaper and much more reliable than HDDs.

      Be warned that the drive would preferably have a 1-digit indicator. Also, I prefer Fibre Channel and Qlogic cards.

  13. 500 GB Blu-Ray by Anonymous Coward · · Score: 0

    Backup to 500 GB Blu-Ray.

    An external HDD is not safe from EMP.

    1. Re: 500 GB Blu-Ray by Anonymous Coward · · Score: 0

      Neither is your blu ray hardware...

    2. Re: 500 GB Blu-Ray by brando56894 · · Score: 1

      HDDs don't scratch easily ;-)

    3. Re:500 GB Blu-Ray by TheRealMindChild · · Score: 1

      A 500GB bluray, you say? Where can I buy such a thing?

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    4. Re:500 GB Blu-Ray by Anonymous Coward · · Score: 0

      An external HDD is not safe from EMP.

      As another poster pointed out, an EMP bad enough to kill your HDD, will be bad enough to kill whatever hardware you would be using to access the Blu-Ray disks.

      If one is really concerned about EMP, they should be backing up to a hard drive in a laptop, and then storing that laptop in a good Faraday Cage. That way, you'll have working hardware to access your data.

      Of course, you had better keep a spare generator in the Faraday Cage, to recharge the laptop's battery. (And, there's the question of how important this data is in a world where all modern electronics have been destroyed.)

    5. Re:500 GB Blu-Ray by Thor+Ablestar · · Score: 1

      If EMP kills your drive then you just buy a new one (It's also true for the tape drive) - in condition that a post-apocalyptic world would need your data. If EMP kills your HDD then you are out of luck.

      But I'd still prefer not to store my data on anything optical.

  14. Cloud Based Backup by friedmud · · Score: 2

    Better to get it offsite. One fire/flood/etc. and your data is toast. Not too mention that RAID IS NOT BACKUP (RINB).

    I'm a "serious amateur" photographer (about 1TB of photos currently) and I've been using CrashPlan for the last two years and I'm happy with it. They allow you to create a local encryption key that even they don't know so it seems pretty secure. The first upload can take a while (depending on your internet service) but everything is quick after that point.

    In addition to that I also use TimeMachine on my Mac so I have a local backup of everything.

    1. Re:Cloud Based Backup by fustakrakich · · Score: 1

      Better to get it offsite.

      Better to get it off-planet. You never know..

      --
      “He’s not deformed, he’s just drunk!”
    2. Re:Cloud Based Backup by Anonymous Coward · · Score: 0

      NASA uses 3mbit links to/from Mars, but uses some of the largest dishes on Earth: https://eyes.nasa.gov/dsn/dsn.html (because the earth rotates, you can only use one of the 3 sites for Mars communication) And then you have to share that connection with the rest of the Martian population. Every two years the Sun is blocking line-of-sight for the radio links, around the same time that ping is getting really slow.

    3. Re:Cloud Based Backup by Anonymous Coward · · Score: 0

      Better to get it offsite. One fire/flood/etc. and your data is toast. Not too mention that RAID IS NOT BACKUP (RINB).

      I'm a "serious amateur" photographer (about 1TB of photos currently) and I've been using CrashPlan for the last two years and I'm happy with it. They allow you to create a local encryption key that even they don't know so it seems pretty secure. The first upload can take a while (depending on your internet service) but everything is quick after that point.

      In addition to that I also use TimeMachine on my Mac so I have a local backup of everything.

      Do your homework / research before choosing a provider. Also recommend trialing the software before committing to purchase. In one of the trials I found out the cloud backup software actually had a filesize limitation despite claims otherwise on its website. I also did not require a "whole disk" backup for disaster recovery purposes - i.e. I didn't care about the OS settings and the application installation / configurations, just the actual data. I also wanted my own encryption key that would not be provided to the cloud backup provider.

      Ended up with BackBlaze as my provider. Took about a month for the initial upload, but haven't had an issue since. YMMV on who you choose based on your requirements though.

    4. Re:Cloud Based Backup by mukinrestak · · Score: 1

      I ended up going with backblaze too, and they're fantastic for the price, but they do have some major flaws.

      The first flaw is the inability to specify folders to INCLUDE instead of exclude. It's very tedious depending on how your drives are organized to exclude everything that doesn't need backup.

      The second is that some of their exclusions are mandatory.

      The third is no Linux support.

      The fourth is no ability to prioritize which files need backed up first. If I download a movie, then do my taxes, then do some work, It'd be nice to be able to specify that the folder with movies in it is less important than my job stuff and my taxes and should be backed up after those.

    5. Re:Cloud Based Backup by ben_kelley · · Score: 1

      +1 to this. You can also back up to a "friend" (where "friend" = someone else with CrashPlan who is prepared to let you store some encrypted files, possibly in exchange for you storing some of their files). If said "friend" lives close, sneakernet around a copy of your current CrashPlan backup, and just import it to jump-start the remote copy.

    6. Re:Cloud Based Backup by Anonymous Coward · · Score: 0

      I'm a "serious amateur" photographer (about 1TB of photos currently) and I've been using CrashPlan for the last two years and I'm happy with it.

      I hope you have a local backup in case the Feds shut them down and seize their servers like they did with Megaupload.

      Just sayin'.

    7. Re:Cloud Based Backup by Anonymous Coward · · Score: 0

      Only if you want aliens to find your porn some day and be like: WTF????

    8. Re:Cloud Based Backup by Anonymous Coward · · Score: 0

      Say this with me folks: CLOUD STORAGE IS NOT RELIABLE NOR IS IT SECURE IN ANY WAY!!!!! JUST SAY NO!!!!!!! Hard drives are cheap and so are USB enclosures. Take two 4TB drives and put then in enclosures. Use one to back up your data every week , or whatever makes sense depending how often your data is added to or changes. Keep one of these drives at a secure trusted off-site location. Switch them at every backup. You now have 3 copies of your data.
      1-the hard drive in your computer
      2-a local backup to a hard drive that is connected on when in use.
      3-an off-site backup that may not be current, but you can only lose the data since that drive was last used.

      You could also get a third backup drive, or back the data up to a laptop or another desktop.

    9. Re:Cloud Based Backup by friedmud · · Score: 1

      "The first flaw is the inability to specify folders to INCLUDE instead of exclude."

      That was my problem with Backblaze. In my case I ONLY wanted to backup my photos (I backup everything else in other ways).

      Crashplan lets you choose exactly which directories to backup.

    10. Re:Cloud Based Backup by friedmud · · Score: 1

      Reading comprehension: "In addition to that I also use TimeMachine on my Mac so I have a local backup of everything."

      Not too mention... your backup provider getting shut down does not instantly delete all of your local data. It would be a freak incident for them to get shut down the day you need a backup.

      And finally: Crashplan is nothing like Megaupload....

    11. Re:Cloud Based Backup by friedmud · · Score: 1

      Please point to a reputable source that substantiates your claim. Just putting it in ALL CAPS does not make it true.

      How would it not be reliable? Over the last two years I've spot checked multiple times I can could recover any file I wanted.

      How is it not secure? I have a locally generated key that they are not given... even if they are breached there is no way to decrypt the data.

      Like I said: I do use local backup as well for peace of mind (and ease of recovery) but I haven't seen any reason not to put faith in Crashplan.

    12. Re:Cloud Based Backup by Anonymous Coward · · Score: 0

      Reading comprehension: "In addition to that I also use TimeMachine on my Mac so I have a local backup of everything."

      Yep, missed that. My bad.

    13. Re:Cloud Based Backup by swillden · · Score: 1

      Say this with me folks: CLOUD STORAGE IS NOT RELIABLE NOR IS IT SECURE IN ANY WAY!!!!!

      Bullshit.

      Good providers are at least as reliable as your local drives. They could fail, but so could your local backups... and when your house burns down, the odds that your backup service provider dies at the same time is miniscule (barring some planet-scale catastrophe, in which case you probably won't care anyway).

      As for security, encrypt if you're worried about it. Personally, there's nothing in my backup data that's particularly sensitive, so I don't bother. Most of the backup services automatically encrypt everything anyway.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    14. Re:Cloud Based Backup by Grishnakh · · Score: 1

      Wouldn't it make more sense for them to launch some radio relays into space and then use smaller, cheaper ground based dishes to communicate with those relays? This would also eliminate the problem with the Sun being in the way (position one relay far away from the Earth so that you can beam the signal around the Sun).

  15. Easy by Anonymous Coward · · Score: 0

    Put a server in your bathroom and let Russian gov't know about it.

  16. AWS by Anonymous Coward · · Score: 0

    Amazon Glacier + FastGlacier.

  17. Not an advert - but Backblaze by forgottenusername · · Score: 4, Interesting

    https://www.backblaze.com/clou...

    $5/month unlimited data size (writes).

    You can sync files back over or they will actually ship you a HD with your data; if you return the drive you get a refund of the drive cost but you're also free to keep it.

    The cost for individual file reads is reasonable too.

    No muss no fuss

    1. Re:Not an advert - but Backblaze by Anonymous Coward · · Score: 0

      I'll attest to this one. As everyone else said, RAID is not backup. Local backup is a good idea because of the data size you have, and then add offsite too. I've been a happy subscriber to Backblaze for five years now. $50/year, unlimited data, set it and forget it. It just works. You'll definitely hammer your internet usage for the initial sync, but once done you'll rarely notice any impact.

    2. Re:Not an advert - but Backblaze by Anonymous Coward · · Score: 0

      Another nearly identical option to Backblaze is Crashplan

      http://lifehacker.com/online-backup-faceoff-crashplan-vs-backblaze-1768101631

    3. Re:Not an advert - but Backblaze by Anonymous Coward · · Score: 0

      agreed - love BB. Except for the 30 day deletion of external HDD

    4. Re:Not an advert - but Backblaze by hcs_$reboot · · Score: 4, Informative
      Backblaze:

      Linux, BSD, Unix and other *nix systems:
      These operating systems are not supported and Backblaze can not be installed on them

      --
      Slashdot, fix the reply notifications... You won't get away with it...
    5. Re:Not an advert - but Backblaze by Anonymous Coward · · Score: 0

      While Backblaze does sound interesting, I cannot find any prices for individual file restores.
      It states downloading a file one time is free. But what is the cost the second time? The 3rd?
      Is it a cost per gigabyte? Per file?

      I thought the terms would surely have more detailed information or references. No, they don't. The section payment does not list any prices nor references any price table. The only thing i learned is that Backblaze can and will cancel my service at any time without notice without needing any reason to do so. They will also share my private information with the following named companies: "Stripe, Salesforce, Google, Freshbooks, Facebook, Twitter, MailChimp, Slack, SurveyMonkey, SendGrid, and ZenDesk" to "share your information with third-party services helping us provide and improve our products". Weasel words but at least they list the companies? Oh, but of course they do point out that these companies are not restricted in what they do with this data (only their own policies apply).

    6. Re:Not an advert - but Backblaze by KozmoStevnNaut · · Score: 1

      There is no Backblaze application for *nix, but you can use their B2 storage from any OS: https://www.backblaze.com/b2/c...

      Still, I wish they would hurry up and port the proper app to *nix.

      --
      Eat the rich.
    7. Re:Not an advert - but Backblaze by thegarbz · · Score: 1

      Sure that will only take close to a year to complete my backup. This fetish for pushing terabytes of data over the internet for someone else to look after is stranger than most sexual fetishes out there.

    8. Re:Not an advert - but Backblaze by Anonymous Coward · · Score: 0

      Keep in mind that you will have to send them a harddisk with data, or be prepared to spend months uploading your data. The upload speed to their site is horrid, after the first couple of megabytes.

    9. Re:Not an advert - but Backblaze by Anonymous Coward · · Score: 0

      Duplicity can use Backblaze as a target, so can many other clients that run on Linux - it's just their proprietary sync client they haven't ported.

    10. Re:Not an advert - but Backblaze by Anonymous Coward · · Score: 0

      Similar to Backblaze is Crashplan which also allows you to store the data offsite on your own terms, with a friend, external drive, etc. I use it with their cloud service and at a relative's house. Also does versioning quite nicely and encrypts locally.

    11. Re:Not an advert - but Backblaze by barc0001 · · Score: 1

      So how do you do offsite backups for your personal data? If you don't use one of these type of services I imagine it'll be prone to forgetfulness as it'll have to be a manual process like taking a drive to your safety deposit box, etc.

      The point is these online backup services have a place and it's as a "the house is gone/on fire/burglarized" last resort, not as an end all be all.

    12. Re:Not an advert - but Backblaze by thegarbz · · Score: 1

      I have a work place, stuff taking a detour and paying someone to hold onto stuff for me. 2 HDDs, one sitting in my desk drawer at work. Each Monday night I plug my backup in, and on Tuesday I take it to work and bring the other one back. I plug it in and an automatic script backs up my NAS and emails me the results.

      You don't forget routine. If you're forgetful, make something a routine. The easiest way to do that is tie it to an existing routine like something you do on the specific day of the week, or set a reminder in your outlook calendar. That's why I pick Tuesday. I'm incredibly forgetful so I tie my backup together with preparing my sports back Monday night. Tuesday is Squash day, so I have to take an extra bag to work, which makes it easy to run down the list: towel, racket, pants, shirt, shoes, socks, 8TB HDD. I mean you don't really consider your data important if you're forgetful enough not to back it up right?

      The point of these online backup services is that they serve a purpose for a select subset of use cases. Small data sets are perfect for this. That precludes it's usefulness if you're into photography or worse recording videos. They are also great right up until you have an actual failure and your background backup operation suddenly becomes an excruciatingly slow foreground operation.

      Also while I have quite a bit of faith in Backblaze and I'm quite a fan of their work, the same is not universal around Cloud storage providers, the ones who a notorious at offering you a service, oh wait we'll change the price, oh wait you now have a limit, or now there's a bandwidth limit, oh we got acquired by someone you have 5 days to suck your data off before we delete it all for you. Once bitten....

    13. Re: Not an advert - but Backblaze by Anonymous Coward · · Score: 0

      You can't send them a hard drive and the speed is pretty decent.

  18. Amazon S3 by Anonymous Coward · · Score: 0

    It's expensive, but worth it. s3cmd (http://s3tools.org/s3cmd) is great at incremental backups. You can use Reduced Redundancy Storage (RRS) to save money. It still has 99.99% durability which is better than you can achieve locally even with RAID 1.

    1. Re:Amazon S3 by 110010001000 · · Score: 1

      Or Amazon Glacier. Much cheaper.

  19. i use lto-tapes by Anonymous Coward · · Score: 0

    but i wouldn't bother for only 4tb.

    buy 3 4tb drives, place at least one offsite and don't forget to spin them up every half year or so - and recopy a few years down.

  20. RAID is NOT backup! by gweihir · · Score: 4, Informative

    RAID is fine to reduce downtime, but completely unsuitable as a replacement for backup.

    The RAID does not have the following things which you critically need from backup (the following list is not complete):
    - resilience against operator error (accidentally delete/overwrite files, e.g.)
    - geographic redundancy, usually not even safe against the box killing the disks, lightening, fire, theft, etc.
    - too few copies: Usually 3 (!) independent backup copies used in rotation are considered the minimum. RAID1 gives you one and it is not independent.

    My recommendation is to get at least 3 external USB disks, and establish a backup with them, because currently you have none.

    Steps:
    - Select a backup interval. This represents the maximum time-interval for which you think losing new data is acceptable
    - At the end of each interval, do the following:
          1. Fetch oldest backup disk from off-site location
          2. Put backup copy on it, making it the newest backup. Make sure to do a file-by-file comparison.
          3. Move disk to off-site location

    For somewhat reduced reliability keep the oldest copy at home and do the following:
          1. Make backup, overwriting oldest copy. Make sure to do a file-by-file comparison.
          2. Move new backup to off-site location and fetch oldest from off-site location.

    An "off-site location" can be anything from a garden-shack to a storage locker at work to an arrangement with a neighbor or a friend you see regularly.

    If you think this it too much effort, then your data must not be worth much. This is pretty much the agreed minimum experienced sysadmins want. Of course, there are always those that never lost any important data and they almost universally think this is way too much effort. Many of them learn in time when whatever they do results in that loss.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:RAID is NOT backup! by Anonymous Coward · · Score: 0

      External USB disks are equally unsuitable for backup... without a parity and ECC scheme. If there is no way to validate and correct the integrity of the data the backup is useless.

      Any backup scheme without multiple copies, in multiple locations, in multiple formats is not a reliable scheme. RAID (not RAID0) as one of these forms is valid and slightly more valid than a single drive due to parity alone.

    2. Re:RAID is NOT backup! by Anonymous Coward · · Score: 0

      In addition if you are using Linux you can either use a file system that supports snapshots or configure LVM to do snapshots so your backup is consistent. Windows 7 and up also supports VSS (volume shadow copy service). Inconsistent files tend to not be all that useful. A good tested backup and restore system is nice because instead of fishing around your backup for what you can recover and spending a lot of time trying to get everything humming again, you just let the restore operation hum away for a little while, if you are using Windows and your motherboard failed, you bug MS about reactivating your copy of windows (with Linux you just see your Ethernet device numbers increment and if you have a custom Ethernet configuration you re-apply to the new adapters on the new motherboard), if you run VMWare or the like, tell it you 'moved' the VMs if asked, and you are good to go.

    3. Re:RAID is NOT backup! by Anonymous Coward · · Score: 0

      What's wrong with using RAID to keep the "latest" backup disk up-to-the-minute, and then pulling one of the drives on a regular basis and treating it as a proper backup? (i.e. ship it off-site). One could cycle through as many backup disks as desired, eventually recycling them by putting them back in the RAID and re-syncing them.

      That would avoid the "extra" effort of doing explicit backups. It would also (potentially) make recovery much faster, since you could just pop in a backup RAID disk and start up again.

    4. Re:RAID is NOT backup! by gweihir · · Score: 1

      Bullshit. There is very little possibility for data to get corrupted unnoticed on an external USB disk. In fact, one of the very few is in-memory and then the data is just as corrupted on RAID.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    5. Re:RAID is NOT backup! by gweihir · · Score: 2

      That is not RAID. That is (mis-)using RIAD as a sort-of snapshot backup scheme. This idea can work in principle but has several problems:

      1. raid-sync is often painfully slow and can take days for large disks
      2. you always need to sync full disks
      2. you need to know how to make the extracted disk a 1-disk RAID array for recovery (may be anything from trivial to very difficult)
      3. you do not get verify and most data-loss in backups is because people did not verify
      4. you need to handle naked disks safely
      5. you can only do backup on disks that fit the RAID
      6. you cannot do compressed backups
      7. if you mess up, there is a real risk of killing all data on the raid
      8. you can get an inconsistent filesystems state that way. Not really a problem with a good filesystem.

      I am sure I have missed some things here. I tried this for a few weeks and found it to basically be the worst possible option. Still better than no backup.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    6. Re:RAID is NOT backup! by radarskiy · · Score: 1

      "What's wrong with using RAID to..."

      It's not wrong, it's *irrelevant*. RAID adds nothing to the backup process.

    7. Re:RAID is NOT backup! by Anonymous Coward · · Score: 0

      Double bullshit. It is possible for data on an external to be corrupted. Without some form of checksum or parity to scrub and validate the data the only way one may potentially notice damage is hand verifying every file through use of the data. If that's part of your data recovery scheme you have bigger issues.

    8. Re:RAID is NOT backup! by Thor+Ablestar · · Score: 1

      There is a LOT of possibility for data to get corrupted while transferred to USB disk. While SATA and USB are covered with some error correction codes, the internal memory of SATA to USB chip isn't. And EVERY USB rack I have ever tried to backup my data has an overheat problem. It does not matter when you copy some DVD movies but when you copy 2TB then the probability of failure nears 100%, with destruction of file system and need to fsck all the backup. You need to add some heat sink to the chip, or else.

    9. Re:RAID is NOT backup! by omnichad · · Score: 1

      2. you need to know how to make the extracted disk a 1-disk RAID array for recovery (may be anything from trivial to very difficult)

      If it's a proper RAID1, just clone the disk and set up a 2-disk RAID again.

    10. Re:RAID is NOT backup! by gweihir · · Score: 1

      Your rally have no clue what checksumming goes into USB and modern HDDs. The most likely candidate for corruption on external disks (and I never said it was impossible) affects internal disks as well.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    11. Re:RAID is NOT backup! by gweihir · · Score: 1

      And where did you miss that a backup needs to be followed by a compare? After that works, it really does not matter what your obviously "trash" quality SATA-to-USB converter messes up. I never had this problem despite using a _lot_ of USB disks. Maybe you should not buy the very cheapest ones?

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    12. Re:RAID is NOT backup! by gweihir · · Score: 1

      And if it is the trash you can buy, you may have a problem from the disk being marked as "dirty". I take it you have never actually done this?

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    13. Re:RAID is NOT backup! by gweihir · · Score: 1

      Well, there are those that get this and those that will suffer a catastrophic data loss sooner or later. Enough of the second group around. Usually they are much less proud of their flawed little ideas after it has happened to them.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    14. Re:RAID is NOT backup! by omnichad · · Score: 1

      I use software RAID (mdadm), and I had a transient issue on a RAID5 that marked 2 drives (of 3) as dirty and the whole thing quit working. It wasn't fun, but it was not particularly hard either. Just adding ---assume-clean when re-adding the disk worked just fine.

    15. Re:RAID is NOT backup! by gweihir · · Score: 1

      "mdadm" is very well behaved for this scenario and in general. For mdadm this is indeed relatively easy to do.

      I had the misfortune to work with some commercial hardware-RAID cards where I am not even sure it can be done without major effort. Personally, I have stopped using any kind of hardware-RAID, because monitoring, management, reliability and performance typically all suck badly.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    16. Re:RAID is NOT backup! by omnichad · · Score: 1

      I guess I never have used hardware RAID personally, but I've always assumed that any info on the drives would be stored in NVRAM of the controller, not on the drive itself. And that a RAID1 should be 2 100% mirrors as if they were standalone drives.

    17. Re:RAID is NOT backup! by gweihir · · Score: 1

      That is what I used to assume.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  21. What I do by jonwil · · Score: 1

    I have a Western Digital external HDD and every so often (whenever I have some free time but trying to do it as frequently as possible) I connect it up to my PC and run a program (SyncBackFree) that does a copy of my 3 main drives. When I am not using it to back up, the external disk lives in my desk drawer.

    If I had the money I would buy a second external HDD and keep one offsite swapping the 2 periodically just to deal with issues like a house fire that could destroy both my main PC and my external HDD but even without that, I have a reasonable solution that will help protect against viruses, hardware failure and many potential disasters (e.g. authorities saying "there is a bushfire/flood/massive storm/whatever comming, you need to pack a suitcase and evacuate to a safer place")

  22. The best way to backup data by Anonymous Coward · · Score: 0

    My company backups data to solid state optical tape disks. Last year we backupped over 1 million gigglebytes. This year we'll be backupping over 2 million.

    See how dumb it looks when you try to use "backup" as a verb?

    1. Re:The best way to backup data by Anonymous Coward · · Score: 0

      So edgy...

  23. Cloud vendor - Backblaze by jt-socal · · Score: 1

    I use https://www.backblaze.com/ and like it. I have about 3.5T backed up with them. You need a fairly speedy upload internet connection to back up that kind of data, but it works great for me. Also, they will not back up NAS, just hard drives on your computer, so keep that in mind.

  24. Here is what I do... by mad_dog3283 · · Score: 1

    I have three 2TB disks; we'll call them 1, 2, and 3. Disks 1 and 2 are RAID 1; disk 3 is stored in a fireproof safe. Every so often, I break the array and move either disk 1 or 2 (we'll use disk 2 in this example) to the safe, and rebuild the array with disks 1 and 3, using disk 1 as the source. This is only a means of protection if you have software RAID, since in a hardware RAID the third "floating" disk will only be readable by the controller that synced it.

    --
    Reprise the theme song and roll the credits!
    1. Re:Here is what I do... by Anonymous Coward · · Score: 0

      Unless your safe has a UL 72 Class 125 rating then you may as well leave the door opened.

    2. Re:Here is what I do... by jeff4747 · · Score: 1

      Virtually all "fireproof" safes are rated for paper not catching fire. A hard disk will lose all its data far below that temperature.

      I highly recommend moving the disk in the safe to somewhere offsite.

    3. Re:Here is what I do... by Anonymous Coward · · Score: 0

      There are such things as computer media fire safes. They are insulated to a higher standard and cost more. It is certainly true that the average fire rated safe is constructed to protect paper and similar objects. But all you have to do is ask for a computer media safe and you can get one.

      I'd also add that any fire rating is better than none at all. If you are putting backup media into a conventional fire rated safe... well you are doing better than about 98% of all human beings already.

    4. Re:Here is what I do... by omnichad · · Score: 1

      While you can get a data-rated safe that can keep drives at a cool enough temperature for longer, you also aren't guaranteed that the building will be a total loss. A fire two rooms away may get hot, but not hot enough to kill a drive in a standard fireproof safe.

  25. 2 TB by wxjones · · Score: 1

    is a lot of porn!

    --
    My SIG is a P226
    1. Re:2 TB by hcs_$reboot · · Score: 1

      Why would you need to store porn (let alone backup) when you get a lot of it online?

      --
      Slashdot, fix the reply notifications... You won't get away with it...
  26. Depends on how long term by Anonymous Coward · · Score: 0

    Thousands of years:
    Papyrus and cave paintings seem to hold up.

    Hundreds of years
    file-> Print

    Dozens of years
    Magnetic tape

    A couple years
    A USB drive

    1. Re:Depends on how long term by maliqua · · Score: 1

      Undetermined amount of time until a large corporation gets bored of offering a service:
      Cloud storage

    2. Re:Depends on how long term by vux984 · · Score: 2

      The odds backblaze or crashplan or carbonite spontaneously decide to shutdown without notice the same day my house burns down is pretty low, after all.

    3. Re:Depends on how long term by Anonymous Coward · · Score: 0

      how long does it take claim your insurance, replace your hardware, then retrieve your backup. Realistically there could be weeks or months involved.

    4. Re:Depends on how long term by vux984 · · Score: 1

      how long does it take claim your insurance, replace your hardware, then retrieve your backup. Realistically there could be weeks or months involved.

      Unless I were actually caught in the fire and in intensive care for weeks months, I'd have a laptop within hours.

      And if I WERE caught in the fire, and in a coma for months, and crashplan went out of business at the same time...

      a) risk management is about managing risk. you can't eliminate it.
      b) losing my photos would not be the biggest issue in my life.
      c) if I did deem the photos so valuable that this was a risk i wasn't prepared for, I could have 2 cloud providers for just a bit more $$... or 3....
      c) risk management is about evaluating risk.

    5. Re:Depends on how long term by omnichad · · Score: 1

      What about shutting down your account without notice? I'm pretty sure both sets of terms allow for that, and there's no guarantee that there won't be a mistaken or malicious reason for your account to get shut down at the worst possible time.

    6. Re:Depends on how long term by omnichad · · Score: 1

      Are you kidding? You don't wait on the insurance reimbursement. You get out there and buy the equipment with 1-Day shipping. At least if we're talking about vitally important personal data.

  27. NAS by CanadianMacFan · · Score: 1

    For an onsite option I bought an NAS that has room for two drives which I mirrored. (I would have liked a larger one that I could have gone with RAID-5 or RAID-6 but money prevented that.) I have my computers use Time Machine to back up to the NAS. I also use my NAS for BitTorrent Sync and other services (mail, DNS, proxy).

    Ideally you would want an offsite option too in case something happened to your house.

  28. unRAID by deusued · · Score: 1

    on mobile, or I might provide a little more info.

    Been using unRAID for years; RAID resiliency with any set of disks. Neat technology that is extensible.

  29. FLOPPIES!! by Anonymous Coward · · Score: 0

    Lots and lots. If some go bad, you only lose FOEVA a very small number. Raid1 you lose EVERTING! You can find lots and lots of shareware (FREE!) floppy file managers on almost any decent bulletin board!

  30. Use a service by romango · · Score: 2

    Get BackBlaze or Carbonite. It's ~$50.00 per year. 1PC. No size limit. I had my house broken into and the thieves took my computer and all the backups. Also a fire could wipe out all your backups, if stored in the same place.

  31. Make a restore plan first by houghi · · Score: 3, Informative

    I have the following:
    1) 1 SDD that I work on and another that is mirrored every day. If one disk fails, I have another. This is my working disk.
    2) Incremential backup of data that changes often, like emails or some directories I work in. Mostly use if I delete a file by accident. Just copy it back and be done. This goes to a NAS.
    3) Data that does not changes often, like movies, images and music is stored on a NAS.
    4) Second NAS to backup the data of the first NAS.
    5) Essential data (less than 10MB) is put on my website on a personal directory. This is data that I might need in case of the house burning down.

    So when something goes wrong (unless the house burns down, but the I have other problems and my music is not one of them.) I have a way to restore it.

    The most important thing however is not to backup, but the knowledge on how to restore it. You need to test that out from time to time. I have people seen who did backups to /dev/null to test it and forgot to remove that parameter.

    What you can do if you REALLY need to have things off site, like photos and other things that you can't replace is just buy a dedicated HD that you put this data on and keep it in a drawer at your office. Once a month or so you take it home and add the new data.
    And if that disk is full, buy a new one or a bigger one. If data is really THAT important, the price of the HD is well worth it.

    But again, test the restore.

    --
    Don't fight for your country, if your country does not fight for you.
  32. Re:Come the .... on by Anonymous Coward · · Score: 1

    rsync {options} --checksum

    I like rsync because it's versatile and robust, you can pretty much use it on any device.

  33. RAID 1 by Anonymous Coward · · Score: 0

    The easiest backup is RAID-1. You literally don't have to do anything once you set it up.

    1. Re:RAID 1 by gweihir · · Score: 2

      And on the minus-side, it is not a backup at all.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  34. What is the format of the original pictures? by Streetlight · · Score: 2

    Presumably the OP has his pics on the SDs used in the cameras that took the shots. That is, unless the SDs were reformatted and used again. Many folks I know just buy new SD cards and retain the old ones as first level storage. Keep them in a fireproof safe or safe deposit box at a bank. After that follow the best practices for backing up including cloud storage.

    --
    In a time of universal deceit, telling the truth is a revolutionary act. George Orwell
    1. Re:What is the format of the original pictures? by gweihir · · Score: 1

      Unless you have (very expensive or very small) SLC SD cards, that is pretty worthless. With a bit of bad luck, data may get corrupted within a year.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:What is the format of the original pictures? by thegarbz · · Score: 1

      I've not had my camera too long but for the cost of the SD cards I'd be able to afford a high end tape backup system by now.

    3. Re:What is the format of the original pictures? by omnichad · · Score: 1

      Did you miss something?

      After that follow the best practices for backing up

      SD cards are cheap. If you're a photographer, stick to 2GB or 4GB cards and use 2 or more per shoot. Keep them forever, because you included the cost of them (next to nothing) in your fee. Sure, the longevity isn't there, but it's a cheap no-effort backup. And you could hold hundreds in a small off-site box.

    4. Re:What is the format of the original pictures? by Anonymous Coward · · Score: 0

      Presumably the OP has his pics on the SDs used in the cameras that took the shots.

      I've never thought of doing this. After I take some pictures and come home, I move (not copy) the files to my computer.

    5. Re:What is the format of the original pictures? by gweihir · · Score: 1

      Media without reasonable data-life are not backup. They are just trash sitting in a box somewhere. So it is not a "cheap, no-effort backup", it is an overpriced no-backup waste of space.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    6. Re:What is the format of the original pictures? by omnichad · · Score: 1

      Self-discharge of brand new flash memory that only has one write cycle is easily going to be 5-10 years. That's a better track record than some optical media. And all you have to do is plug it in to a computer for a while once every 5 years to refresh.

      At under $5 for 4GB, it doesn't hurt to always use SD cards that have zero write cycles anyway on a paying gig. In that case, the SD card is already trash - at least it can be put to use as a backup.

    7. Re:What is the format of the original pictures? by gweihir · · Score: 1

      Your number sucks badly. I have had flash media fail in as little as 6 months form discharge and that was after 2-3 overwrites.

      Incidentally, your claim reminds me a lot of what many people defending DVDs as backup claim. It is straight in the region of wishful thinking. Sure, it may work, but it also may leave you without that critically needed backup without warning and it may do so with pretty high probability.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  35. Storage Spaces by Anonymous Coward · · Score: 0

    It's by Microsoft and the description on the page you linked is just buzzwords.
    Make a proper NAS with your favourite GNU/Linux distribution or with something specialized like FreeNAS, don't use RAID but do use ZFS (more mature) or btrfs (more linux-friendly)

    1. Re:Storage Spaces by scdeimos · · Score: 1

      All modern Windows defrag tools are varying amounts of slow as they're using the Defrag API built over the top of NTFS.

      Try MyDefrag (previously known as JkDefrag). It comes with a bunch of profiles for placement/ordering of folders and files on a running disk, plus you can write your own using its scripting language.

  36. DVDs by inode_buddha · · Score: 2

    How about backing up to DVDs?. They hold lots of data. Had an article here the other day about optical drives...

    --
    C|N>K
    1. Re:DVDs by Antique+Geekmeister · · Score: 2

      A Terabyte of disk equals approximately 250 4.7 GB DVD drives. The material is unlikely to pack efficiently, so the roughly 20% of spare space on the DVD's would be unwise to try to optimize much further. That's a very awkward backup system to maintain.

    2. Re:DVDs by Anonymous Coward · · Score: 0

      40 Blu-Ray
      20 double layer

      I'm getting set up to add that to my archiving/backup system. The hard part, for me, is automating the label. (my direct inkjet-to-disc printer treats disc printing as a sheet of A4, and even though it knows that I'm printing a disc, it is happy to spew ink all over the carrier...)

      My archiving system runs every 5 minutes out of cron, and runs through a list of archives. Any that are older than their maximum age get refreshed. If possible, I take a snapshot first, then I use rsync to clone it - even Windows shares or ssh mounts. Rsync has a method to do hard links for unchanged files, so it references the previous copy. Each copy has all of the files from the source, but only uses a bit more space than the changes.

      A second process checks occasionally and deletes snapshots that have exceeded their retention schedule. I might back up some volumes every hour, but only keep them for two weeks, after that I might keep one per day for 6 months, and one per month forever. Or whatever.

      A third job spits a copy out to tape every month. This is currently wasteful, because each tape includes copies of the oldest stuff. I'm switching to an encrypted hash/file/metadata system using tapes and blu-ray discs. Ideally, each disc and tape will include a full catalog of the system, plus whatever files will fit, starting with the least redundant.

      The goal is for each file to have the live copy, plus the archived/versioned copies, plus a minimum 2 discs and a minimum 2 tapes.

    3. Re:DVDs by Wolfrider · · Score: 1

      --It's not very popular these days, but you could buy a Blu-Ray M-disc burner and a pack of 16x25GB M-Disc Blu-Rays for archival storage(think "stone media") for under $180, and burn ~375GB (uncompressed) onto 16 Blu-Ray DVDs...

      --Actually I just checked and it looks like you can now buy 100GB M-disc blu-rays, albeit for a higher cost (and it may not be the same reliable stone-based media with scratch-resistant coating, according to 1 review I read.)

      --About a year ago, I did a serious appraisal of all the data I *really* had to put under a "NEVERLOSE" label; and across all my PCs and laptops, it was under 25GB. Most of that was my CD music rips collection. You don't have to keep EVERYthing if you prioritize a little. Most of the other stuff is VMs and copies of things that are available on $something-else in the house.

      https://en.wikipedia.org/wiki/...

      http://www.mdisc.com/

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
    4. Re:DVDs by Anonymous Coward · · Score: 0

      DVD's and CD's both are NOT considered archival media. I've personally had DVD's go bad due to aging. Even HDD's can lose bits after 5-6 years. They tend to lose their formatting...

  37. Simple by Anonymous Coward · · Score: 0

    1. You get a bunch of HDDs.
    2. You label one HDD "pictures", the other "movies", the 3rd "music", the 4th "games", the 5th "books/texts", the 6th "forgive me for i have sinned tier porn".
    3. You think up a nice way to organize all that shit into folders so you can clearly see and find what you want.
    4. You put the HDD into one of those plastic containers for HDDs which keep it safe from moisture and shit.
    5. Now you can come back and fap to your old hardcore gay porn collection 20 years into the future without any issues.

  38. Tape backup - by Harlequin80 · · Score: 2

    Go onto ebay and buy an 2nd hand LTO3 or LTO4 tape drive for $150 - $300. Plug it in, write your files to the tape. For 2tb you would need 3 LTO3 tapes (assuming compression 800gb each). Take said tapes and drive them to another house.

    Decide what timeframe of loss is acceptable. ie 4 weeks, 4 months, 12 months. That is you maximum backup cycle time. Every X period of time take a new set of tapes to your offsite backup location. Buy tapes equal to at least 3 full cycles, that way on your third backup trip you take the oldest set home and re-use them.

    This is the process I use every 3 months and I have an HP Ultrium 960 sitting on top of my NAS. I also use your normal google drive type backup, but it is my second stage, rather than first stage backup. I'm not quite at the same size as you, 1.1tb, so it's 2 tapes not 3. I bought a box of 50 new lto3 tapes for $100.

    1. Re:Tape backup - by Thor+Ablestar · · Score: 1

      1. Don't assume anything about the LTO compression.
      2. Drives with one digit indicator (Read: IBM and such) are preferable due to the full set of local tests and other useful procedures. Also IBM has much more documentation on it's drives.
      3. LTO4 drive would work with LTO3 cartridges. They are cheap but the postage (I live in Russia) make LTO4 a preferable choice.

    2. Re:Tape backup - by Harlequin80 · · Score: 1

      LTO almost always achieves a 2:1 compression using SLDC unless the data is pre-compressed or particularly random resulting in no compression. For the purposes of photos or video a 2:1 ration would be a safe assumption to use.

      LTOs will read their own generation and the tapes of 3 previous generations. They will also write to their own and the previous generation of tapes. It is this strict adherence to a standard which makes them such great backup options.

      I don't understand what you mean about drives with 1 digit indicator? Given HP and IBM are both primary contributors to the LTO project and have access to the same materials I don't see much in the way of difference.

    3. Re:Tape backup - by NotAPK · · Score: 1

      Look, I've never used LTO so I could be talking out my ass, but I must disagree with this:

      "For the purposes of photos or video a 2:1 ration would be a safe assumption to use."

      Compressed video uses some of of the most advanced domain-specific file compression routines available, without going to the fractal-based stuff that NASA uses. There is no way that LTO's compression (or any other general compression routine) is going to put a dent in a H.265 compressed video file.

      JPEG may show a 15-20% improvement, since the new JPEG encoding that DropBox developed showed a 22% improvement so there is some wriggle room in JPEG.

      However, from what I've read I am very confident that LTO compression does wonders for general office files: databases, spreadsheets, accounts, documents, server logs, and so on.

      BTW, I found the posts about LTO to be very interesting and I think I may invest in a second hand tape drive and start using it. One way to get more mileage out of the unit will be to prepare backups for family and friends. Currently I maintain two file servers at remote locations (home and office) and allow friends and family to backup to them via DropBox. If I had an LTO drive I could simply take snapshots of the DropBox backup folder and send the tapes off site. The security of the backups are low-risk, since the data is already encrypted by the DropBox client before it even leaves the user's PC. I'm not really happy with DropBox but for now it fills a need. Maybe in the future I will switch to something more powerful like OwnCloud.

    4. Re:Tape backup - by Harlequin80 · · Score: 1

      If the videos have been processed to h.264 or h.265 then yes you will see almost no improvement at all. In fact your files will most likely be larger.

      However that wasn't the premise I was basing it on. I was basing it on uncompressed mpegs or avi's taken straight off the recording device. That is certainly what I use for my home videos and it wouldn't make sense to process them into something like 264 as it makes them a huge pain to work with in video editing software. I also made an assumption, I know mother of all fuckups, that if he has 2tb of photos they are most likely in RAW. Otherwise that is a whole lot of photos as the OP doesn't mention video at all.....

    5. Re:Tape backup - by Thor+Ablestar · · Score: 1

      The compression is already built in in the recording device. Tested in both RAW and PRORES of BMPCC camera as well as processed MP4 video. It's not a case for BMCC camera RAW but the LTO compression is not specifically suited for it.

  39. Raid is not backup. by Guspaz · · Score: 1

    I'm ultimately repeating what has been said over and over again here, but perhaps this will add a tiny bit more emphasis:

    RAID IS NOT BACKUP.

    Get BackBlaze for off-site backups. Or CrashPlan. Whatever. Just get something that is off-site that isn't going to lose your data when your RAID dies because of a controller failure, or a fire, or a flood, or an earthquake, or because a virus or hacker nuked your disks.

  40. Why is RAID 1 not a backup? by jmcbain · · Score: 1

    The OP says he is using RAID 1 (mirroring). Why is RAID 1 not a backup?

    1. Re:Why is RAID 1 not a backup? by Anonymous Coward · · Score: 0

      You only have one virtual copy. If you erase it or overwrite it you do that to all physical copies. If there is a hardware failure you should have an intact copy, but that's the original, not a backup.

    2. Re:Why is RAID 1 not a backup? by lakeland · · Score: 2

      Because fire, theft or even a careless delete statement would take it down.

      Normally people want to protect their data from more than just hardware failure

    3. Re:Why is RAID 1 not a backup? by aliquis · · Score: 1

      Trojan / virus encrypt your files.

      And then what? .. But I don't know if one will necessarily be safe with regular backups too, what about if it infect and then start encrypting files later? Sure you don't need to boot and run anything from that file-system but ..

    4. Re:Why is RAID 1 not a backup? by silas_moeckel · · Score: 1

      Lets see, your desktop PC gets a bit out of whack and suddenly the whole file system in borked. The OP says he is using Intel fake raid on windows. Other common things, your windows box gets a virus and starts encrypting everything sure snapshots (if the malware can not touch them) will save you from this. In general bitrot is a thing modern drives have CRC's etc but not realy suficient, things like ZFS, BTRFS, Gluster etc etc can do bitrot detection far about a single sector. Things like snapraid can do it for arbitrary sets of drives.

      In any event you would want at least one copy thats offline preferably with physical distance.

      --
      No sir I dont like it.
    5. Re:Why is RAID 1 not a backup? by jon3k · · Score: 1

      Because RAID 1 replicates everything. Including file system corruption, viruses and accidental deletions.

    6. Re:Why is RAID 1 not a backup? by Lawrence_Bird · · Score: 1

      Because any corruption to files is instantly mirrored on the "backup" drives in the array.

  41. Make it less than 100 GiB by Anonymous Coward · · Score: 0

    Seriously my personal data never goes above 1GiB, at that size it's trivial to back up, even cheap usb sticks are safe enough when you can use a handful for redundancy, also less fragile than HDDs... Will you ever really look at every one of your photos again? I doubt it, is it really that personal, is it important that all of it be reliably backed up? I have plenty more than 1GiB of data, but it's under 1 GiB that I actually care about, maybe you need to stop hoarding data :P

    1. Re:Make it less than 100 GiB by Harlequin80 · · Score: 1

      It's video that pushes it up. I have lots of video of my kids growing up and I don't want to lose that.

    2. Re:Make it less than 100 GiB by Anonymous Coward · · Score: 0

      Upload to youtube as private videos.

  42. "Back up," not "backup." by Anonymous Coward · · Score: 1

    Idiot

  43. Bluray by grumbel5969 · · Score: 1

    2TB is not a lot of data and can be stored on about 40-80 Bluray discs depending on if you use 25GB discs or 50GB discs. It's not exactly the fasted way to do it, but for long term archival it works quite well and requires no extra effort once the discs are created. On Linux dirsplit is a useful tool for chunking the data into BluRay sized portions. xoriso can be used for burning.

    In addition to that get some USB HDDs for regular day to day backups. Rotate them to an offsite location for extra protection.

    1. Re:Bluray by ben_kelley · · Score: 1

      Do Bluray discs keep long term? Back when the amount of data I had to back up was an order of magnitude smaller I used to back up to DVDs. Very time consuming, and I don't think they keep for more than a few years.

    2. Re:Bluray by Anonymous Coward · · Score: 0

      And if the data is critical, PAR it, store a copy on the disk and a copy (or more) elsewhere.

    3. Re:Bluray by grumbel5969 · · Score: 1

      Lifetime of Blurays is said to be rather long, in the 50-100 years range. How trustworthy that data is, is hard to tell. The LTH variety of Bluray is supposed to be worse than the HTL version, so it might be worth to go for HTL as they cost more or less the same. There are also M-Disc BD-R for archival that claims to last around 1000 years, but they are quite a bit more pricey.

    4. Re:Bluray by Wolfrider · · Score: 1

      --To prevent confusion, it looks like the correct name for the package is " xorriso " (FYI)

      xorriso - command line ISO-9660 and Rock Ridge manipulation tool

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
  44. USB to sata dongle plus 2TB SSD by Ritz_Just_Ritz · · Score: 1

    I'm assuming the person thinks the data is important enough to spend a bit of $$$ to make sure it doesn't go .

    I'd get one of those USB 3.0 to SATA dongles, connect a 2TB SSD to it and copy the data onto the SSD. Then I'd do a quick checksum to make sure the source and destination copies were the same. Then I'd put that SSD on a shelf somewhere other than where I keep the computer where the data is stored.

    Today, that SSD+dongle would likely run you about $700. It's about $500 if you break the backup into a pair of 1TB devices.

    A year from now the cost will likely be half that (or less).

    Anyhow, that's what I do today, though I only back up about 1TB of pics and important docs. Total cost for me is about $250.

    Best,

    1. Re:USB to sata dongle plus 2TB SSD by Anonymous Coward · · Score: 0

      I got one of the Thermaltake USB 3.0 SATA dual drive docks for $50 a couple months ago. Seems a person could get that and 2 2TB disks for ~$200.

    2. Re:USB to sata dongle plus 2TB SSD by Wolfrider · · Score: 2

      --Umm, you do realize that SSDs are:

      a) WAY expensive for backing things up to, and

      b) An un-powered SSD drive will eventually degrade and LOSE ITS DATA in a fairly short amount of time (for Backup purposes)? This gets worse with Triple-level-and-up (TLC) Cell structures, BTW. They basically need an electric refresh to keep the cell structure from flipping to another position.

      --Depending on the temperature/humidity it's stored in, SSD degradation could be detected in as low as several months or - if you're lucky - possibly as much as a couple of years. But if you don't fire it up every so often and run a data-consistency check, how would you know if your files are succumbing to bit-rot?

      --There are many, many more options for backups that don't cost *nearly* as much as SSDs - that's not really what they're intended for. I can see buying an SSD if you want faster startup times on your PC, are into gaming, or you do a lot of virtualization suspending/resuming (R/W multiple gigabytes) every day. SSD's are designed to be faster than spinning disks, NOT necessarily long-lasting without power.

      --For now, it looks like the best thing to do is keep your data online, have multiple rotating backups, store some stuff off-site, and copy data from old-drive to new-drive before it breaks. (I would even say real-time Mirroring or RAIDing is getting to be essential for any disk over 1-2TB.) But if you're storing your main backups on SSD media, you're over-spending *and* may be risking data loss if you don't power up the drive every so often.

      --JMHO, but I would look into something like M-DISC for reasonable amounts of long-term archival storage. 4.7GB DVD M-Discs were made to the highest standard; 51% sure about the 25GB Blu-Ray M-Discs, not sure about the 100GB BD-R multi-layer discs. (Cloud backup is OK I guess as long as you don't mind 3-letter-agency snooping and you don't have a slow Internet with data caps, but encryption is definitely recommended before uploading.)

      Refs:
      http://www.makeuseof.com/tag/h...

      http://www.anandtech.com/show/...

      https://www.maketecheasier.com...

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
  45. My recommend: Two drives and software purchase. by Bomarc · · Score: 1

    I'm sure that everyone has an opinion on this.... so here is my recommendation: Get two more drives (I would say 6 TB each). Rotate between them at a rate that you fell comfortable 'loosing your changed data'. That might mean every night, every week or every month. This way your primary data will be available all the time in case of drive failure. You will ave two backup's at any point in time; one of which is "current".

    In addition: I recommend that you download install and run "Hard Drive Sentinel"; I've been using it for years, and it is able to aid in the prediction of failure of multiple dives that I've had; resulting since I've used it with no data loss. This software can see into the drives of the RAID array; and to help you to know if you might expect a failure of one of the drives in your RAID array-- or if one of your back-up drives starts to experience problems.

    1. Re:My recommend: Two drives and software purchase. by Anonymous Coward · · Score: 0

      > 'loosing your changed data'

      AAAAAAAAAAAAAAAAAAAAARGH!
      How hard is it to spell this simple word right?!

    2. Re:My recommend: Two drives and software purchase. by Anonymous Coward · · Score: 0

      ...and you missed "fell" (vs "feel"), and "ave" (vs have). As a gamer natzie; turn in your badge!

      and as a final level of irony:
      loose
      loos/Submit
      verb
      gerund or present participle: loosing
      set free; release.
      "the hounds have been loosed"
      synonyms: free, set free, unloose, turn loose, set loose, let loose, let go, release;

      ... the data would be loose, free... which though not perfect is correct.

  46. Here's what I do by zerofoo · · Score: 1

    I have a 16TB array with about 3TB of data stored on it (Synology NAS device).

    I backup to 3 external USB drives rotating them once a month. One is attached to the NAS device. One is stored in my fire-proof safe. One more is stored in a safe at work.

    I also backup my data to Amazon's Glacier service just in case of a regional disaster (think a Katrina style event).

    The only thing that is manually required in my setup is the external drive rotation and occasionally checking the backup disks to make sure the files are readable. Everything else happens automatically nightly.

    1. Re:Here's what I do by krray · · Score: 1

      I love Synology hardware -- don't trust their updates. One of their recent updates wiped my "root" account on the device(s). They can muck with admin, but should never touch root, but I digress...

      RAID-6 is the way to go IMHO. Synology's built-in backup mechanisms didn't give me a warm fuzzy feeling -- it all goes into a database. When shit hits the fan I want quick quick quick access to my (or your) files.

      I chose the two Synology approach. Each with 8 drives, RAID-6 (dual hard drive failure). One onsite. One off. This is for the house...

      Here's the trick: rsync over ssh to a local hard-linked differential backup. I have 5T of live data currently with hundreds of full backup sets -- this is only using 8T on the remote backup array today (so 3T of new or different files over a few hundred days). The Mac's backup to the array to sparsebundles which is then rsync'd to hard-linked differential backup sets. Only the changed bundle files are transferred, but each set is a complete bundle.

      On the remote it looks like this: 1/all_my_files and then 2/all_my_files ... 199/all_my_files. Only when the oldest backup of the file is deleted is the data really released. Deleting 1/some_file will release the inode, but the data/file may still exist in 2/some_file, etc...

      I have bash scripts / cron doing it all. Assuming backup set "1" is in place the rsync for "2" may look like:
      rsync -avx --human-readable --progress --stats --delete --ignore-errors --force --link-dest=1 -e 'ssh -p ${PORT} ' root@${IP}:/volume1/${REMOTE_DIR}/ 2

  47. Broether/Sister House method. by Anonymous Coward · · Score: 0

    I would like something like this:

    I have a "storage box" I keep in my home, something like a NAS - from time to time, I might add/remove/replace a hard drive - this is the standard fix/break/repair type items. I can copy files to this.

    I have a duplicate box at my siblings house, my sibling has one to for her stuff. The two boxes sync with something like RSYNC, maybe we have 3 boxes - other brothers or sisters.

    I would like to have little files prioritized (done within a few hours) of addition to the storage box
    If I add something huge - ie: a 4gig DVD ... that can take a few days, I don't need it right away. I'm willing to take that risk.

    I would like my stuff encrypted at my sisters house, somethings I want to keep private - yes my sister is an angle, but she does not need to know everything, she feels the same way about me looking at her stuff.

    It should not require a subscription service, it's my sister - she has internet also.

    Perhaps from time to time, the two systems might say: "You have too much to transfer - please send hard drive (X) to your sisters house and have her send you one of hers - maybe this is fedex, ups, or maybe I have lunch or dinner with my family.

  48. News for nerds, and stuff that matters? by Anonymous Coward · · Score: 1

    This is worthy of a Slashdot headline?
    More worrying is the fact that it was posted by an editor (maybe?).

    Next iteration of Slashdot (which will probably happen in 6 months when it's sold off again), may I recommend you also change the name or at least the tag line to something more along the lines of "Microsoft/Windows 10 Help desk, how may I help you?".

    Maybe use Clippy or Microsoft's search puppy in the logo and Reddit for the comments.

  49. BTSync to friend/family/neighbor if only by justcauseisjustthat · · Score: 1

    It would be great if BTSync (now Resilio Sync) had an encrypt end folder feature or something like that, imagine backing up to another persons place for only the cost of direct connect storage or NAS (on their system, assuming you don't exceed data caps).

  50. That problem has already been solved by luis_a_espinal · · Score: 4, Funny

    You forgot checksumming and verification after transfer.....You have something on the other drive after the transfer, you wont know what until you verify it.

    By the tits of Baal, rsync or xcopy /v or robocopy in combination with fciv.

    1. Re:That problem has already been solved by Anonymous Coward · · Score: 0

      SyncBack

  51. Second verse, same as the first by davmoo · · Score: 2

    For the 45th time in this thread, RAID is not backup. And all of you who are saying yes it is will change your minds the first time your array blows up and you have no other backup. Let's say you're running RAID 1 or 5. A drive dies. You stick in a new drive. You now better be praying and sacrificing animals in the hopes that you don't have another drive die before the array is rebuilt, which could take 12 hours or more if you're using 2TB or larger drives. If you value your files, then you have something in addition to your RAID array.

    If you seriously value your files, you also have a fully automatic offsite backup, and one that retains older versions. I use CrashPlan. $5.99 a month for unlimited backup of one machine. As of the time I'm typing this, I have approximately 860,000 files amounting to 2.6TB backed up (semi-pro photographer). Yes, that first backup took about 3 months, but you gotta start sometime.

    --
    I want a new quote. One that won't spill. One that don't cost too much. Or come in a pill.
    1. Re:Second verse, same as the first by Anonymous Coward · · Score: 0

      NOT AN ADD AT ALL

      If you seriously value your files, you also have a fully automatic offsite backup, and one that retains older versions. I use CrashPlan. $5.99 a month for unlimited backup of one machine. As of the time I'm typing this, I have approximately 860,000 files amounting to 2.6TB backed up (semi-pro photographer). Yes, that first backup took about 3 months, but you gotta start sometime.

      NOPE. THIS IS NOT AN ADD. WE NOW RETURN YOU TO YOUR REGULARLY SCHEDULED ADD.

  52. Re:BTSync to friend/family/neighbor if only by Anonymous Coward · · Score: 0

    It's closed source, so you have no idea what it is actually doing. Nor, can anyone fix any of the several bugs it has. I suggest using something that isn't so embarrassing that the authors can't release their bad source code.

  53. You mean FreeNSA by Anonymous Coward · · Score: 0

    LOL!

  54. Option C by GameboyRMH · · Score: 1

    Easy, option C. RAID is not a backup.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
  55. Back up, not backup. by Anonymous Coward · · Score: 1

    Backup is the noun. It's the end result of backing up. Just like "stand up". Stand up, please. Two words is a verb.

  56. Ask Slashdot? Ask Hillary Instead! by Provocateur · · Score: 1

    N/T

    --
    WARNING: Smartphones have side effects--most of them undocumented.
  57. Get a NAS by Anonymous Coward · · Score: 0

    And then run Acronis. Which offer the smallest backups at the fastest speed compared to other solutions, especially the free ones.

  58. AWS Glacier by Anonymous Coward · · Score: 0

    If it's truly a backup that you want use AWS Glacier. It's relatively cheap and extremely reliable. Just don't treat it like Dropbox or iCloud. It's for backing up and archiving. That's it. You won't pay much until you need to get it back, but even that is pretty affordable if you end up actually needing it.

    Best of all, you can script it via the CLI.

  59. Go0gle by Anonymous Coward · · Score: 0

    Do not worry! Go0gle has already backed it all up for you... Forever...

  60. Air Gap a Copy to Prevent Ransom-ware attacks by Proudrooster · · Score: 1

    My backup strategy is simple:

    1. 8TB RAID 1 NAS for everyday use
    2. Periodic backups of the NAS using rsync to a backup disk I keep offsite
    3. Encrypted backups to Google Drive (slow, but FREE)

    The problem with NAS is that if you ever get hit by a disaster or ransomware attack, you lose it all. You need a backup of your NAS data offsite and offline.

    I am currently running the Western Digital Mirror Gen 2 which let's you plug in a USB 3.0 device, then use SSH to access the device, then use rsync to update your backup. Always, unmap the NAS from any systems before hand to prevent a ransom-ware attack.

    Example:
    rsync -aHAX source_dir dest_dir

    The trick to keeping data safe if making lots and lots of copies. This is what cloud providers rely on.

    After that, you could use near line storage like archival quality Blu-Rays 50GB or get an LTO3 tape drive and write 800GB (almost 1 TB).

    I've always wondered about USB3.0 to UltraSCSI converters. Do these work?

    That could be a good solution.

  61. did U ever try google photo with unllimited size ? by BouffeMoiLaChatte · · Score: 1

    I use googlephoto as my "offline& unlimited" storage, i dont care about google looking at my birthday pictures and google compression is not an issue.

    for personnal office documents i use others cloud services synched with multiple computers i own.

    My backup method is called "321" rule of thumb.

    3 backups at least
    2 different Media
    1 Media offsite (and offline is better)

  62. onedrive by ljw1004 · · Score: 1

    2tb isn't that big. It's apparently still in the range of normal family use. If you spend $100/yr to get MS Office for your family, you also get 5tb of onedrive space.

    (irritation: Limited to 1tb per account, so you'd need to share it...)

  63. Just use Storage Spaces + Crashplan by slacklinejoe · · Score: 1

    Sure, Storage Spaces is just fancy JBOD, but it works really well, is supported and isn't tied to hardware for migrating down the line. That said, you need to back that stuff up if it's of any importance. CrashPlan is highly recommended for good reason. There are others, but you are best off with something that can handle versioning to a local disk as well as getting that stuff sync'ed offsite.

  64. FreeNAS or any similar project by guruevi · · Score: 1

    FreeNAS would do what you want it to do. You can then back up to another disk or set of disks or somewhere online. As far as online goes, I'd choose a good VPS provider with sufficient disk space or rsync.net for sending ZFS streams. You could also go with a 'cheap' backup provider like BackBlaze or CrashPlan, both have their ups and downs but for that amount of space, a file-based backup (which is what rsync is) is typically insufficient especially if you're planning on growing.

    File-based backups on some of my systems can take a month or so to complete over gigabit, I'd shudder to think the time it takes for 10Mbps or lower speed Internet connections. With rsync.net you can send them a physical set of disks, have them import it and ZFS sends literally takes overnight to "backup" a 100TB+ system.

    "Storage Spaces" is one of those techs that MS will (has) abandon(ed), it's too buggy and slow to be usable and is/was part of MS Home Server. It's basically a very high overhead software-based RAID.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  65. only here: the three step program by burni2 · · Score: 1

    Preparation:
    1.) have a physical local central server - that has encryption capabilities (A)

    2.) have a physical local backup server that only exports just the bare discs as iscsi devices (B)

    3.) have a root server sitting on the internet with ssh-tunneled iscsi exported discs which are filled by the central server. (C)

    - keep your encryption keys private and existent

    Programs:
    rsync

    Execution
    Step1) sync A -> B / completly (fast)
    Step2) sync A -> C / completly (slow-er)

    Step3) keep A -> B in sync automatic rsync
    Step4) keep A -> C in sync autoamtic rsync (during
    sleep hours)

    Loop Step3 & Step4 for your entire life.

    Yes, its not perfect, but the implementation is pretty easy and ..

    good enough because:
    The root server sitting on the internet is essentially "dumb" the central server will handle all the encryption so the root server will only receive "garbage" data.

    Your rootserver can plausably deny any knowledge about the content!

    If somebody manages to break into the root-server all one gains is a root-server - which is bad enough.

    But nobody can extort the information stored without knowing the keys.

    However the encrypted data can be erased altered -> detection measure HMAC. .. moving without knowing ..
    Moving all the data to a new root server is a short and easy task. Without any need for decryption and possibly leakage of uncrypted information or keys to the internet

    Attach the "raw" iscsi devices from your old server to your new server.

    Let it copy the whole disk content.

    And you have a 1-2-1 a safe copy of your data.

  66. Storage Spaces by javaguy · · Score: 1

    Plenty people have pointed out the flaws with this approach, around 3/2/1 and "raid is not a backup". I have hard drives in multiple locations with incremental backups - mirrors are vulnerable to ransomware / cryptoware. Critical information is also in CrashPlan, which is versioned.

    The question also asks about experience with storage spaces. Around a year ago I purchased two HGST 4TB drives, formatted them ReFS with all integrity checking / fixing options turned on, and put them into a storage spaces mirror on W10. Since then they've worked fine - just like a single regular hard drive. Performance is fine with my older i7-2600K processor and 16GB RAM, but I don't do anything particularly disk intensive, though I do edit up to 1000 RAW photos at a time and haven't seen a problem. The windows event log seems buggy (maybe because I started on the W10 beta) and I can't actually get any information out of the event viewer, so I have no idea if it's detecting and / or fixing issues in the background, but I can access any of my files all the time so it's likely working fine.

    The drive does get very, very fragmented according to Defraggler. The Windows tool defragments somewhat, though it still leaves many fragments. Defraggler can try to defragment it, but it's exceptionally slow. I don't know whether or not it's required.

  67. GAH! "Hi! I'm Earth, have we met?" by X86BSD · · Score: 1

    Seriously, if you are not running BSD with ZFS by *now* you are hopelessly ignorant and/or just a glutton for PAIN. These stories just make me wonder who these people are? I come from the times when all we had was UFS and dump/restore, tar, and let me tell you it was PAIN! Managing data on UFS, backups, expanding partitions, was fun#$ing pain on a level you cannot understand. Now? Now we have ZFS, we have stopped pooping in our water. Best solution is get all that data copied to a ZFS stripped mirror pool pronto. Create another small box with another striped pool and zfs send/receive from one to the other. Create snapshots on the main box every 5 minutes. They cost nothing. And there are a ton of scripts out there to automate this and manage creation/deletion of snapshots. Storing data on anything but ZFS today should be punishable by death.

  68. Some questions and options by Anonymous Coward · · Score: 0

    First you need to ask yourself some questions:
    1. what are you trying to protect against? Hard Drive Failure?, Multiple hard drive failures? Fire? Theft? Disk/file corruption? Destruction of your whole home/work? Everything?
    2. what's your budget?
    3. how many copies of data do you want and where?
    4. If you're looking at a cloud backup service then what's your bandwidth? How much of your internet usage are you happy to allocate to backups? how much is your data change rate? (i.e no sense using a cloud backup provider if you change your data faster than you can upload it)

    Some options:
    1. Cloud Backup service (e.g. Backblaze, many here)
    2. Cloud Storage provider (e.g. Dropbox, Amazon Glacier)
    3. Your own solution (e.g. FreeNAS, external usb drive, eSATA (external SATA) drive, home server, unison, xcopy etc...).

    If you do use your own server solution then I'd recommending having a look at ZFS filesystem (e.g. zfsonlinux)

    1. Re:Some questions and options by Thor+Ablestar · · Score: 1

      First you need to ask yourself some questions:
      1. what are you trying to protect against? Hard Drive Failure?, Multiple hard drive failures? Fire? Theft? Disk/file corruption? Destruction of your whole home/work? Everything?

      Golden words. As our ex-president Medvedev once said, they would be cast in granite.

      I'd add one more threat: Party Van.

  69. do you really need it? by Anonymous Coward · · Score: 1

    were those phots all unique and brilliantly composed, were they shot at the 4k/holographic/quantum leap mode of your ipad? shrink it, re-encode or scrap it; I don't miss most of my digital junk, its more stress worrying about it then when I look at it and ask myself if its really important. Even old photos that are basically redundant, one with hat, without hat, scarf on head....all in the same minute. But if you must horde then get a cheap disk and leave it there, I can't imagine one would need all of it at their fingertips, plug it in at reunions or what not.

  70. Do it right. by Mysticalfruit · · Score: 1

    To echo what I've seen quickly, RAID is not backups. If something (like cryptolocker) suddenly encrypts all your files... you're still completely utterly FUCKED.
    If your domicile burns to the group, you're fucked. You need something that'll keep your data consistent, and keep it safe from theft/fire/destruction.

    I'm going to ignore any cost considerations... whatever.

    Build two identical boxes. The first box is going to sit in your place of residence, the second is going to sit elsewhere (like your parents house, or a buddies)
    Each box is running your OS dejour that naively supports ZFS, a pair of 4TB drives, setup as a ZFS mirror volume. Use whatever software you use to copy data to the local box, rsync, crashplan, whatever, once that task is completed, you'll drop a snapshot of all the pertinent file systems you care about. You now, remotely drop a snapshot on our offsite box and then kick off an rsync that catch any changes.

    1. If something has drastically gone wrong with your data locally, you can always revert (in this case promote) your latest snapshot (or whatever snapshot you like best). Plus you can thumb through all your snapshots and see what you like...

    2. Even if something hasn't gone wrong, but you liked an old version of something, you have that too... though you'll have to decide on a strategy for how many snapshots you're willing to keep. zfs snapshots are now scm but sometimes you realize you don't have something under control and then you wish you did.

    3. You've got a full duplicate of this elsewhere in case fire/flood/theft/etc.

    4. Monthly do scrubs of your file system just to make sure everything is healthy. Want to expand your volume? Add two more disks and you can tack on another mirror. Yeah, it won't be balanced but you'll suddenly have more space.

    --
    Yes Francis, the world has gone crazy.
  71. Better Question: How do you organize your data? by hackus · · Score: 1

    You can backup anything, my problem is how do you organize it so that you can use it, find it and back it up.

    I finally came up with:

    1) LINUX iSCSI serrver; Organizes the physical storage devices with external USB sticks or eSATA.
    2) Create a SAMBA server to centralize access to my stuff.
    3) Diversify that access with OpenVPN on my Android Phone, Tablet and Windows PC, LINUX Desktop. (ThinkPAD).

    It was a cool project and now I know where everything is, and how to secure it.

    I recommend the same route because once you organize the info you can use lots of different software to back stuff up.

    I back my stuff up with AMANDA, and it works really good.

    --
    Got Geometrodynamics? Awe, too hard to figure out? Too bad.
    1. Re:Better Question: How do you organize your data? by X86BSD · · Score: 2

      That doesn't organize your data. That just dumps in one pile. How do you *find* anything is the problem. The best app I have found to do this is called NeoFinder. It allows you to organize all your files in one application, tag them with metadata, create thumbnails of common formats and the best part of it is it allows you to store the applications library data file ON the server. It's the only app that allows you to do this, everyone else forces you to store it client side. Bundle this with a ZFS server and Samba and you are golden! It runs on OS X and Windows. It's not open source but I don't care because every other OS "solution" to managing/organizing/tagging files is utter fucking trash at best and a tire fire at worst.

  72. Keep your RAID, build a server by Trogre · · Score: 1

    Keep your RAID-1. It will protect against single disk failure and improve read performance.

    Build a server. Just a little one. An old desktop PC will suffice.
    Put in a cheap SSD (64GB will do), and a 3 or 4 TB HDD.
    Install your OS of choice to the SSD (Debian, BSD, anything low maintenance).
    Write or procure a script on the server to rsync the contents of your desktop PC to the large HDD, with the --backup switch, rotating monthly. This way you get overwritten or deleted content put in another folder (usually the day of the month), so you get one month to recover accidentally deleted or overwritten files.
    Set this script such that it starts ten minutes after the server boots up, waits another ten minutes, then powers down.
    Set the server to Wake on Lan.
    Have your desktop PC (or other server if you have one) send a WoL magic packet to the server once a day.
    Turn off the server.
    If you ever need to retrieve anything, send a WoL packet to the server, wait for bootup, log in and kill the backup script (which should still be sleeping if you do it within 10 minutes).

    Voila, cheap robust offline backup.

    --
    "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    1. Re:Keep your RAID, build a server by oh_my_080980980 · · Score: 1

      This. It's amazing how remarkably simple a backup server is but for some reason people feel like they need something special.

  73. Stone tablets... by Anonymous Coward · · Score: 0

    Hammer + chisel + slab or rock

    Can't get a better backup medium than that.

  74. That is a lot of porn by BradMajors · · Score: 1

    You don't have 2TB of important personal data.

    Step 1 is to separate your important personal data from the rest of the data.

    1. Re:That is a lot of porn by Anonymous Coward · · Score: 0

      I dunno. I have about 1.2TB of important personal data and I'd expect it to reach 1.75 this year. I'm a photographer; semi-pro. All of that data is personal, the final copy is not the only copy I wish to keep, and at the moment all of it is important.

      Over time I plan to go through all my projects and cull the truly unnecessary stuff, which might, just about, halve it. But planning to cull is not an alternative to backing it all up, is it?

  75. I use this by stolidobserver · · Score: 1

    I just use two 3TB usb 3.0 drives and run a software called Allway Sync. I've used it for years now and haven't had any problems. It analyzes your folders and makes it's own folder to store data on changes. You are then presented with a list of deletions/additions/changes that you can check through and verify that you have indeed performed those actions. It will sync in any direction you want. You can also schedule automatic backups (I wouldn't, for obvious reasons). I carry a 256gb usb stick with me everywhere that contains files that are truly important to me. I have found this to be the easiest method for daily use.

  76. Google Photos - free by Anonymous Coward · · Score: 0

    It is free and automatically resizes to 16 mp or 1080p. And tags everything using ML.
    4 tb? I bet they forgot how to count that low.

  77. Syncthing by jon3k · · Score: 1

    Find a friend, buy him a 2TB HDD, install and configure syncthing. Offer to do the same for him. Seriously, it's very good.

  78. All good info by tbarnett67 · · Score: 1

    Lots of great info here. Unless you have copies of your data off-site, its not backed up. If your home burns down with your expensive NAS with whatever RAID config, your data is gone forever. I RAID & burn to BluRay at home, and I also use BitTorrent Sync to backup my data onto friends/relatives computers in other states. You can create read-only folders so your buddies won't delete your stuff. And if you have pictures of your wife's jigglies, zip them up in a password-protected archive so your buddies won't share them with their buddies. :) TB

  79. Upload to Anonymous ftp by rsilvergun · · Score: 1

    and let someone else do it?

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  80. ecc for home backup? by Anonymous Coward · · Score: 0

    thats pretty extreme on wallet.

    just copy to usb disks or a cheapo nas thats not routed to internet. filo stack of usbs would be better but more work. run a check after making a backup to make sure you can read it... these are backups were talking and not archival and automating to nas could leave you syncing a deletion.

    even if it was archival there are fairly limited options to storing terabytes on a budget and hd's are the most practical even then. cheapo raid usb/nas thingys have their own set of pitfalls like destroying the whole array in one event too, better just use the money for separate unconnected disks and once you go through the stack check what you are making backups of again and that your script copies and checks the right stuff.

    1. Re:ecc for home backup? by NotAPK · · Score: 1

      "thats pretty extreme on wallet."

      Not really. Though you will probably pay more for a motherboard that supports it.

      Worth it. Look up the stats on memory errors. With the volume of data commonly being handled (say 10s TB per week, if backing up a 2TB working set every day) the chance of a memory error becomes realistic.

  81. Re:Come the .... on by Z00L00K · · Score: 1

    Or if you run Microsoft you use the command "xcopy /s/e/v a:*.* b:" (Tweak as needed)

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  82. Re: Come the .... on by Anonymous Coward · · Score: 0

    Robocopy

  83. Can We Drop the "Online" Vapor? by rally2xs · · Score: 3, Informative

    C'mon, online backup? Really? The poster said "terabytes." Cable companies in this area say "hundreds of kilobits per second" as an upload speed. That'd be 10's of kilobytes per second. How long? Get optimistic at, say, 800 kbps -> 80 - 100 kBps and you have a really long time. Lessee, 2 X 10^12 bytes / 1 X 10^5 kB/s = 2 X 10^7 seconds = 20 million seconds to upload 2 terabytes. 20 X 10^6 seconds / 3.6 X 10^3 seconds / hour = about 5.5 X 10^3 hours, or 5,500 hours. 5,500 hours / 24 hours / day = 229 days. I aborted Carbonite some years ago when I had only a couple hundred gigabytes,it was _NOT_ uploading every single file on my disk, and looked like it was going to exceed 3 weeks to do it.

    1. Re:Can We Drop the "Online" Vapor? by Anonymous Coward · · Score: 0

      I use www.backblaze.com and have 4tb backed up there. I have 100mb down and 30mb up so not really an issue.

    2. Re:Can We Drop the "Online" Vapor? by Anonymous Coward · · Score: 0

      Crashplan allows you to sent a harddrive with the initial seed of data. And inexpensive too.

    3. Re:Can We Drop the "Online" Vapor? by Anonymous Coward · · Score: 0

      C'mon, online backup? Really? The poster said "terabytes." Cable companies in this area say "hundreds of kilobits per second" as an upload speed. That'd be 10's of kilobytes per second. How long? Get optimistic at, say, 800 kbps -> 80 - 100 kBps and you have a really long time. Lessee, 2 X 10^12 bytes / 1 X 10^5 kB/s = 2 X 10^7 seconds = 20 million seconds to upload 2 terabytes. 20 X 10^6 seconds / 3.6 X 10^3 seconds / hour = about 5.5 X 10^3 hours, or 5,500 hours. 5,500 hours / 24 hours / day = 229 days. I aborted Carbonite some years ago when I had only a couple hundred gigabytes,it was _NOT_ uploading every single file on my disk, and looked like it was going to exceed 3 weeks to do it.

      2x10^12 B/ 10^8 B/s = 2x10^4, units are important

    4. Re:Can We Drop the "Online" Vapor? by rally2xs · · Score: 1

      Yeah, units _are_ important, and 2 X 10^12 B / 10^5 B/sec (10^5 B/sec = 100kBs) = 2 X 10^7 sec. An extra "k" crept into the units label in my original writing, but the proper divisor is 10^5, or 100,000 B/s, resulting in 2 X 10^7 seconds, and that makes for a very long time to do upload 2 Tb from these parts of the world, and this is Virginia, not Zimbabwe.

    5. Re:Can We Drop the "Online" Vapor? by Anonymous Coward · · Score: 0

      Move somewhere better? Hundreds of kilobytes per second is simply impractical today. I get 30Mbps or more upload and that's not particularly fast. Off-site backups are the way to go and the online kind are the cheapest and easiest. The only real alternative is tape or HDD and store them in a safety deposit box or something. Honestly, if you want to play with big storage numbers you need to the infrastructure to do it.

  84. Cloudberry to Amazon Glacier by Anonymous Coward · · Score: 0

    I use Cloudberry to backup to Amazon Glacier, it had great logging of the backups it runs and has been very reliable for me. One thing: data restores are not free. Cheap, but restoring the whole 2tb of photos could be many dollars, or more. I should figure that out for myself!

  85. Syncthing is your friend by Anonymous Coward · · Score: 0

    I use syncthing tool, mainly for two reasons - it is quite reliable, and it supports file versioning. So, if something screws your files on one end, the other syncing machines are most likely to have good (and easy to recover) data.

    It is kind of a CPU hog, though.

  86. Backup server +archive to cloud by kosmosik · · Score: 1

    First of all build yourself a decent local file server. Simple PC with two 4TB drives will do. Then load it with FreeBSD and create simple mirrored ZFS volume on these two drives (also have volume for the OS itself). Then share that volume with whatever protocol you prefer (SMB would be OK). Then move all your stuff to this fileserver. Now you have all your data on a self healing volume - this is very important because with few TB data you WILL notice that the data gets degraded over time - you will randomly loose some bits (so also individual photos) here and there.

    Now when you have all that data in one place (file server) configure it to archive (backup) the data online to some cloud service like Amazon, Blackblaze or similar.

  87. Storage spaces is fine by Anonymous Coward · · Score: 0

    You can setup pools with different raids, which is nice.
    I use Storage spaces for all my raids...internal & external.
    You might want to consider REFS too, to be super secure since they're your pics.

  88. 2TB is not that much by Anonymous Coward · · Score: 0

    I've got a file server that has a useful storage capacity of 15TB. It consists of 8 WD Red 3TB drives in RAID6 with a hotspare available. These are attached to an LSI RAID controller with two mini SAS interfaces. The controller is there to allow not pursuing a motherboard with at least 8 SATA3 ports and a compatible socket. Also there's always one more HDD and RAID controller around in case of a failure. But as others have said RAID is not backup. So there are also 3x3TB HDDs used for weekly backup of everything. These drives are kept offsite except once a week during the actual backup. I was considering a tape backup but LTO drives supporting newer types of tapes are way too expensive. Someone mentioned Backblaze, which is definitely a cool option but I have no way of uploading 9TB of data to them.

    Though, for only 2TB of data this here is an overkill in my opinion. I would recommend something like a single drive that is big enough and syncing the data on regular basis.

  89. Crashplan between friends by Troed · · Score: 1

    You probably have a friend with a similar question. The solution is that you buy a backup disk the size you need, they buy a backup disk the size they need, you both install it at the others place and then you run Crashplan between yourselves. That gives you off site version controlled backups.

    Done.

  90. RAIDZ by Anonymous Coward · · Score: 0

    ZFS.
    RAID sucks. Set up ZFS and use live snapshotting to get the "time machine" file history feature.
    Scrubbing and re-silvering run in the background and do not take your offline.

    (then add some kind of off-site backup and you're golden!)

  91. It is encrypted by Immerial · · Score: 1

    Crashplan's remote backups are encrypted with their key. If you want to be super paranoid/safe, you can also go with the plan that allows for your own personal key instead of theirs... but you better not lose it or you're really fucked!

    1. Re:It is encrypted by Mr+D+from+63 · · Score: 1

      Great info. Thanks

  92. Re:Come the .... on by Anonymous Coward · · Score: 0

    If the rsync checksum fails after copying terabytes of data, how do you know which drive is corrupted? You don't, all you know is they're different.

  93. raid plus bare drives to backup by Anonymous Coward · · Score: 0

    I have about 18TB of data on a raid array. I back it up using bare drives, a drive dock, and unix scripts which break up the backups using the alphabet.

  94. Two terabytes of photos!? by Anonymous Coward · · Score: 0

    If we account 10MB per picture that makes [at least] 200,000 (i.e. two hundred thousand) photos! Like 55 years of pictures at ten pictures a day, 24/7... IIF a single individual and with that quantity chances are most of them can be trashed since hardly to be viewed again... I'd say time to tidy up the place. But, well, my opinion only.

  95. The best 20th century techniques ever! by dscottj · · Score: 1

    Sneakernetting a hard drive back and forth to the office? Really? That crap was an old PITA in 1999.

    Do yourself a favor, sir. Get a consumer-level NAS that supports backup to Amazon's cloud. Buy their unlimted plan for $5/mo. Set up the client the way you like it. Boom. Done.

    --
    AMCGLTD.COM. Where cats, science fictio
  96. RAID is not backup by rocqua · · Score: 1
    RAID is not backup. RAID is hardware resiliency, but it does nothing against either accidental / cryptolocker deletion. Nor does it help in case of fire.

    I heard great things about backblaze. I don't use it, but only because it doesn't work well with my NAS setup.

  97. Storage Spaces by Not-a-Neg · · Score: 1

    I dumped Linux on my file server that was using LVM for storage pools due to problems with Samba disconnecting in the middle of video streams and switched to Windows 10 using Storage Spaces instead. Windows 10 has been rock-solid with the only nagging issue being the automatic reboots from updates. My setup uses a full tower case with dual 4x3 5.25" SATA hot-swap modules from iStarUSA connected to a HighPoint RocketRAID (non-RAID card.) I have a total of 8 WD RED drives, currently 6 4TB drives and 2 6TB drives divided evenly into two Storage Spaces of 18TB each. One of the Spaces serves as the primary "Archive" and the 2nd set serves as the "Backup". I then have SyncBack Free running as a scheduled task in the wee hours of the morning to sync the two spaces, basically duplicating whatever is on the Archive to the Backup. This is not without risks, I run the risk of massive downtime in the event that any part of the computer fails, and also if something goes screwy with the Archive the automated sync will just duplicate the screw-up to the Backup. The data is not valuable to me though, just backups of media I own physical copies of (I do not torrent anything.) My long term plan is to build one smaller system with 4 drives to serve as a secondary Backup that will be synced manually. The cost of the drives is the main thing holding me back at this point. At present I upgrade 2 drives a year with larger capacity drives. I originally started with 2TB WD RED drives and have cycled through 3TB and 4TB drives. Not a single drive has failed on me. The 2 6TB drives were this years edition and I expect to swap in 2 more next year, maybe even step up to 8TB if they become affordable. Constantly upgrading storage drives is how I avoid catastrophic failure of drives, in fact after more than 20 years I have not had a single drive fail on me while in use. Even with SSD drives I have cycled them out within 3 years of original installation.

    --
    -==- Buy a Mac and leave me alone!
  98. A New Individual Backup Paradigm Is Needed by tabdelgawad · · Score: 1

    In my view, people are too rigid with 'RAID Is Not Backup' and '3-2-1' schemes. I think these ideas are fine in an enterprise setting, but in an individual setting, people have different needs that depend on what they're guarding against. And the likelihood of what they're guarding against will vary depending on individual settings. For example:
    1) For most people, the most likely risk is hardware failure. The first line of defense has to be a scheme that can survive the failure of a hard drive. In that sense, hardware RAID is ok, though something software-based (Storage Spaces, DrivePool, the various RAID-like schemes) is much better.
    2) The risk of flood/fire will vary depending on whether you live in a flood-zone basement or a city high-rise. If you live in the latter, there's no point wasting sleep on guarding against an unlikely risk.
    3) In 30 years of computer use, I don't think I've ever deleted something accidentally that was beyond recovery. Again, this may not apply to you if you're a command line jockey, but if you live in GUI world, this is not a risk you need to worry about.
    4) It's hard to corrupt data in software. Programs can get borked, and OS installs/updates can be messed up, but data usually remains accessible unless there's a hardware failure.
    5) How likely is a ransomware attack? What if you're careful about security? Is it worth it guarding against this risk?
    6) You have to weigh the recovery effort/cost vs the protection effort/cost. Rather than spending time and money making sure you implement and maintain a 3-2-1 scheme, you might consider living with some small risks of data loss or time-consuming recovery.

    --
    Imposing Libertarian views on everyone online since 1992.
  99. $320 from Newegg by bagofbeans · · Score: 1

    ASRock C2550D4I Mini ITX Server Motherboard

    Intel Avoton C2550 Quad-Core Processor

    Has 12x SATA, takes ECC memory

    1. Re:$320 from Newegg by NotAPK · · Score: 1

      Thanks, looks like a great choice for a file server, especially if running ZFS.

  100. DLT or LTO (i.e. tape). by aussersterne · · Score: 1

    Some people swear by optical media for archival and backup, but I've had trouble restoring data with different optical devices and media just 3-5 years after write, so I don't trust them.

    Tape, on the other hand, is venerable and proven—so long as you stick to what the big boys use.

    At the top end, DLT and LTO are both still very expensive, but as they age out, they end up on eBay relatively inexpensively. The mechanisms are very robust, repairs and replacements are readily available, media is in channels, compatibility is very good.

    You can pick up a used-but-verified LTO-4 drive for $200 on eBay. SAS controller, $20-$40. Media ~$20/ea for 800GB/1600GB per cartridge. So you can get rolling at less than $300 for a complete backup and go from there.

    If you want to run cheapskate, DLT-VS1 ("DLT-V4") drives often come up on eBay tested and working for $80-$100 for SATA, eliminating the need for a host adapter of any kind. The VS-160 tapes (160GB/320GB on a DLT-V4 drive) can pop up in boxes of 10 for $100-$120. So if you're patient, you can get rolling there for under $200 if you get lucky, though you'll wait around a long time and switch a lot of tapes to get your full backup done.

    Just avoid helical scan tapes at all costs (AIT, DDS/DAT). The reliability is crap and the media quality is crap. Wine linear tape (DLT, LTO) is what you want if you're going to run data onto tape for backups. This opinion comes from two decades of experience.

    --
    STOP . AMERICA . NOW
  101. Backup requires file copy by Anonymous Coward · · Score: 0

    RAID is an availability tool, not a backup tool.

    A backup regime protects from:
      - user and sysadmin error
      - software bugs
      - security compromise
      - fire and theft

    Backups are also good if you end up painted into a corner and need to migrate the format in which the data is stored with delete/restore.

    RAID makes the former two worse, not better. If you can't afford 2x the storage, I think you can't do backups, not with the current SATA command set. If you can afford 2x but no more, then do rsync backups, no RAID (though I understand this is flippant because you don't want filesystems bound to disk sizes). If you can afford more than 2x storage, then convert each backup replica into a RAID that allows losing two disks: either a three-way mirror or a reed-solomon scheme, and do rsync between the two RAIDs.

  102. Raw photographer's advice by Anonymous Coward · · Score: 0

    Am at 28TB of data so far, and counting. More than 200K pictures and counting. Getting worse by the years with bigger sensors.

    I have multiple copies of my stuff.

    For the top of the crop:
    1- What's new, what's to be processed, and my best pictures (in raw and lossless post-processed) on my main laptop, which has a 750GB 2nd drive just for that (yeah, removed the DVD burner - no use for it anyways)
    2- Post-processed pictures in JPEG low compression are on my web site for purchase and for safekeeping.
    3- My computer (Mac) has a Time Machine running towards a 4TB external drive. So far, it's able to cope with 1.5 years worth of backlog by being careful.

    For everything:
    3- All my pictures are sorted with my picture management software, in a single folder, on my server. The server has a FW800 16-drive bay in RAID-5, full of 2TB (these were the usual back when I started using it). So far, I replaced about 8 failed drives. They are now on a roll, and consistently die every 6 months.
    4- I have a full server backup, with a USB 2 (yeah ... slooow) in RAID-5, but with 3TB drives. That drive has lost 1 failed drive so far.

    For the worst case scenario:
    5- My friend keeps a copy of my important pictures in RAW and in postprocessed lossless compression at his home. I update this every few months.

    My next steps will be to replace my old 2010 server with a recent machine, and the drive bays with USB 3 / Thunderbolt / ... boxes, with 7x archival 8GB and 1x 2TB SSD for caching so the drives can spin down.

    So far, my rig HAS broken down twice for every single piece. So, take any number, and they broke at least twice for irrecoverable failures, each number individually. I even had a case where 2 numbers broke down at the same time, making me lose weeks of time to rebuild stuff. -- These things happen. Whether software or hardware failure, or hacking (never happened to me so far), these all will break your flow. Just make sure your backupS are automated, works well, efficient, and up to date. Please don't wait for it to break before checking if your backup works :) At least check it once per 1-2 months, in case.

    Good luck! And you are part of the solution! Most people don't care about backups!

  103. Storage Spaces by Anonymous Coward · · Score: 0

    I have used Microsoft Storage Spaces with 2 x 4TB disks for many years and there are some advantages. I've replaced my motherboard, CPU, and Windows Operating System and the Storage Spaces RAID just works. Its plug and play and that part is fantastic. You don't need to worry about how to move the RAID from old hardware to new hardware.

    The downside is the access read speeds. It takes several seconds for the spinup to occur and it causes frequent lag. The other major downside is gaming... forget about playing games installed on your Storage Spaces RAID. Most games just crash to desktop or boot to black screens. This includes pretty much all the modern Ubisoft and Deep Silver games. None of these games run on Storage Spaces RAID.

  104. What a great click bait question by Anonymous Coward · · Score: 0

    Oh look. An article about backing up files. I have files. I should back files up. What should I use.

    Storage Spaces? What is that? "Click".

    And you even provided a handy web link. So thoughtful

    Schmuck.

  105. An illustration by MSG · · Score: 1

    https://www.penny-arcade.com/n...

    Lots of people are repeating the refrain "RAID is not a backup." To that, I want to add an illustration of what that means. If there's only one place your data is located, you don't have backups.

    If your data only exists on a "backup" drive, then it isn't backed up. You need to have two, and a single RAID volume doesn't provide that. No matter how many disks are in it, a RAID volume is just one "place." The same goes for Storage Spaces. If your disks are mirrored, then corruption or accidental deletions will remove the data from both.

    Of the three proposals, only the last one would actually give you a backup.

    Personally, I want as much distance from my data and its backup as is reasonably possible, so my recommendation would be for cloud backups or, if you don't like that idea or the price, then a small NAS for backups. A WD My Cloud 4TB (which will be 2TB in RAID1 mode, which I recommend) runs $180.

  106. Re: Come the .... on by Anonymous Coward · · Score: 0

    This. Xcopy is a poor relation compared to robocopy. Xcopy is OK for small shell scripts but useless for big backup sets.

  107. For some real peace of mind, by tehlinux · · Score: 1

    I suggest RAID0. No need to wait for syncing and no need to worry about recovering any of your data when it inevitably crashes.

    --
    Most linux users don't know this, but the man pages were named after Chuck Norris. Chuck Norris fsck'ing hates noobs!
  108. Multiple, independent spindles by Anonymous Coward · · Score: 0

    I use a file replication program to create a second copy on an external disk whenever a file update in the designated directories happens. Then it creates another copy to another external disk once daily. Periodically (I have a weekly reminder in my calendar, but sometimes I do it more often) I bring home yet another external drive from work, replicate to it, and take it back to work with me. On top of that, I have TimeMachine running. I also periodically (every time I update it) dump my photo archive to a 512 GB SSD & a 512 GB thumb drive -- I expect to need to go bigger sometime next year. These stay in my go-bag, so they are always with me. Worst case, a single disk failure shouldn't cost me any data and two failures should cost me at most a day. If the house burns down, I should not lose more than a week's worth of non-photo data. RAID has burned me too many times in the past -- I consider it nothing more than a single spindle in my backup scheme...

  109. Storage Spaces + Crashplan by SummerKitty · · Score: 1

    I have been using storage spaces on a Windows 2012 R2 server for 3+ years now and it's been fine. I have 6 x 3TB drives in a parity storage space using REFS (not NTFS) and run a SMART monitoring ("WindowsSmart") program that emails me every day. I have no idea why this functionality wouldn't be built into the server. Twice it's reported questionable health (one time was CRC errors due to a bad cable, the other time, the drive was accumulating errors); I replaced the drive and the array rebuilt quickly. This is software, not hardware raid, of course, and it does sometimes pause when copying lots of new data.

    The most important data (documents, family photos and videos) are backed up to CrashPlan. I'm currently pushing 5TB there. I have it set to throttle uploads to 5mb/sec (I have TimeWarner-now-Charter's '200mb down/20mb up plan without caps) and, while I can't say how long it took to initially synchronize, it keeps up nicely now. I back up raw VHS family video captures, which are 14GB/hour so the originals are always available.

    The data that's not backed up onto Crashplan is backed up onto a local QNAP 8-disk NAS that I was able to pick up for a great price. I stick old drives into it and use RSYNC to manually duplicate the remaining data across the QNAP's varied 1.5 and 2TB drives. If one of them croaks (and it happened once), I just replace it and hope the Windows 2012 server doesn't croak until the data is copied again.

    But all the stuff I wouldn't want to lose in a fire is in Crashplan. It's very inexpensive in the US (something like $60/year for unlimited backup storage) and kind of a no-brainer for anyone with the upload bandwidth and no cap. And yes, I have recovered some accidentally deleted files, although I can't swear they're all available.

    The only thing I'd do differently is use NAS drives in the server instead of cheaper desktop drives. The prices are much closer now than they were back in 2013. I noticed when the one drive was failing that copies to the server would pause for 30 seconds at a time, but the array never dropped offline. Presumably NAS drives wouldn't exhibit this problem.

  110. Multiple, independent spindles by jonfrei · · Score: 1

    I use a file replication program to create a second copy on an external disk whenever a file update in the designated directories happens. Then it creates another copy to another external disk once daily. Periodically (I have a weekly reminder in my calendar, but sometimes I do it more often) I bring home yet another external drive from work, replicate to it, and take it back to work with me. On top of that, I have TimeMachine running. I also periodically (every time I update it) dump my photo archive to a 512 GB SSD & a 512 GB thumb drive -- I expect to need to go bigger sometime next year. These stay in my go-bag, so they are always with me. Worst case, a single disk failure shouldn't cost me any data and two failures should cost me at most a day. If the house burns down, I should not lose more than a week's worth of non-photo data. RAID has burned me too many times in the past -- I consider it nothing more than a single spindle in my backup scheme...

  111. Got a buddy nearby? by phorm · · Score: 1

    Now how you do this really depends on your location and/or ISP, but some ISP's do not count in-network traffic against your bandwidth, so if you have a buddy on the same ISP you could set him/her up with a little box and a few hard drives, running something like "ez-ipupdate" to keep track of either his IP or yours. Have a sync job that runs regularly.

    Worried about your somebody seeing your tax info in the backups (or ya'know, pictures of your wang, etc)? Run something like "duplicity" which encrypts the backup.

    Now if your ISP does count in-network bandwidth, or just otherwise sucks, and your buddy lives farther away but still within visual range? Do what some friends of mine did and setup a point-to-point wifi. It's actually pretty cool what bandwidth you can get with a pringles can, metal colander, and some cheap wireless gear. If your buddy happens to be a neighbour, then you could also trying stringing some cat5e/cat6 between your houses.

  112. Data corruption: by Anonymous Coward · · Score: 0

    The problem with having another backup is when you get bit rot on your data. Remember those old Amiga disks that are unplayable today? Or that old Winrar archive which you can not open anymore because of corrupt data? Or old VHS casettes that are fuzzy? Data rots given enough time. Say you get corrupt data on a winrar file without noticing it, and you back it up to another disk. Now all your copies are corrupt and you have no correct file. The same when you copy to three disks or off site. You never know when a file gets corrupt, and there is a risk you spread the corruption to every copy.

    So how to solve this problem? You need to checksum every file every month or so. And as soon you are going to backup your file, you need to verify the file data integrity by comparing checksums. So you need to store all checksums in a file and regularly compare every file to the checksum file. And when you modify a file, you need to update the checksum. Do this on three different hard disks if you value your data. You see that this quickly gets out of hands when you have many files, and try to keep only the most recent file. This can be a real pain, and if you screw it up juggling lot of files you are toast.

    So, are there any automatic software doing this for you? The software should automatically compare checksums as soon as you touch a tiny amount of data block on the disk. And if there is a corruption, the software should repair the data and inform you. And you could just tell it to examine every data block on the entire disk and it should compare the checksums whenever you tell it to do so, say every week or so. This software exists, and you dont have to do anything. All this happens in the background without you having to do manual steps or so. It is all automatic. And it is called "ZFS", which is a filesystem and it is much safer than hardware raid, according to computer scientists. Research shows it is the safest storage solution out there. And it is free open software.
    https://en.wikipedia.org/wiki/ZFS#Data_integrity
    The drawback? It does not exist on Windows. You need to use Solaris, Linux or FreeBSD or Mac OS X. Or you use FreeNAS which is a storage appliance and it is very easy to setup. Read more on FreeNAS.

  113. WTF? by AF_Cheddar_Head · · Score: 2

    He is backing up photos, why are you assuming a 2TB working set every day?

    A weekly full -->2TB with daily incrementals --> maybe 20MBs doesn't equal 10s of TB per week.

    I agree on springing for the extra cost of ECC memory (motherboard + ECC RAM) on a FreeNAS box but let's be realistic here on the volume of backup necessary.

    1. Re:WTF? by NotAPK · · Score: 1

      "With the volume of data commonly being handled"

      I was speaking generally about workloads that most enthusiasts may encounter these days. I can go out for the weekend and shoot a few GB of photos and a few hundred GB of video very easily. Which you're right, isn't anywhere close to 10TB a week.

      But when I wrote that post as well as exaggerating the data load I was also imagining that the user might make complete snapshots once a week: i.e. a full copy of everything. We both know that's a stupid way to do it, but it happens.

      Heck: if I buy a new 10TB HDD and want to migrate everything over to it, then it will take a week to copy and I'll be facing the reality of potentially hidden and uncorrectable memory errors occurring during the copy simply based on the volume involved.

      Anyway, we both agree: ECC for the win.

    2. Re:WTF? by Anonymous Coward · · Score: 0

      (shrugs) if you use a good backup program (borg backup), snapshots are basically free because it just creates an incremental (as well as doing variable block deduplication and compression).

      Used to backup a mail server (100GB, 3-5 million files). It took 6-7 hours with rdiff-backup, while attic or borg did the nightly backup in 10-20 minutes.

  114. Re: Come the .... on by mythosaz · · Score: 1

    robocopy source destination /mir /r:0 /w:0 /xj

    xj is the default for most modes, but more likely better safe than sorry.

    Don't get your destination and source backwards with /mir :)

  115. USB Drives by ebvwfbw · · Score: 1

    Do not, I repeat, DO NOT trust online backup. Look at the terms of service and such. Unless you don't care about your stuff, don't use them. I know several people that have lost their machines that way. All they can say is - "so sorry." I advised a woman tech writer to not do that. She was in tears as her laptop was away for over 1 month being repaired. Carbonite has a 30 day retention. Then - DELETE! The laptop came with a new disk drive. I salvaged a lot of her stuff off of an old deleted volume that she meant to have destroyed. Lead a horse to water... Besides, when you upload it someplace, who has access? Do you trust them? Who knows what they're doing with it.

    Buy USB mechanical drives, back up to them. Do yourself a favor and check them out from time to time and have multiple copies, and better yet, off site. Sure, you can crypt them. Use a simple password that you'll remember because if you put it in your phone, you may not have your phone anymore when you need it. Sometimes when things go bad, they really go bad. You may have what's on your back and little more. I know people that have lost their whole house. I nearly did.
    Every month I run a fsck on them just to make sure. They are normally kept in a commercial grade safe. Not a cheapo sams club safe this sucker is over 700 Lbs.

  116. If only pictures and videos by Anonymous Coward · · Score: 0

    I would recommend you upload to Google photos, they will be searchable and de-duplicated in case of multiple copies

  117. I shoot events as a sideline and have done since by aussersterne · · Score: 1

    the late '90s in digital.

    I have a library of about 180k photos. You retain originals in case someone goes back to a contact sheet and wants a reprint or an enlargement a decade later or something. At a typical event I will shoot between 100 and 1,000 images. Sometimes, depending on conditions, I will shoot RAW.

    My current gear is 24mp SLR and generated files are on the order of 12-15MB each for JPG images. I can easily lay down 12GB a shoot or 50GB in a week.

    I keep an online 12TB RAID-1 library and then have 3 backup sets on LTO, rotated, with one set always offsite.

    I know a person that does video editing and production as a sideline for corporate clients, mostly working on online ad videos and 30-second spots. They keep archives as well, because it's not uncommon for a client to come back several times over a period of several years to want minor tweaks to something that's already run (for versioning or feature changes, slightly different voice track, color edits, text overlay edits, etc.). They have even larger data needs.

    Point being: even many individuals and small businesses *do* have legitimate, productive needs, and your condescending view is just a tad narrow.

    --
    STOP . AMERICA . NOW
  118. Get a DROBO by Anonymous Coward · · Score: 0

    First I'll point out that this is NOT a backup. If you want a backup/archive either upload it to a server or put it on media and get it offsite.

    However for the use case you are currently using your RAID configuration, which I'm guessing is just I want to have all of my stuff somewhere I can easily access, but (probably) won't get lost due to hardware failure, get a drobo.

  119. Some tools by strombrg · · Score: 1

    For speed, it's hard to beat an rsync wrapper like Backup.rsync: http://stromberg.dnsalias.org/... . It doesn't deduplicate super-well, and it doesn't compress on disk, but like I said, it's fast. It's quite good at removing old data that you don't care about anymore.

    For frugality, consider something like backshift: http://stromberg.dnsalias.org/... . It deduplicates quite well, and compresses everything (including most metadata) with xz. It also makes it easy to expire old data, unlike a lot of backup software you'll see.

    Full disclosure: I wrote both of them.

    Here's a table comparing some common backup tools: http://stromberg.dnsalias.org/...

  120. ZFS by hoggoth · · Score: 1

    You need to protect against (1) the hard drive dying, (2) the whole house burning down, (3) bit-rot making some of your photos unreadable over time, (4) ransom-ware encrypting or deleting your photos.

    Here's what I did:

    I set up a small cheap PC 'backup server' with ZFS on Linux and two mirrored 4TB drives. Dropbox keeps my photos synced directly to this backup server and a simple script copies over any new photos to a folder. Another simple script makes ZFS snapshots of any new files or changes every 15 minutes. On ZFS this takes almost no space or time, only the changed disk blocks use any space. I set up a second identical backup server and put it in my office. If my office didn't allow that I could have put it at my brother's house. My server does a ZFS send periodically to keep the servers in sync. The server does a weekly 'zfs scrub' to check the file checksums.

    The mirror makes sure a dead hard drive doesn't lose my files. The snapshots make sure if someone accidentally deletes files or a ransom-ware gets them I can get them back. The scrub protects against bit-rot. The zfs send to the second server protects against the house burning down.

    Alternatively if you don't want to mess with Linux and ZFS, just use Crashplan's free option and have it store a second copy of your backups on a second computer at your office or friend's house.

    --
    - For the complete works of Shakespeare: cat /dev/random (may take some time)