Alexander Neumann
|
465700595c
|
azure: Support uploading large files
Closes #1822
|
2018-06-01 14:52:16 +02:00 |
Alexander Neumann
|
c34db983d8
|
Read TLS client cert and key from the same file
|
2018-01-27 14:02:01 +01:00 |
Bryce Chidester
|
e805b968b1
|
Support for TLS client certificate authentication
This adds --tls-client-cert and --tls-client-key parameters and enables use
of that certificate/key pair when connecting to https servers.
|
2018-01-27 13:18:22 +01:00 |
Alexander Neumann
|
e56370eb5b
|
Remove Deleter interface
|
2017-10-14 16:04:29 +02:00 |
Fabian Wickborn
|
69a6e622d0
|
Add REST backend option to use CA root certificate
Closes #1114.
|
2017-10-04 22:14:10 +02:00 |
Herbert
|
3473c3f7b6
|
Remove all dot-imports
|
2017-10-02 15:06:39 +02:00 |
Alexander Neumann
|
072b7a014e
|
azure: User internal errors package
|
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 |