I just discovered borg and it seems to be a good backup system.
I actually use duplicity for large binary files and borg can be an alternative for it.
The good point of duplicity is the large amount of remote backup support such as:
(see http://duplicity.nongnu.org/duplicity.1.html)
It there a plan to support such remote storages in borg?
Thanks.
There is already a amazon S3 related ticket, see there for some background: #102
In short words: not any time soon.
For many of these there are FUSE file systems. But please do realize that some of these services and file systems don't work like a normal file system and have much weaker guarantees for consistency and other things. Which means that e.g. locking might not work as expected, or is sometimes unreliable -- not good when running concurrent jobs.
Some people reported that it works for them.
btw. rsync.net offers a deeeep discount for Borg users (0.03 $/GB/mo TCO) and just worksâ„¢.
btw2. services which offer "unlimited XYZ" for free or at a very low price are usually soft-limited, e.g. very low bandwidth. ymmv.
"locking" for borg is not "file locking" (like posix file locking), but just a (supposed to be atomic) mkdir call. either succeeds (we got the lock) or fails (someone else has the lock).
@renard can you maybe group them by "using proprietary protocol" (and being the only provider offering it) vs. "using standard protocol".
@infectormp sure, I was just listing all remote supported by duplicity.
@enkore FUSE like solution are not portable thus not reliable on every system as you said. Even at $0.03/mo/GB this is more expensive than HubiC (50€/y for 10Tb)
@ThomasWaldmann All protocols here are available using python modules (I didn't dig deep enough for the internals) thus can be considered as standard protocols.
I don't consider it as a standard if only implemented by 1 provider.
@enkore FUSE like solution are not portable thus not reliable on every system as you said. Even at $0.03/mo/GB this is more expensive than HubiC (50€/y for 10Tb)
A user here reported he uses FUSE on HubiC, and that it's throttled to 1 MB/s. I.e. you would spend half that year constantly uploading to fill those 10 TB. As I said above... ;)
btw2. services which offer "unlimited XYZ" for free or at a very low price are usually soft-limited, e.g. very low bandwidth. ymmv.
Ok fair enough.
Was looking if borg could be a reliable solution, I guess it won't for me
Good luck guys.