Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "external backup on borg"

Merged Arthur BOUDREAULT requested to merge 40-external-backup-on-borg into main
3 files
+ 31
35
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -29,14 +29,17 @@ ynh_backup:
@@ -29,14 +29,17 @@ ynh_backup:
# system: True
# system: True
# apps: True
# apps: True
ynh_borg_backup:
ynh_borg_backup_scheduled: False
scheduled: False
ynh_borg_backup_remote_repo: False
# borg_source_directories: "{{ borg_ynh_src_dir }}"
borg_source_directories:
# borg_repository: "{{ borg_ynh_remote_repo }}"
- "/data/yunohost"
# borgmatic_config_name: "{{ borgmatic_conf_name }}"
borg_repository: "/data/backup/live"
# borg_encryption_passphrase: "{{ borg_remote_repo_encryption_passphrase }}"
borg_init_command: "borgmatic init -c /etc/borgmatic/{{ borgmatic_config_name }} -e repokey --syslog-verbosity 1"
# borg_retention_policy:
borgmatic_config_name: "borgmatic_ynh_config"
# keep_daily: "{{ borg_days_to_keep }}"
borg_encryption_passphrase: "PLEASECHANGEME"
# keep_weekly: "{{ borg_weeks_to_keep }}"
borg_retention_policy:
# keep_monthly: "{{ borg_months_to_keep }}"
keep_daily: "4"
# borgmatic_cron_name: "{{ borgmatic_ynh_cron_name }}"
keep_weekly: "0"
 
keep_monthly: "0"
 
borgmatic_cron_name: "borgmatic_ynh_cron"
 
borg_archive_name_format: "'{hostname}-yunohost-live-data-{now:%Y-%m-%d-%H%M%S}'"
Loading