From d2c46e91fe7cce80f16c8f8432431d78df3a853a Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 29 May 2019 15:35:04 -0700 Subject: [PATCH 1/4] Add rsync.net to hosting providers; includ random link rotation. --- README.md | 12 +++++++++--- docs/how-to/set-up-backups.md | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 89091429e..6edea6870 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,10 @@ providers include specific support for Borg/borgmatic. Using these links and services helps support borgmatic development and hosting. (These are referral links, but without any tracking scripts or cookies.) - * [BorgBase](https://www.borgbase.com/?utm_source=borgmatic): Borg hosting - service with support for monitoring, 2FA, and append-only repos. - + ## Support and contributing @@ -115,3 +116,8 @@ your thing. In general, contributions are very welcome. We don't bite! Also, please check out the [borgmatic development how-to](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/) for info on cloning source code, running tests, etc. + + diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index 7420aa964..9177b982b 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -47,9 +47,10 @@ providers include specific support for Borg/borgmatic. Using these links and services helps support borgmatic development and hosting. (These are referral links, but without any tracking scripts or cookies.) - * [BorgBase](https://www.borgbase.com/?utm_source=borgmatic): Borg hosting - service with support for monitoring, 2FA, and append-only repos. - + ## Configuration @@ -225,3 +226,8 @@ it. * [Inspect your backups](../../docs/how-to/inspect-your-backups.md) * [borgmatic configuration reference](../../docs/reference/configuration.md) * [borgmatic command-line reference](../../docs/reference/command-line.md) + + From 2374410891a0a8032e67ddb1637f7f650a2e370d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 1 Jun 2019 13:02:39 -0700 Subject: [PATCH 2/4] Fix 404 documentation links by switching to absolute links. --- docs/how-to/deal-with-very-large-backups.md | 2 +- docs/how-to/develop-on-borgmatic.md | 2 +- docs/how-to/inspect-your-backups.md | 4 ++-- docs/how-to/make-per-application-backups.md | 2 +- docs/how-to/restore-a-backup.md | 4 ++-- docs/how-to/run-preparation-steps-before-backups.md | 4 ++-- docs/how-to/set-up-backups.md | 12 ++++++------ docs/how-to/upgrade.md | 2 +- docs/reference/command-line.md | 4 ++-- docs/reference/configuration.md | 6 +++--- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/how-to/deal-with-very-large-backups.md b/docs/how-to/deal-with-very-large-backups.md index 5f02010e7..c8043fe8d 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](../../docs/how-to/set-up-backups.md) + * [Set up backups with borgmatic](https://torsion.org/borgmatic/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 e3d2a8b7e..ef7ab6ab4 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](../../docs/how-to/inspect-your-backups.md) + * [Inspect your backups](https://torsion.org/borgmatic/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 32f6e3061..2ae5d169a 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](../../docs/how-to/set-up-backups.md) - * [Develop on borgmatic](../../docs/how-to/develop-on-borgmatic.md) + * [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) diff --git a/docs/how-to/make-per-application-backups.md b/docs/how-to/make-per-application-backups.md index fbf20b081..8051fb0b7 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](../../docs/how-to/set-up-backups.md) + * [Set up backups with borgmatic](https://torsion.org/borgmatic/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 e8b21965f..c2a25971b 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](../../docs/how-to/set-up-backups.md) - * [Inspect your backups](../../docs/how-to/inspect-your-backups.md) + * [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) diff --git a/docs/how-to/run-preparation-steps-before-backups.md b/docs/how-to/run-preparation-steps-before-backups.md index 95e7148d6..18b1ede64 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](../../docs/how-to/set-up-backups.md) - * [Make per-application backups](../../docs/how-to/make-per-application-backups.md) + * [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) diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index 9177b982b..1fab769bc 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](../../docs/reference/configuration.md), the authoritative set of +reference](https://torsion.org/borgmatic/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](../../docs/how-to/make-per-application-backups.md) - * [Deal with very large backups](../../docs/how-to/deal-with-very-large-backups.md) - * [Inspect your backups](../../docs/how-to/inspect-your-backups.md) - * [borgmatic configuration reference](../../docs/reference/configuration.md) - * [borgmatic command-line reference](../../docs/reference/command-line.md) + * [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)