Alexander Neumann
Alexander Neumann
Hi, I love this library, but it looks like you did not have the time to maintain it the last couple of years... there are a few open pull requests...
This issue should collect use cases for asymmetric backups. In this situation, restic is able to efficiently create new backups, but unable to decrypt/restore and/or modify old backups. ~~Please add...
**Describe the bug** I've stumbled upon a weird behavior of ZAP, and I think this might be a bug. I've got a server which returns a bit of data (short...
Hi, thanks for writing hublin! I'd like to propose a new feature I find very attractive with other conferencing solutions: sharing the entire screen or a single window. As far...
The library we're using for fuse (https://github.com/bazil/fuse) [dropped support for macOS entirely](https://github.com/bazil/fuse/issues/224) a while back because the source code for osxfuse is [not available any more](https://github.com/osxfuse/osxfuse/issues/590). For now, we've pinned...
This is a followup issue for #816: Add code to allow recovering from a broken/modified pack file.
Transferred from the forum: https://forum.restic.net/t/restic-prune-returns-stacktrace/601 ## Output of `restic version` 0.8.2 ## How did you run restic exactly? ``` Fri Apr 13 22:55:35 PDT 2018 counting files in repo building...
In #318 we discussed and added code in #350 to disabe locking so that restic can be used with a read-only backend (e.g. no lock is created). This might be...
In https://github.com/restic/restic/issues/519#issuecomment-269347162 we discussed what happens when restic is run via cron, and a second instance is started before the first one terminates. This issue tracks adding code which detects...
This commit contains the following changes: - Rename *_freebsd.go -> *_bsd.go - Add build tag to *_bsd.go to build for FreeBSD and OpenBSD - Replace syscall.EPROTO with syscall.EIO, as the...