Bup is lovely. I used it to back up my huge home folder and only switched away to rdiff-backup because (at the time) there was no support for deleting old revisions. Is there any support for that? (Of course, for a large enough hard drive, it's not much of a problem...)
Bup: Efficient file backup system based on the git packfile format
11–20 of 63 posts
Re: Bup: Efficient file backup system based on the git packfile format
#12This is an outstanding project with great potential. Killer for many commercial, overpriced services.
Re: Bup: Efficient file backup system based on the git packfile format
#13How do people who would use this kind of thing manage to have remote servers with terabytes of available disk space on them? Anything is possible with money, of course, but how is this anything other than really expensive? For example AWS S3 would be $235/month (that's $2,820/year!) for 3TB not even including any data-out transfer charges. Sure there are others that are cheaper but only marginally so. Is this really…
Re: Bup: Efficient file backup system based on the git packfile format
#14How do people who would use this kind of thing manage to have remote servers with terabytes of available disk space on them? Anything is possible with money, of course, but how is this anything other than really expensive? For example AWS S3 would be $235/month (that's $2,820/year!) for 3TB not even including any data-out transfer charges. Sure there are others that are cheaper but only marginally so. Is this really…
edit: 45tb for 300€/month: https://www.hetzner.de/en/hosting/produkte_rootserver/xs29
Re: Bup: Efficient file backup system based on the git packfile format
#15Re: Bup: Efficient file backup system based on the git packfile format
#16This is an outstanding project with great potential. Killer for many commercial, overpriced services.
Where would you host the backups?
Re: Bup: Efficient file backup system based on the git packfile format
#17Bup is lovely. I used it to back up my huge home folder and only switched away to rdiff-backup because (at the time) there was no support for deleting old revisions. Is there any support for that? (Of course, for a large enough hard drive, it's not much of a problem...)
http://www.synctus.com/ddar and http://github.com/basak/ddar
It's recently been made available on Homebrew, too.
Re: Bup: Efficient file backup system based on the git packfile format
#18How do people who would use this kind of thing manage to have remote servers with terabytes of available disk space on them? Anything is possible with money, of course, but how is this anything other than really expensive? For example AWS S3 would be $235/month (that's $2,820/year!) for 3TB not even including any data-out transfer charges. Sure there are others that are cheaper but only marginally so. Is this really…
1. Regularly back up "important" directories (code/, papers/, web/, etc.) to fairly safe/redundant cloud storage with incremental history. I have pretty little of this, 2. Occasionally exchange bulk but less-important backups with my brother, so we're each the other's high-latency, questionable-durability "off-site backup". No incremental dumps here, just rsync. This is where my MP3 collection, DVD rips, and similar goes.
3. Photos, which are important but also bulk, go to Flickr, which is free.
4. Don't back up stuff I can re-acquire, e.g. big public datasets I've downloaded to work on, or Debian ISOs. Also, I don't back up the OS, just my data.
There do, however, seem to be some cloud services that offer big full-disk backups for a surprisingly low flat price, e.g. http://www.backblaze.com/ is $5/mo/machine.
Re: Bup: Efficient file backup system based on the git packfile format
#19The most efficient backup system for operating systems I've used so far is 'tarsnap'. The only drawback is that restore is really slow.
Alternately, CrashPlan and other consumer-style services have a bad habit of using very slow, heavy, world-slowing systemwide file update scanning. :/
Having said this, a discussion of the merits and flaws of Tarsnap and similar backup services is something I'm fairly certain I've seen lengthy discussions of on similar HN posts.
(https://news.ycombinator.com/item?id=5767116 is a good source for lots of that sort of discussion)
Re: Bup: Efficient file backup system based on the git packfile format
#20How do people who would use this kind of thing manage to have remote servers with terabytes of available disk space on them? Anything is possible with money, of course, but how is this anything other than really expensive? For example AWS S3 would be $235/month (that's $2,820/year!) for 3TB not even including any data-out transfer charges. Sure there are others that are cheaper but only marginally so. Is this really…