Skip to content
Snippets Groups Projects

Update matrixdotorg/synapse Docker tag to v1.98.0 - autoclosed

Closed renovatebot requested to merge renovate/matrixdotorg-synapse-1.x into master
Compare and Show latest version
67 files
+ 1257
243
Compare changes
  • Side-by-side
  • Inline
Files
67
@@ -11,7 +11,7 @@ export LAST_BACKUPS_PROM="/var/lib/prometheus/node-exporter/lastbackup.prom"
echo "===[ Create Backup: {{ item.value.repo }} ]===" \
&& \
borg create $1 $2 $3 --info --show-rc --stats --compression {{ item.value.compression }} {{ item.value.options }} {{ item.value.repo }}::$BACKUP_DATE \
borg create $1 $2 $3 --info --show-rc --stats --exclude *lost+found --compression {{ item.value.compression }} {{ item.value.options }} {{ item.value.repo }}::$BACKUP_DATE \
{% for directory in borgbackup_directories %}
{{ directory }} \
{% endfor %} \
Loading