Explorar el Código

borg backup: do not backup remote content by default

pull/4084/head
Aine hace 1 año
padre
commit
c80fb913e7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 34969C908CCA2804
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Ver fichero

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


backup_borg_location_exclude_patterns: | 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 []) ([postgres_data_path] if postgres_enabled else [])
}} }}


Cargando…
Cancelar
Guardar