From 6896230e298d6b043c0861fa9cfb12ab508e6277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Tue, 2 May 2023 08:25:32 +0200 Subject: [PATCH] Replace old references --- docs/services/backup-borg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services/backup-borg.md b/docs/services/backup-borg.md index c9b6e32..3b8b703 100644 --- a/docs/services/backup-borg.md +++ b/docs/services/backup-borg.md @@ -62,9 +62,9 @@ where: To backup without encryption, add `backup_borg_encryption: 'none'` to your vars. This will also enable the `backup_borg_unknown_unencrypted_repo_access_is_ok` variable. -`backup_borg_location_source_directories` defines the list of directories to back up: it's set to `{{ mash_playbook_base_path }}` by default, which is the base directory for every service's data, such as Synapse, Postgres and the bridges. You might want to exclude certain directories or file patterns from the backup using the `backup_borg_location_exclude_patterns` variable. +`backup_borg_location_source_directories` defines the list of directories to back up: it's set to `{{ mash_playbook_base_path }}` by default, which is the base directory for every service's data, such as Nextcloud, Postgres and all others. You might want to exclude certain directories or file patterns from the backup using the `backup_borg_location_exclude_patterns` variable. -Check the `roles/custom/nextcloud-backup-borg/defaults/main.yml` file for the full list of available options. +Check the `roles/galaxy/backup-borg/defaults/main.yml` file for the full list of available options. ## Installing