master
omidshj 2025-02-05 21:30:43 +03:30
parent 4610c2908c
commit 97214f45fb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
- name: send them to s3
command: >
s3cmd put {{ backup_dir }}/{{server}}-{{mongodb_container}}-{{ item }}.tar.gz
{{ s3_folder }}/{{ weekday.stdout }}/{{ backup_dir }}/{{server}}-{{mongodb_container}}-{{ item }}.tar.gz
{{ s3_folder }}/{{ weekday.stdout }}/{{server}}-{{mongodb_container}}-{{ item }}.tar.gz
with_items: "{{ db_names }}"
- name: Delete backed-up files
file: