Bup: Efficient file backup system based on the git packfile format
1–10 of 63 posts
Re: Bup: Efficient file backup system based on the git packfile format
#2Re: Bup: Efficient file backup system based on the git packfile format
#3Re: Bup: Efficient file backup system based on the git packfile format
#4Is there any support for that? (Of course, for a large enough hard drive, it's not much of a problem...)
Re: Bup: Efficient file backup system based on the git packfile format
#5Bup 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 currently has no way to prune old backups
Thanks for the rdiff-backup shout-out. I'm looking for a nice way to do system backups to my NAS of large VM images without having to install Crashplan. Bup and rdiff-backup both look pretty good.Re: Bup: Efficient file backup system based on the git packfile format
#6I'm assuming you're not the author. But just in case the author wanders by: How did you decide which parts to write in C?
Re: Bup: Efficient file backup system based on the git packfile format
#7I'm assuming you're not the author. But just in case the author wanders by: How did you decide which parts to write in C?
Re: Bup: Efficient file backup system based on the git packfile format
#8Killer for many commercial, overpriced services.
Re: Bup: Efficient file backup system based on the git packfile format
#9I'm assuming you're not the author. But just in case the author wanders by: How did you decide which parts to write in C?
I once did a presentation about python performance optimization lessons from bup: http://lanyrd.com/2011/pycodeconf/sghxk/
And it's true, I'm not the most active maintainer anymore. The people who took over seem to be doing a pretty good job though.
Re: Bup: Efficient file backup system based on the git packfile format
#10Anything 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 what people are doing? Makes the commercial services sound really cheap.