forked from TrueCloudLab/restic
Merge pull request #4049 from MichaelEischer/fix-rewrite-docs
rewrite: fix link anchors in documentation
This commit is contained in:
commit
1d7e7fcd6b
4 changed files with 5 additions and 1 deletions
|
@ -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
|
so you should be able to access it both locally and via HTTP, even
|
||||||
simultaneously.
|
simultaneously.
|
||||||
|
|
||||||
|
.. _Amazon S3:
|
||||||
|
|
||||||
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
|
Would be added to the repository: 25.551 MiB
|
||||||
|
|
||||||
.. _backup-excluding-files:
|
.. _backup-excluding-files:
|
||||||
|
|
||||||
Excluding Files
|
Excluding Files
|
||||||
***************
|
***************
|
||||||
|
|
||||||
|
|
|
@ -137,6 +137,7 @@ or the environment variable ``$RESTIC_FROM_KEY_HINT``.
|
||||||
along with remotes which are configured in rclone.
|
along with remotes which are configured in rclone.
|
||||||
|
|
||||||
.. _copy-filtering-snapshots:
|
.. _copy-filtering-snapshots:
|
||||||
|
|
||||||
Filtering snapshots to copy
|
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
|
described in the "Unpacked Data Format" section. The plaintext consists
|
||||||
of a JSON document like the following:
|
of a JSON document like the following:
|
||||||
|
|
||||||
.. code:: json
|
.. code:: javascript
|
||||||
|
|
||||||
{
|
{
|
||||||
"supersedes": [
|
"supersedes": [
|
||||||
|
|
Loading…
Reference in a new issue