2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-11 05:12:21 +00:00

manual: Add hint about old default prefix

This commit is contained in:
Alexander Neumann 2017-11-20 22:32:32 +01:00
parent 262b0cd9d4
commit 431ab5aa6a

View File

@ -176,6 +176,15 @@ different location, so you need to create it using a different program.
Afterwards, the S3 server (``s3.amazonaws.com``) will redirect restic to Afterwards, the S3 server (``s3.amazonaws.com``) will redirect restic to
the correct endpoint. the correct endpoint.
Until version 0.8.0, restic used a default prefix of ``restic``, so the files
in the bucket were placed in a directory named ``restic``. If you want to
access a repository created with an older version of restic, specify the path
after the bucket name like this:
.. code-block:: console
$ restic -r s3:s3.amazonaws.com/bucket_name/restic [...]
For an S3-compatible server that is not Amazon (like Minio, see below), For an S3-compatible server that is not Amazon (like Minio, see below),
or is only available via HTTP, you can specify the URL to the server or is only available via HTTP, you can specify the URL to the server
like this: ``s3:http://server:port/bucket_name``. like this: ``s3:http://server:port/bucket_name``.