mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-19 23:32:41 +02:00
Run copying and pruning against multiple storages in parallel (#152)
This commit is contained in:
@@ -35,7 +35,6 @@ type Config struct {
|
||||
|
||||
// NewStorageBackend creates and initializes a new WebDav storage backend.
|
||||
func NewStorageBackend(opts Config, logFunc storage.Log) (storage.Backend, error) {
|
||||
|
||||
if opts.Username == "" || opts.Password == "" {
|
||||
return nil, errors.New("NewStorageBackend: WEBDAV_URL is defined, but no credentials were provided")
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user