From c764630175abd8ed5cb5a21e02e944b9c3bfc90c Mon Sep 17 00:00:00 2001 From: omidshj Date: Mon, 10 Feb 2025 16:44:22 +0330 Subject: [PATCH] dd --- minio backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minio backup.yml b/minio backup.yml index 0c85349..1fa3412 100644 --- a/minio backup.yml +++ b/minio backup.yml @@ -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: >