duplicity - add backup name
This commit is contained in:
parent
bf4c321f0c
commit
ecb20d77a0
@ -2,6 +2,7 @@
|
||||
# duplicity
|
||||
duplicity_oneforall_key: False
|
||||
duplicity_archive_dir: '/duplicity'
|
||||
duplicity_backup_name: 'daily'
|
||||
|
||||
duplicity_gpg_real_name: 'duplicity'
|
||||
duplicity_gpg_email: 'team-lca@alterway.fr'
|
||||
|
@ -225,7 +225,7 @@
|
||||
month: "{{ duplicity_cron_backup_month }}"
|
||||
weekday: "{{ duplicity_cron_backup_weekday }}"
|
||||
user: "{{ duplicity_cron_backup_user }}"
|
||||
job: ". /etc/duplicity/duplicity.cnf && duplicity --encrypt-key {{ duplicity_gpg_key }} --s3-use-new-style -v 4 --archive-dir={{ duplicity_archive_dir }} --full-if-older-than {{ duplicity_full_older_than }}D / \"{{ duplicity_s3_path }}\" --exclude-filelist {{ duplicity_exclude_filelist }}"
|
||||
job: ". /etc/duplicity/duplicity.cnf && duplicity --encrypt-key {{ duplicity_gpg_key }} --name {{ duplicity_backup_name }} --s3-use-new-style -v 4 --archive-dir={{ duplicity_archive_dir }} --full-if-older-than {{ duplicity_full_older_than }}D / \"{{ duplicity_s3_path }}\" --exclude-filelist {{ duplicity_exclude_filelist }}"
|
||||
when:
|
||||
- duplicity_gpg_key is defined
|
||||
- '"s3" in duplicity_backend'
|
||||
@ -240,7 +240,7 @@
|
||||
month: "{{ duplicity_cron_backup_month }}"
|
||||
weekday: "{{ duplicity_cron_backup_weekday }}"
|
||||
user: "{{ duplicity_cron_backup_user }}"
|
||||
job: ". /etc/duplicity/duplicity.cnf && duplicity --encrypt-key {{ duplicity_gpg_key }} --force --s3-use-new-style -v 4 --archive-dir={{ duplicity_archive_dir }} remove-older-than {{ duplicity_remove_older_than }}D \"{{ duplicity_s3_path }}\""
|
||||
job: ". /etc/duplicity/duplicity.cnf && duplicity --encrypt-key {{ duplicity_gpg_key }} --name {{ duplicity_backup_name }} --force --s3-use-new-style -v 4 --archive-dir={{ duplicity_archive_dir }} remove-older-than {{ duplicity_remove_older_than }}D \"{{ duplicity_s3_path }}\""
|
||||
when:
|
||||
- duplicity_gpg_key is defined
|
||||
- '"s3" in duplicity_backend'
|
||||
@ -255,7 +255,7 @@
|
||||
month: "{{ duplicity_cron_backup_month }}"
|
||||
weekday: "{{ duplicity_cron_backup_weekday }}"
|
||||
user: "{{ duplicity_cron_backup_user }}"
|
||||
job: ". /etc/duplicity/duplicity.cnf && duplicity --encrypt-key {{ duplicity_gpg_key }} --archive-dir={{ duplicity_archive_dir }} --full-if-older-than {{ duplicity_full_older_than }}D / \"{{ duplicity_azure_path }}\" --exclude-filelist {{ duplicity_exclude_filelist }}"
|
||||
job: ". /etc/duplicity/duplicity.cnf && duplicity --encrypt-key {{ duplicity_gpg_key }} --name {{ duplicity_backup_name }} --archive-dir={{ duplicity_archive_dir }} --full-if-older-than {{ duplicity_full_older_than }}D / \"{{ duplicity_azure_path }}\" --exclude-filelist {{ duplicity_exclude_filelist }}"
|
||||
when:
|
||||
- duplicity_gpg_key is defined
|
||||
- '"azure" in duplicity_backend'
|
||||
@ -270,7 +270,7 @@
|
||||
month: "{{ duplicity_cron_backup_month }}"
|
||||
weekday: "{{ duplicity_cron_backup_weekday }}"
|
||||
user: "{{ duplicity_cron_backup_user }}"
|
||||
job: ". /etc/duplicity/duplicity.cnf && duplicity --encrypt-key {{ duplicity_gpg_key }} --archive-dir={{ duplicity_archive_dir }} --force remove-older-than {{ duplicity_remove_older_than }}D \"{{ duplicity_azure_path }}\""
|
||||
job: ". /etc/duplicity/duplicity.cnf && duplicity --encrypt-key {{ duplicity_gpg_key }} --name {{ duplicity_backup_name }} --archive-dir={{ duplicity_archive_dir }} --force remove-older-than {{ duplicity_remove_older_than }}D \"{{ duplicity_azure_path }}\""
|
||||
when:
|
||||
- duplicity_gpg_key is defined
|
||||
- '"azure" in duplicity_backend'
|
||||
|
Loading…
x
Reference in New Issue
Block a user