- 35,014
- 21,725
I think there are some extra zeros there. Half a terabyte is only 500 GB.
I think that the cloud system would have to be considered the mass storage and only download the data that is in use currently. That is usually a very small percentage. I would leave the mass backups and recoveries to the cloud data administrators.phinds said:I back up about about 500,000 gigs so even if it were free storage the download for a backup would be a killer.
I've written a "delta site mirror" program for my wood ID site (200,000+ JPG and HTML files) that I could expand to my whole backup but I would not be happy w/ the amount of time it would take so I use the external drives.
Er Nope.phinds said:No, I meant what I said. Half a terabyte.
Exactly. You are using the cloud as your main mass data storage device and are completely freed from the backup responsibility and knowledge. It is really difficult to run a good backup system. That is the job of a system administrator. The cloud device holding one copy of your data might fail and be replaced without you even being aware of it.MikeeMiracle said:I currently have 1.2TB in cloud backup. I guess the term "backup" is a little misleading.
...
A better way of looking at it is "cloud synchronisation." I used Tresorit as my cloud provider, using this software allows you specify which folders on your computer you wish to "backup" and it then synchronises the files and folders in those locations with the cloud. Whenever I make a change to a file or folder it is automatically synchronised up to the cloud within 30 seconds.
Tru dat.MikeeMiracle said:Oh and periodically check your backups to make sure they are valid and restorable
A short answer: RAID 1 (or 5 or 10).eltodesukane said:There are 2 kinds of hard drives, those who have failed, and those who will fail.
Another problem is: say a virus infected my computer and corrupted all the files for ransom and they all got into my Google cloud. To protect against this, or Pallen's hack, I have another old computer also connected to the cloud which I turn on once every week or month. The 100 or so files that have changed then get copied down to that computer. It gets turned off again. I would have to be unaware of ransom attack or hack for this system to fail. I think.PAllen said:I simply don't trust security on the cloud it has been hacked
eltodesukane said:There are 2 kinds of hard drives, those who have failed, and those who will fail.
Depends on the backup software. Some tape backup apps backup folders and files. Some image backup allow for the image to be accessed as a read-only partition in order to do selective folder | file restore. I actually wrote a similar tape backup program for an Atari ST back in the 1980's (image backup, but show as partition for restore, with the FAT table cached in memory to reduce the number of random accesses).MikeeMiracle said:Traditionally when we think of backups using backup software, they backup to tape or a "backup file" which contains all of the other files rolled into 1 big file.
rcgldr said:I occasionally do full restores in order to "refresh" the data on my hard drives
rcgldr said:I occasionally do full restores in order to "refresh" the data on my hard drives.
I do a folder + file compare after each folder + file backup of a partition. For the image backups, I'll make two of each. I haven't tried comparing image backups yet. I may buy software that creates and checks hashes (like SHA256) keys to verify the backed up files in an image backup.Vanadium 50 said:How do you know you aren't replacing good data with corrupted data?
I recommend getting network attached storage for your home network and use a backup utility that can back up to it. Have this run automatically so it doesn't rely on anyone to make the time to actually make a backup as this is one of those tasks that often gets put off later and later until it's too late. I've had plenty of external drives around here for years, but my laptop rarely was backed up because I would just never get around to it.DaveC426913 said:I've made a start at protecting my files and my wife's files with (another) external drive - a tiny 500Gb drive the size of a short stack of credit cards. This will do for the short-term.
I will figure out some sort of auto-backup process, and I will add redundancy with cloud backup.
The problem I have with any such backup scheme is that it relies on always connected devices. One lightning strike to a nearby tree could fry all attached devices ( exactly this happened to my father). I do not believe surge protectors are sufficient to prevent this in an extreme case ( I have them anyway).Thus, with simpler tools, but greater redundancy, I rely on drives connected only while in process of backing up, stored disconnected from power at multiple locations. I may occasionally go 10 days without backing up if I am distracted by life, but losing a week of stuff is much better than losing everything.vela said:I recommend getting network attached storage for your home network and use a backup utility that can back up to it. Have this run automatically so it doesn't rely on anyone to make the time to actually make a backup as this is one of those tasks that often gets put off later and later until it's too late. I've had plenty of external drives around here for years, but my laptop rarely was backed up because I would just never get around to it.
The situation finally changed when Apple introduced Time Machine into OS X, and it could back up over the network. I used to have a drive hanging off the router to which all my home systems could back up to. I recently replaced it with a Synology Diskstation that I received for Christmas. In an expensive post-holiday inpulse-purchase buying spree, I got four 8-TB drives to install in it. They're configured as a RAID 5 (I think) so if one of the drives fails, I won't lose any data.
For online backups, I use Arq and back up to Backblaze B2 cloud storage. I have about 400 GB stored online, and it costs less than $2 a month.
I've been happy with Arq, so I'll give it a plug here. It can back up to an NAS, so it could presumably be a complete solution for you if you're running Windows or if you have a Mac. No Linux version as far as I know.
Nice garage and rack.nsaspook said:... an old DEC rack in the garage
View attachment 278227 ...
dlgoff said:Nice garage and rack.
DaveC426913 said:Summary:: I want to stop losing my precious projects. I need a reliable way to backup files for me, and friends & fam
I thought I had a long-term backup of my important stuff when I bought a 1Tb Seagate External Drive. It died and took years of projects and memories with it.
Running Win10 on a laptop.
I think there are three options:
Some considerations:
- Another (better) external drive
- Some newfangled solid-state external drive
- Cloud storage
Anyway, I'm looking for advice and personal opinions about what to go with.
- I want to ensure it covers mine and my wife's files - (and, in an ideal world, daughter-in-law-at-separate-residence). Whether that means one, two or three devices/services.
- I think I'll need to set up an auto-backup service for my wife. I personally didn't need one, but I'm more conscientious about securing my important files. But maybe I'll let a computer do something for me that I can do myself. (Big step there.)
- I don't want to spend a half hour every month watching progress bars push my files around. (I guess that's auto backup during off hours)
- I do have my own webhost and domain, if that makes any diff. There is storage there. I'm just not sure it's a serious, robust consideration (I've had bad experiences with webhosts).
Your method works if you have the discipline to back up regularly, but many people, like me, don't. And the fact that traditionally most users didn't back up regularly even when they knew they should suggests that I'm not in the minority. Plus, I live in an area which doesn't get many lightning strikes, so that's not really a concern to me.PAllen said:The problem I have with any such backup scheme is that it relies on always connected devices. One lightning strike to a nearby tree could fry all attached devices ( exactly this happened to my father). I do not believe surge protectors are sufficient to prevent this in an extreme case ( I have them anyway). Thus, with simpler tools, but greater redundancy, I rely on drives connected only while in process of backing up, stored disconnected from power at multiple locations. I may occasionally go 10 days without backing up if I am distracted by life, but losing a week of stuff is much better than losing everything.
I hear this sentiment a lot. What's the reason for your distrust?Cloud I never use and do not trust for anything at all.
Exactly my thoughts. I thought I had made it clear. I am not looking for a business-grade solution, just a home-grade solution. So, no RAIDS, etc.Vanadium 50 said:You have a lot of advice here, but I think you need to clarify what "a certain amount of rot" means. For $0, you will get a total wipe-out every 5 years or so. For $1,000,000, your data will last for a century or more. Somewhere in between is where you want to be.
If you tell us where, we can help you get there.