Alexander Neumann
|
b67c178672
|
Merge pull request #1149 from restic/azure-support
Add Azure blob storage as backend
|
2017-08-09 21:30:35 +02:00 |
Alexander Neumann
|
d9a5b9178e
|
gs: Rework path initialization
|
2017-08-06 21:47:56 +02:00 |
Dipta Das
|
ba75a3884c
|
Add Google Cloud Storage as backend
Environment variables:
GOOGLE_PROJECT_ID=gcp-project-id
GOOGLE_APPLICATION_CREDENTIALS=path-to-json-file
Environment variables for test:
RESTIC_TEST_GS_PROJECT_ID=gcp-project-id
RESTIC_TEST_GS_APPLICATION_CREDENTIALS=path-to-json-file
RESTIC_TEST_GS_REPOSITORY=gs:us-central1/test-bucket
Init repository:
$ restic -r gs🪣/[prefix] init
|
2017-08-06 21:47:55 +02:00 |
Alexander Neumann
|
a726c91116
|
azure: Rework path initialization
|
2017-08-06 21:47:04 +02:00 |
Alexander Neumann
|
072b7a014e
|
azure: User internal errors package
|
2017-08-06 21:47:04 +02:00 |
Alexander Neumann
|
618ce115d7
|
Azure: Use default HTTP transport
|
2017-08-06 21:47:04 +02:00 |
Dipta Das
|
3a85b6b7c6
|
Add Azure Blob Storage as backend
Environment variables:
AZURE_ACCOUNT_NAME=storage-account-name
AZURE_ACCOUNT_KEY=storage-account-key
Environment variables for test:
RESTIC_TEST_AZURE_ACCOUNT_NAME=storage-account-name
RESTIC_TEST_AZURE_ACCOUNT_KEY=storage-account-key
RESTIC_TEST_AZURE_REPOSITORY=azure:restic-test-container
Init repository:
$ restic -r azure:container-name:/prefix/dir init
|
2017-08-06 21:47:04 +02:00 |
Alexander Neumann
|
23c903074c
|
Move restic package to internal/restic
|
2017-07-24 17:43:32 +02:00 |
Alexander Neumann
|
6caeff2408
|
Run goimports
|
2017-07-23 14:21:03 +02:00 |
Alexander Neumann
|
83d1a46526
|
Moves files
|
2017-07-23 14:19:13 +02:00 |