TW

Results 2663 comments of TW

This is likely because your llfuse is too new (and had api changes meanwhile) and attic was not adapted to it.

@nbecker I suspect this might be because your llfuse package is too new (it would work with an older llfuse package). llfuse had some incompatible changes in the api and...

attic is not compatible with openssl 1.1.0. use borgbackup. ;-)

@jmfernandez ever heard of borgbackup? it's solved there since long.

Ah! Other options would be: - convert archives to borg - patch borg to be happy with the attic magics (just an idea, didn't look deeply in that)

``` + const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *a) ``` @jmfernandez where did you find this? is it official part of the api?

Interesting. So the question now is whether the missing docs are the bug or the function being in that header file.

sounds nice. i already had a usecase like follows for such a feature: imagine a really slow connection between a production server and its (remote) backup-repo server. you are creating...

@dragetd good idea. :)

@amoghe attic has not been updated since quite a while, because of that, tests are failing (always). Have a look at borgbackup (fork based on Jonas' great work).