diff --git a/docs/how-to/deal-with-very-large-backups.md b/docs/how-to/deal-with-very-large-backups.md index c8043fe8..e2dd089f 100644 --- a/docs/how-to/deal-with-very-large-backups.md +++ b/docs/how-to/deal-with-very-large-backups.md @@ -93,4 +93,4 @@ backups. ## Related documentation - * [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md) + * [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md) diff --git a/docs/how-to/develop-on-borgmatic.md b/docs/how-to/develop-on-borgmatic.md index ef7ab6ab..9a6254ac 100644 --- a/docs/how-to/develop-on-borgmatic.md +++ b/docs/how-to/develop-on-borgmatic.md @@ -109,4 +109,4 @@ also linked from the commits list on each pull request. ## Related documentation - * [Inspect your backups](https://torsion.org/borgmatic/how-to/inspect-your-backups.md) + * [Inspect your backups](https://torsion.org/borgmatic/docs/how-to/inspect-your-backups.md) diff --git a/docs/how-to/inspect-your-backups.md b/docs/how-to/inspect-your-backups.md index 2ae5d169..5e50fc55 100644 --- a/docs/how-to/inspect-your-backups.md +++ b/docs/how-to/inspect-your-backups.md @@ -42,5 +42,5 @@ output formatted as JSON. ## Related documentation - * [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md) - * [Develop on borgmatic](https://torsion.org/borgmatic/how-to/develop-on-borgmatic.md) + * [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md) + * [Develop on borgmatic](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic.md) diff --git a/docs/how-to/make-per-application-backups.md b/docs/how-to/make-per-application-backups.md index 8051fb0b..08a2ad00 100644 --- a/docs/how-to/make-per-application-backups.md +++ b/docs/how-to/make-per-application-backups.md @@ -108,4 +108,4 @@ nested values. ## Related documentation - * [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md) + * [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md) diff --git a/docs/how-to/restore-a-backup.md b/docs/how-to/restore-a-backup.md index c2a25971..43156ecc 100644 --- a/docs/how-to/restore-a-backup.md +++ b/docs/how-to/restore-a-backup.md @@ -57,5 +57,5 @@ Like a whole-archive restore, this also restores into the current directory. ## Related documentation - * [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md) - * [Inspect your backups](https://torsion.org/borgmatic/how-to/inspect-your-backups.md) + * [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md) + * [Inspect your backups](https://torsion.org/borgmatic/docs/how-to/inspect-your-backups.md) diff --git a/docs/how-to/run-preparation-steps-before-backups.md b/docs/how-to/run-preparation-steps-before-backups.md index 18b1ede6..1944fd90 100644 --- a/docs/how-to/run-preparation-steps-before-backups.md +++ b/docs/how-to/run-preparation-steps-before-backups.md @@ -47,5 +47,5 @@ injection or privilege escalation, do not forget to set secure permissions ## Related documentation - * [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md) - * [Make per-application backups](https://torsion.org/borgmatic/how-to/make-per-application-backups.md) + * [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md) + * [Make per-application backups](https://torsion.org/borgmatic/docs/how-to/make-per-application-backups.md) diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index 1fab769b..a23433dc 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -74,7 +74,7 @@ uncomment a particular option, also uncomment its containing section name, or else borgmatic won't recognize the option. You can also get the same sample configuration file from the [configuration -reference](https://torsion.org/borgmatic/reference/configuration.md), the authoritative set of +reference](https://torsion.org/borgmatic/docs/reference/configuration.md), the authoritative set of all configuration options. This is handy if borgmatic has added new options since you originally created your configuration file. @@ -221,11 +221,11 @@ it. ## Related documentation - * [Make per-application backups](https://torsion.org/borgmatic/how-to/make-per-application-backups.md) - * [Deal with very large backups](https://torsion.org/borgmatic/how-to/deal-with-very-large-backups.md) - * [Inspect your backups](https://torsion.org/borgmatic/how-to/inspect-your-backups.md) - * [borgmatic configuration reference](https://torsion.org/borgmatic/reference/configuration.md) - * [borgmatic command-line reference](https://torsion.org/borgmatic/reference/command-line.md) + * [Make per-application backups](https://torsion.org/borgmatic/docs/how-to/make-per-application-backups.md) + * [Deal with very large backups](https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups.md) + * [Inspect your backups](https://torsion.org/borgmatic/docs/how-to/inspect-your-backups.md) + * [borgmatic configuration reference](https://torsion.org/borgmatic/docs/reference/configuration.md) + * [borgmatic command-line reference](https://torsion.org/borgmatic/docs/reference/command-line.md)