mirror of
https://github.com/restic/restic.git
synced 2024-12-22 07:43:03 +00:00
doc: mark S3 layout as deprecated
This commit is contained in:
parent
828c8bc1e8
commit
908d097904
1 changed files with 3 additions and 4 deletions
|
@ -126,8 +126,8 @@ the option ``-o local.layout=default``, valid values are ``default`` and
|
||||||
``s3legacy``. The option for the sftp backend is named ``sftp.layout``, for the
|
``s3legacy``. The option for the sftp backend is named ``sftp.layout``, for the
|
||||||
s3 backend ``s3.layout``.
|
s3 backend ``s3.layout``.
|
||||||
|
|
||||||
S3 Legacy Layout
|
S3 Legacy Layout (deprecated)
|
||||||
----------------
|
-----------------------------
|
||||||
|
|
||||||
Unfortunately during development the Amazon S3 backend uses slightly different
|
Unfortunately during development the Amazon S3 backend uses slightly different
|
||||||
paths (directory names use singular instead of plural for ``key``,
|
paths (directory names use singular instead of plural for ``key``,
|
||||||
|
@ -152,8 +152,7 @@ the ``data`` directory. The S3 Legacy repository layout looks like this:
|
||||||
/snapshot
|
/snapshot
|
||||||
└── 22a5af1bdc6e616f8a29579458c49627e01b32210d09adb288d1ecda7c5711ec
|
└── 22a5af1bdc6e616f8a29579458c49627e01b32210d09adb288d1ecda7c5711ec
|
||||||
|
|
||||||
The S3 backend understands and accepts both forms, new backends are
|
Restic 0.17 is the last version that supports the legacy layout.
|
||||||
always created with the default layout for compatibility reasons.
|
|
||||||
|
|
||||||
Pack Format
|
Pack Format
|
||||||
===========
|
===========
|
||||||
|
|
Loading…
Reference in a new issue