Alexander Neumann

Results 286 comments of Alexander Neumann

FYI, Nick (@ncw) recently added an option to provide a restic REST server implementation in `rclone` (a cool cloud sync tool which supports many different services) here: https://github.com/ncw/rclone/pull/2116 Among others,...

> Do you know if those changes allow us to proxy a backup? i.e. if the backup is happening on an untrusted computer, and we need to keep the cloud...

> So, I dunno, in my mind, since credentials don't have to be given to the machine doing the backup, does that eliminate the need for the original feature request...

Ah, thanks a lot for the pointer to the PR for rclone. It helped me find a bug in rclone as well as in the REST server :) https://github.com/ncw/rclone/issues/2195 https://github.com/ncw/rclone/pull/2196...

Adding a CLI flag which allows customizing the regular expressions to extract URLs would work, are you interested in working on this?

I think that's possible :)

Hey, thanks a lot for getting this started! I've (slowly) also started working on a WebDAV server implementation, and I think we can join forces here in getting the work...

Thanks a lot! I requested the stack trace on Mastodon (because I was curious), at least one Goroutine hangs in an IO wait (stack trace formatted with `panicparse`): ``` 1:...

Hm, I prefer `cobra`, which we also use in restic, so we don't have to use two different frameworks. You can extract configuration options via environment variables like here: https://github.com/restic/restic/blob/0ae02f30303aecac26f8b5cb54f492d240c6cde7/cmd/restic/global.go#L104...

Nah, I'd love to find the time to migrate restic to GitHub Actions, so I'd prefer that for calens, too. Here are some workflows to get you started (for a...