Documentation error (?)

What is the problem you are having with rclone?

I think there is a bug on the https://rclone.org/s3/ page. I believe the rclone command should have --max-age not --min-age...

If you are only copying a small number of files into a big repository then using --no-traverse is a good idea. This finds objects directly instead of through directory listings. You can do a "top-up" sync very cheaply by using --max-age and --no-traverse to copy only recent files, eg

rclone copy --min-age 24h --no-traverse /path/to/source s3:bucket

Run the command 'rclone version' and share the full output of the command.

On the website.

Which cloud storage system are you using? (eg Google Drive)

N/A

The command you were trying to run (eg rclone copy /tmp remote:tmp)

N/A

The rclone config contents with secrets removed.

N/A

A log from the command with the -vv flag

N/A

This has been fixed already and will be on the website when 1.58 is released.

You can see a preview here: Amazon S3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.