4 lines
165 B
Plaintext
4 lines
165 B
Plaintext
|
{% if 'duplicity' in backup_services %}
|
||
|
alias duplicityls='source /etc/duplicity/duplicity.cnf && duplicity collection-status "{{ duplicity_s3_path }}"'
|
||
|
{% endif %}
|