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
5 files
+ 36
13
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -28,3 +28,15 @@ ynh_backup:
# scheduled_month: "*"
# system: True
# apps: True
ynh_borg_backup:
scheduled: False
# borg_source_directories: "{{ borg_ynh_src_dir }}"
# borg_repository: "{{ borg_ynh_remote_repo }}"
# borgmatic_config_name: "{{ borgmatic_conf_name }}"
# borg_encryption_passphrase: "{{ borg_remote_repo_encryption_passphrase }}"
# borg_retention_policy:
# keep_daily: "{{ borg_days_to_keep }}"
# keep_weekly: "{{ borg_weeks_to_keep }}"
# keep_monthly: "{{ borg_months_to_keep }}"
# borgmatic_cron_name: "{{ borgmatic_ynh_cron_name }}"
Loading