diff --git a/jobs.py b/jobs.py index 36a616a..f8eb74d 100644 --- a/jobs.py +++ b/jobs.py @@ -122,7 +122,7 @@ def backup(bucket_name): command = [ "/bin/sh", "-c", - f"rclone copy meyrin:{bucket_name} s3:{bucket_name} --files-from={file_path} --transfers 1 --checkers 1 --tpslimit 5 --buffer-size 0M --use-mmap --stats-one-line", + f"rclone copy meyrin:{bucket_name} s3:{bucket_name} --files-from={file_path} --transfers 1 --checkers 1 --tpslimit 5 --buffer-size 0M --use-mmap --stats-one-line --log-level DEBUG", ] if os.environ["DRY_RUN"] == "true": command = [