Parcourir la source

borg backup: do not backup remote content by default

pull/4084/head
Aine il y a 1 an
Parent
révision
c80fb913e7
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 34969C908CCA2804
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Voir le fichier

@@ -3144,7 +3144,7 @@ backup_borg_location_source_directories:

backup_borg_location_exclude_patterns: |
{{
([matrix_synapse_media_store_path + '/local_thumbnails', matrix_synapse_media_store_path + '/remote_thumbnail', matrix_synapse_media_store_path + '/url_cache', matrix_synapse_media_store_path + '/url_cache_thumbnails'] if matrix_homeserver_implementation == 'synapse' else [])
([matrix_synapse_media_store_path + '/remote_content', matrix_synapse_media_store_path + '/local_thumbnails', matrix_synapse_media_store_path + '/remote_thumbnail', matrix_synapse_media_store_path + '/url_cache', matrix_synapse_media_store_path + '/url_cache_thumbnails'] if matrix_homeserver_implementation == 'synapse' else [])
+
([postgres_data_path] if postgres_enabled else [])
}}


Chargement…
Annuler
Enregistrer