Show HN: Baxx – Unix-friendly backup service
121–130 of 203 posts
Re: Show HN: Baxx – Unix-friendly backup service
#122Earlier quoted context omitted.
Borg is also big on deduplication
Deduplication is one the things that drove me to Borg: it has the speed and space saving of an incremental backup but every single backup can be used as it was a full backup. It is also very easy to setup a pruning policy for old backups, so that you can say that you want to keep one backup per day for 90 days and after that only one backup per month for 2 years.
Re: Show HN: Baxx – Unix-friendly backup service
#123Earlier quoted context omitted.
Borg is hands-down the best backup utility I've used. I also use Borgmatic for some added niceties around checks/notifications/etc.
I recently launched a backup service for Borg – https://www.borgbase.com . Also big on monitoring (email, pushover, webhook), as this is a common concern for backups. It just lacks terminal-based registration. :-) You could use the GraphQL API to manage everything from the command line if you really wanted.
Re: Show HN: Baxx – Unix-friendly backup service
#124Re: Show HN: Baxx – Unix-friendly backup service
#125Earlier quoted context omitted.
Does anyone know how it compares to Restic? That's what I've been using and have been pretty pleased. It seems like the main difference is that restic supports integrations with other services, whereas Borg seems uses SSH for its connections
One big disadvantage of restic at the moment is that it doesn't do compression ( https://github.com/restic/restic/issues/21 ). I was using restic and switched to borg because of that and could save hundreds of gigabytes.
Most large files are already in compressed formats: mp4, zip, tgz, jpg, etc.
What you _really_ want is deduplication (which restic does), so that chunks are only stored once, even if multiple machines sharing some data back up to the same repo. Dedup saves me about 30% per backup repo in my own experience.
Not saying compression wouldn't be nice (to have done properly, it is somewhat at odds with encryption), but I'm just saying I don't think it's worth making it a #1 deciding factor.
Re: Show HN: Baxx – Unix-friendly backup service
#126Earlier quoted context omitted.
The encryption in Borg is weak but otherwise it works well if it fits your use case.
Can you give more details on how the encryption is weak?
> When the above attack model is extended to include multiple clients independently updating the same repository, then Borg fails to provide confidentiality (i.e. guarantees 3) and 4) do not apply any more).
Re: Show HN: Baxx – Unix-friendly backup service
#127Earlier quoted context omitted.
This is correct. Visit English and French versions of a Canadian retailer, e.g. Amazon.ca. The English version follows English rules ($29.99) and the French version follows French rules (29,99 $) even though the currency is Canadian dollars for both. EN: https://www.amazon.ca/?language=en_CA FR: https://www.amazon.ca/?language=fr_CA
Writing 29.99 € or 29.99 EUR is still super common even if it's English. This might be in part because the UK never really used euros (and will probably never use them).
Re: Show HN: Baxx – Unix-friendly backup service
#128As cool as this could be, this service is not passing any company-grade backup quality requirements. Also, the price is a complete no. Not because 5€/m is much, but because 5€/m can get you hundreds of GBs of storage in AWS Glacier, with contractual guarantees about your data, how it's managed, etc... Basically, this is a toy. Use it as a toy, not as a service where you'd actually put your company files. That said, g…
Yes... until you want to take anything back out - then you're going to have to wait, and you're going to pay a lot more than €5
Re: Show HN: Baxx – Unix-friendly backup service
#129Re: Show HN: Baxx – Unix-friendly backup service
#130As cool as this could be, this service is not passing any company-grade backup quality requirements. Also, the price is a complete no. Not because 5€/m is much, but because 5€/m can get you hundreds of GBs of storage in AWS Glacier, with contractual guarantees about your data, how it's managed, etc... Basically, this is a toy. Use it as a toy, not as a service where you'd actually put your company files. That said, g…
> because 5€/m can get you hundreds of GBs of storage in AWS Glacier Yes... until you want to take anything back out - then you're going to have to wait, and you're going to pay a lot more than €5