You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here lies an opportunity for adding a real world feature on top of this refactoring: as copying is a read only operation, we could now run all of the operations in parallel and considerably speed up execution times for people that back up to multiple backends. Do you think we should add this here?
In case you're interested, here's an example how it can be done:
Here lies an opportunity for adding a real world feature on top of this refactoring: as copying is a read only operation, we could now run all of the operations in parallel and considerably speed up execution times for people that back up to multiple backends. Do you think we should add this here?
In case you're interested, here's an example how it can be done:
docker-volume-backup/cmd/backup/exec.go
Lines 146 to 169 in b441cf3
Originally posted by @m90 in #135 (comment)
The text was updated successfully, but these errors were encountered: