master
omidshj 2025-02-10 16:44:22 +03:30
parent 3544fd667e
commit c764630175
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
become: yes
tasks:
- name: Export data
command: "s3cmd sync --preserve --config {{ config }} s3://{{ item }} {{ backup_dir }}"
command: "s3cmd sync --preserve --config {{ config }} s3://{{ item }} {{ backup_dir }}/{{ item }}"
loop: '{{ buckets }}'
- name: Create tar archive
command: >