For your home, consider an offline service such automatically backing up to a NAS as well as an online service such as Crashplan or Backblaze.
Today is a made-up day to drive traffic to
our highly prized Sponsors and Offers page
That also used to be one Reddit's feel-good
community projects until guy in charge filed
for copyright and grabbed it all to himself.
? Yes, it's an excellent and widely recongnized holiday.We've got the Attribution/NonCommercial stuff in the logo license to protect against sites implying that we approve of what they're selling. We just want businesses using the logo FOR PROFIT to state that we don't endorse or promote their product. Everything else is free reign!
We definitely never intended to trademark/restrict the use of the term. We just got a bit over-enthusiastic with the legal side of things - now we're trying to put trust in the community instead (which, admittedly, should have happened in the first place).
If none of this makes sense, I'd be happy to explain it further
If you're not a fan of the trademark on World Backup Day™, we have another trademark-free event called Backup Week. :)
https://backupweek.com/the-road-to-backup-week
World Backup Day™ does not endorse and is not associated with Backup Awareness Week
PS: I admit that while I keep backups, I've not once checked that I can actually restore (but I know I should). I suspect many people are the same.
Now, their number one problem isn’t storage per se, since cost per TB is constantly dropping, but uploading data to the cloud. It takes them anything from days to a full week to upload data.
So here’s my $64.000 question. Why hasn’t anyone tried to disrupt this industry? How about setting up a cloud backup company that sends you a portable disk where you write your data and then send it back. From my understanding money isn’t an issue, they would gladly pay tens of dollars on a monthly fee if someone could handle all their backup issues for them.
As I believe many larger backup services do nowadays.
- I backup my online accounts every two weeks. Google has full export including GMail: https://support.google.com/plus/answer/1045788?hl=en . For some websites I use scripts to do website mirroring.
- I make full phone backup every two weeks
- I have incremental daily backups inside computer. So I have daily snapshots of my data for past 5 months.
- I have two USB harddrives, I make full backup 2x a week, every time on different USB hdd.
- online store where I backup every week (slow internet connection)
- and there is a physical off-site backup I do once a month
I found bit flipping problematic only when transferring larger amount of data over network.
I spent last night looking into off-site backup solutions, and haven't yet found one I would be willing to pay for. They all seem to require strange client software to work. Is there anything out there where I can set up an account and simply have cron rsync everything over every week? Why do I need a Java GUI (Crashplan) or some 3rd party python script (Glacier) to do a task that doesn't change week to week?
Also what is the basis for the claim that 33% of people have never backed up anything? It seems like it would be far higher than that, but I'm not really sure what they consider having done a backup. Copying a picture off your camera to your computer might be considered a backup to them.
Keep 2 copies on 2 external HD's. 1 gets backed up twice a year and put into a safe deposit box at the bank. One gets backed up once a month and put stored in filing cabinet in our house. I will also make backups onto DVD occasionally.
In addition to these local backups, I run a daily job to backup to an FTP & dropbox.
Edit: SpiderOak has unlimited storage: https://spideroak.com/blog/20140327085145-spideroak-offers-u...
Edit for completeness: CrashPlan https://www.code42.com/store/#/?d=GET_BACKUP_WBD2014
What Linux backup tools do people use? Currently I'm making do with a bash script that's just a wrapper around rsync, but it'd be nice to have something a little more powerful, especially with the option to back up things to glacier, etc.
This is my daily crontab: http://pastie.org/8982530
Total size Compressed size
All archives 3.7 GB 1.5 GB
Deduplication ftw. mysqldump -u mysql db | ssh 1234@usw-s001.rsync.net \
"dd of=db_dump"and this:
ssh user@rsync.net s3cmd get s3://rsynctest/mscdex.exe
and this: ssh user@rsync.net "git clone git://github.com/freebsd/freebsd.git freebsd"
... and has had a "HN readers" discount for new users for many years now.Next year, with more time, I'll try and add something there!
For your purposes, it would be fine to post something that works on Ubuntu as long as you can verify that it's not Ubuntu-only (if it's open source and works on at least two distros, chances are it works on any distro)[0].
[0] Heck, even most things that are made for Ubuntu work on other distros with minimal modification - it's just a matter of convenience.
Backups go to a local machine with a three drive linux software raid-5 array.
Occasional offsite sync to another remote Linux box.
http://skeptu.com/online-backup-service+has-client:linux-app...
I have a folder in one of my buckets, for example, that I call "archive". I put in there anything I want to store on Glacier long-time. With my lifecycle settings, objects in that folder are automatically moved to Glacier after one day.
This is the first time though I believe that I saw a site eating GPU cycles and this is why I mentioned it.