From 575b3952d9aa6bd3c792b5e3c211643cfe0c573c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abril=20Rinc=C3=B3n=20Blanco?= Date: Tue, 10 Dec 2024 18:07:47 +0100 Subject: [PATCH 1/2] better wording --- devops/backup_sources/sources_backup.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devops/backup_sources/sources_backup.rst b/devops/backup_sources/sources_backup.rst index f6968cd3edb6..b4c7372e3af1 100644 --- a/devops/backup_sources/sources_backup.rst +++ b/devops/backup_sources/sources_backup.rst @@ -73,13 +73,18 @@ Setting up the necessary configs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The :ref:`global.conf` file should contain the -``core.sources:download_urls`` +``core.sources:download_urls`` if a downloading from a custom backup source remote is desired, +and ``core.sources:download_cache`` if a custom local cache path to download the backups to is desired. .. code-block:: text :caption: global.conf core.sources:download_urls=["https://myteam.myorg.com/artifactory/backup-sources/", "origin"] + core.sources:download_cache=/path/to/backup/sources +.. note:: + + Either ``core.sources:download_urls`` or ``core.sources:download_cache`` should be defined for the feature to be enabled. You might want to add extra confs based on your use case, as described :ref:`in the beginning of this document`. From 6dcf9b242a50bd6cf724eb0870234c0a767cf202 Mon Sep 17 00:00:00 2001 From: Carlos Zoido Date: Wed, 11 Dec 2024 07:59:49 +0100 Subject: [PATCH 2/2] Update devops/backup_sources/sources_backup.rst --- devops/backup_sources/sources_backup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/backup_sources/sources_backup.rst b/devops/backup_sources/sources_backup.rst index b4c7372e3af1..fe4c9af1c0f9 100644 --- a/devops/backup_sources/sources_backup.rst +++ b/devops/backup_sources/sources_backup.rst @@ -73,7 +73,7 @@ Setting up the necessary configs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The :ref:`global.conf` file should contain the -``core.sources:download_urls`` if a downloading from a custom backup source remote is desired, +``core.sources:download_urls`` if downloading from a custom backup source remote is desired, and ``core.sources:download_cache`` if a custom local cache path to download the backups to is desired. .. code-block:: text