2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 20:02:21 +00:00
restic/changelog/0.9.2_2018-08-06/issue-1906

9 lines
358 B
Plaintext
Raw Normal View History

2018-07-31 19:57:27 +00:00
Enhancement: Add support for B2 application keys
2018-07-31 19:29:47 +00:00
Restic can now use so-called "application keys" which can be created in the B2
dashboard and were only introduced recently. In contrast to the "master key",
such keys can be restricted to a specific bucket and/or path.
https://github.com/restic/restic/issues/1906
https://github.com/restic/restic/pull/1914