Frederik Ring
Frederik Ring
On a very high level this could work like this (from the top of my head, so it might be wrong in certain details): - `(*script).file` becomes an `io.ReadWriter` (?)...
I looked into how this could implemented a little and found a tricky detail hidden: if a streaming pipeline would be used that possibly does `create tar archive -> possibly...
If anyone wants to add this, there seems to be an official (published by Dropbox) "unofficial" Dropbox SDK for Go: https://github.com/dropbox/dropbox-sdk-go-unofficial which can do all we need to do here.
> I would like to know if that error lets DVB uploading in the bucket ? Pruning happens at the last phase of the backup lifecycle, so a failed attempt...
Thanks for working on this. As it's a pretty big changeset and also a really important step forward, review might take a while and I just wanted to let you...
> didn't know you already implemented something like that on a different branch I wasn't super happy with that (otherwise I would have merged it), so feel free to stray...
> It looks odd to me to have directories for single files The idea is that package `storage` just defines what a `Backend` is, and then other packages (e.g. `s3`...
> I will wait with any changes in regards to your comments so we don't have conflicting changes, since you are having a look right now. I won't be making...
> For the stats we would need to move the stats recording back to script as well, which is already the case for copy (not for prune though). If we...
> Did you mean with https://github.com/offen/docker-volume-backup/pull/135#discussion_r928274995 and https://github.com/offen/docker-volume-backup/pull/135#discussion_r928108486 comment what I implemented in https://github.com/offen/docker-volume-backup/commit/c42b188448b51517b34526d16e7dc09c7818f351 and https://github.com/offen/docker-volume-backup/commit/164a32bad6564c64437c2fb52fb13c2c4705cb17 (last two commits)? Yes, that's pretty much what I meant, thank you.