mirror of
https://github.com/restic/restic.git
synced 2025-12-03 20:51:47 +00:00
Merge pull request #1149 from restic/azure-support
Add Azure blob storage as backend
This commit is contained in:
@@ -4,6 +4,7 @@ package location
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/restic/restic/internal/backend/azure"
|
||||
"github.com/restic/restic/internal/backend/b2"
|
||||
"github.com/restic/restic/internal/backend/gs"
|
||||
"github.com/restic/restic/internal/backend/local"
|
||||
@@ -34,6 +35,7 @@ var parsers = []parser{
|
||||
{"sftp", sftp.ParseConfig},
|
||||
{"s3", s3.ParseConfig},
|
||||
{"gs", gs.ParseConfig},
|
||||
{"azure", azure.ParseConfig},
|
||||
{"swift", swift.ParseConfig},
|
||||
{"rest", rest.ParseConfig},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user