Aine пре 3 година
родитељ
комит
74d55377c4
No known key found for this signature in database GPG Key ID: 34969C908CCA2804
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      docs/configuring-playbook-backup-borg.md
  2. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
docs/configuring-playbook-backup-borg.md Прегледај датотеку

@@ -2,7 +2,7 @@


The playbook can install and configure [borgbackup](https://www.borgbackup.org/) with [borgmatic](https://torsion.org/borgmatic/) for you. The playbook can install and configure [borgbackup](https://www.borgbackup.org/) with [borgmatic](https://torsion.org/borgmatic/) for you.
BorgBackup is a deduplicating backup program with optional compression and encryption. BorgBackup is a deduplicating backup program with optional compression and encryption.
That means your daily incremental backups can be stored in a fraction of the space and is safe wether you store it at home or on a cloud service.
That means your daily incremental backups can be stored in a fraction of the space and is safe whether you store it at home or on a cloud service.


The backup will run based on `matrix_backup_borg_schedule` var (systemd timer calendar), default: 4am every day The backup will run based on `matrix_backup_borg_schedule` var (systemd timer calendar), default: 4am every day




+ 1
- 1
group_vars/matrix_servers Прегледај датотеку

@@ -1106,7 +1106,7 @@ matrix_backup_borg_location_exclude_patterns: |
{{ {{
{ {
'synapse': ["{{ 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"], 'synapse': ["{{ 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"],
}[matrix_homeserver_implementation]|to_json
}[matrix_homeserver_implementation]
}} }}


###################################################################### ######################################################################


Loading…
Откажи
Сачувај