backup/templates/profile-backup.sh.j2

4 lines
242 B
Plaintext
Raw Permalink Normal View History

2023-01-04 11:34:47 +01:00
{% if 'duplicity' in backup_services %}
2023-06-28 15:48:48 +02:00
alias duplicityls='source /etc/duplicity/duplicity.cnf && duplicity collection-status --name {{ duplicity_backup_name }} --archive-dir={{ duplicity_archive_dir }} "{{ duplicity_s3_path }}"'
2023-01-04 11:34:47 +01:00
{% endif %}