mirror of https://github.com/restic/restic.git
Merge pull request #1902 from mlissner/patch-1
b2 bucket names need to be unique
This commit is contained in:
commit
8c124a2b75
|
@ -313,6 +313,8 @@ bucket does not exist yet, it will be created:
|
||||||
Please note that knowledge of your password is required to access the repository.
|
Please note that knowledge of your password is required to access the repository.
|
||||||
Losing your password means that your data is irrecoverably lost.
|
Losing your password means that your data is irrecoverably lost.
|
||||||
|
|
||||||
|
Note that the bucket name must be unique across all of B2.
|
||||||
|
|
||||||
The number of concurrent connections to the B2 service can be set with the ``-o
|
The number of concurrent connections to the B2 service can be set with the ``-o
|
||||||
b2.connections=10`` switch. By default, at most five parallel connections are
|
b2.connections=10`` switch. By default, at most five parallel connections are
|
||||||
established.
|
established.
|
||||||
|
|
Loading…
Reference in New Issue