mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Merge pull request #4049 from MichaelEischer/fix-rewrite-docs
rewrite: fix link anchors in documentation
This commit is contained in:
commit
1d7e7fcd6b
@ -221,6 +221,8 @@ REST server uses exactly the same directory structure as local backend,
|
||||
so you should be able to access it both locally and via HTTP, even
|
||||
simultaneously.
|
||||
|
||||
.. _Amazon S3:
|
||||
|
||||
Amazon S3
|
||||
*********
|
||||
|
||||
|
@ -205,6 +205,7 @@ Combined with ``--verbose``, you can see a list of changes:
|
||||
Would be added to the repository: 25.551 MiB
|
||||
|
||||
.. _backup-excluding-files:
|
||||
|
||||
Excluding Files
|
||||
***************
|
||||
|
||||
|
@ -137,6 +137,7 @@ or the environment variable ``$RESTIC_FROM_KEY_HINT``.
|
||||
along with remotes which are configured in rclone.
|
||||
|
||||
.. _copy-filtering-snapshots:
|
||||
|
||||
Filtering snapshots to copy
|
||||
---------------------------
|
||||
|
||||
|
@ -257,7 +257,7 @@ be downloaded and used to reconstruct the index. The file encoding is
|
||||
described in the "Unpacked Data Format" section. The plaintext consists
|
||||
of a JSON document like the following:
|
||||
|
||||
.. code:: json
|
||||
.. code:: javascript
|
||||
|
||||
{
|
||||
"supersedes": [
|
||||
|
Loading…
Reference in New Issue
Block a user