s3cmd icon indicating copy to clipboard operation
s3cmd copied to clipboard

--dry-run doesn't work properly with sync

Open Yanpas opened this issue 1 year ago • 1 comments

It stops on the first entry to be synced and I don't see the full list of files to be synced

Yanpas avatar Dec 06 '24 17:12 Yanpas

@Yanpas I've tested sync with --dry-run and I see the full list of files:

$ s3cmd sync s3://salar-test/dir1/ s3://salar-test/dir2/ --dry-run
Summary: 2 source files to copy, 0 files at destination to delete
remote copy: 's3://salar-test/dir1/hello' -> 's3://salar-test/dir2/hello'
remote copy: 's3://salar-test/dir1/hi' -> 's3://salar-test/dir2/hi'
WARNING: Exiting now because of --dry-run

could you please provide more info like s3cmd version, your command and your output?

snosratiershad avatar Jan 13 '25 10:01 snosratiershad