master
parent
3544fd667e
commit
c764630175
|
@ -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: >
|
||||
|
|
Loading…
Reference in New Issue