aawsome

Results 206 comments of aawsome

> sorry, I should have not taken over this thread with my more specific, and slightly different use case. I'm wanting to use restic as a content store for static...

@darkdragon-001 As I already mentioned, yes it is implemented somewhere else and you can use that until it is implemented in restic. Besides this, I simply closed my activities for...

@kapsiR If you have a backend which allows individual configuration for pathes it should suffice to exclude `/lock` from the the "object lock" or from ACLs which prevent removal or...

@Zaxim The main "problem" of restic not having a resumable prune is that the new index is only stored after all pack files are written. It you rerun an aborted...

You are right, Rust normally compiles to a dynamically-linked binary, basically linking to libc. I didn't get many problems so far with recent distributions to get the pre-compiled binary running....

> I prefer using glibc, because of bugs and missing implementations in musl. Is there a bug or missing implementation in musl which is affecting rustic? About older glibc support:...

@lephyrus Thanks a lot for sharing! Would you mind creating a PR which adds Dockerfiles etc. to the git repository?

@z3cko Would you be able to implement the homebrew distribution? I can easily create a `homebrew-rustic` project for this, but I fear I'm missing time to actually working on it...

Actually multiple sources are already WIP in #458 , so I'd like to change the scope of this issue to just add an `merge` command which is able to merge...

Thank @kuyagic for opening the issue and sorry for the late reply! I think we must overwork the including excluding as there are more topics. When doing the rework, we'll...