doc: Correct broken links

This commit is contained in:
Leo R. Lundgren 2023-03-22 17:37:58 +01:00
parent caa0e89114
commit 0666fa11b8
4 changed files with 14 additions and 15 deletions

View File

@ -93,7 +93,7 @@ You may also install it using `MacPorts <https://www.macports.org/>`__:
Nix & NixOS Nix & NixOS
=========== ===========
If you are using `Nix <https://nixos.org/nix/>`__ or `NixOS <https://nixos.org/>`__ If you are using `Nix / NixOS <https://nixos.org>`__
there is a package available named ``restic``. there is a package available named ``restic``.
It can be installed using ``nix-env``: It can be installed using ``nix-env``:

View File

@ -273,7 +273,7 @@ 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``.
.. note:: restic expects `path-style URLs <https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro>`__ .. note:: restic expects `path-style URLs <https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-bucket-intro.html>`__
like for example ``s3.us-west-2.amazonaws.com/bucket_name``. like for example ``s3.us-west-2.amazonaws.com/bucket_name``.
Virtual-hostedstyle URLs like ``bucket_name.s3.us-west-2.amazonaws.com``, Virtual-hostedstyle URLs like ``bucket_name.s3.us-west-2.amazonaws.com``,
where the bucket name is part of the hostname are not supported. These must where the bucket name is part of the hostname are not supported. These must
@ -290,12 +290,11 @@ like this: ``s3:http://server:port/bucket_name``.
Minio Server Minio Server
************ ************
`Minio <https://www.min.io>`__ is an Open Source Object Storage, `Minio <https://min.io/>`__ is an Open Source Object Storage,
written in Go and compatible with Amazon S3 API. written in Go and compatible with Amazon S3 API.
- Download and Install `Minio - Download and Install `Minio Download <https://min.io/download#/linux>`__.
Server <https://minio.io/downloads/#minio-server>`__. - You can also refer to `Minio Docs <https://min.io/docs/minio/linux/>`__ for step by step guidance
- You can also refer to https://docs.minio.io for step by step guidance
on installation and getting started on Minio Client and Minio Server. on installation and getting started on Minio Client and Minio Server.
You must first setup the following environment variables with the You must first setup the following environment variables with the
@ -358,7 +357,7 @@ of data in the cloud.
Alibaba OSS is S3 compatible so it can be used as a storage provider Alibaba OSS is S3 compatible so it can be used as a storage provider
for a restic repository with a couple of extra parameters. for a restic repository with a couple of extra parameters.
- Determine the correct `Alibaba OSS region endpoint <https://www.alibabacloud.com/help/doc-detail/31837.htm>`__ - this will be something like ``oss-eu-west-1.aliyuncs.com`` - Determine the correct `Alibaba OSS region endpoint <https://www.alibabacloud.com/help/en/object-storage-service/latest/regions-and-endpoints>`__ - this will be something like ``oss-eu-west-1.aliyuncs.com``
- You'll need the region name too - this will be something like ``oss-eu-west-1`` - You'll need the region name too - this will be something like ``oss-eu-west-1``
You must first setup the following environment variables with the You must first setup the following environment variables with the
@ -441,7 +440,7 @@ the naming convention of those variables follows the official Python Swift clien
Restic should be compatible with an `OpenStack RC file Restic should be compatible with an `OpenStack RC file
<https://docs.openstack.org/user-guide/common/cli-set-environment-variables-using-openstack-rc.html>`__ <https://docs.openstack.org/ocata/admin-guide/common/cli-set-environment-variables-using-openstack-rc.html>`__
in most cases. in most cases.
Once environment variables are set up, a new repository can be created. The Once environment variables are set up, a new repository can be created. The
@ -614,8 +613,8 @@ The number of concurrent connections to the GCS service can be set with the
``-o gs.connections=10`` switch. By default, at most five parallel connections are ``-o gs.connections=10`` switch. By default, at most five parallel connections are
established. established.
.. _service account: https://cloud.google.com/iam/docs/service-accounts .. _service account: https://cloud.google.com/iam/docs/service-account-overview
.. _create a service account key: https://cloud.google.com/iam/docs/creating-managing-service-account-keys#iam-service-account-keys-create-console .. _create a service account key: https://cloud.google.com/iam/docs/keys-create-delete
.. _default authentication material: https://cloud.google.com/docs/authentication#service-accounts .. _default authentication material: https://cloud.google.com/docs/authentication#service-accounts
.. _other-services: .. _other-services:
@ -748,7 +747,7 @@ Password prompt on Windows
At the moment, restic only supports the default Windows console At the moment, restic only supports the default Windows console
interaction. If you use emulation environments like interaction. If you use emulation environments like
`MSYS2 <https://msys2.github.io/>`__ or `MSYS2 <https://www.msys2.org/>`__ or
`Cygwin <https://www.cygwin.com/>`__, which use terminals like `Cygwin <https://www.cygwin.com/>`__, which use terminals like
``Mintty`` or ``rxvt``, you may get a password error. ``Mintty`` or ``rxvt``, you may get a password error.

View File

@ -26,11 +26,11 @@ The following talks will be or have been given about restic:
Public lecture in German at `CCC Cologne Public lecture in German at `CCC Cologne
e.V. <https://koeln.ccc.de>`__ in Cologne, Germany e.V. <https://koeln.ccc.de>`__ in Cologne, Germany
- 2015-08-23: `A Solution to the Backup - 2015-08-23: `A Solution to the Backup
Inconvenience <https://programm.froscon.de/2015/events/1515.html>`__: Inconvenience <https://programm.froscon.org/2015/events/1515.html>`__:
Lecture at `FROSCON 2015 <https://www.froscon.de>`__ in Bonn, Germany Lecture at `FROSCON 2015 <https://www.froscon.org/>`__ in Bonn, Germany
- 2015-02-01: `Lightning Talk at FOSDEM - 2015-02-01: `Lightning Talk at FOSDEM
2015 <https://www.youtube.com/watch?v=oM-MfeflUZ8&t=11m40s>`__: A 2015 <https://www.youtube.com/watch?v=oM-MfeflUZ8&t=11m40s>`__: A
short introduction (with slightly outdated command line) short introduction (with slightly outdated command line)
- 2015-01-27: `Talk about restic at CCC - 2015-01-27: `Talk about restic at CCC
Aachen <https://videoag.fsmpi.rwth-aachen.de/?view=player&lectureid=4442#content>`__ Aachen <https://video.fsmpi.rwth-aachen.de/cccac/4442>`__
(in German) (in German)

View File

@ -224,7 +224,7 @@ locks with the following command:
d369ccc7d126594950bf74f0a348d5d98d9e99f3215082eb69bf02dc9b3e464c d369ccc7d126594950bf74f0a348d5d98d9e99f3215082eb69bf02dc9b3e464c
The ``find`` command searches for a given The ``find`` command searches for a given
`pattern <https://golang.org/pkg/path/filepath/#Match>`__ in the `pattern <https://pkg.go.dev/path/filepath#Match>`__ in the
repository. repository.
.. code-block:: console .. code-block:: console