diff --git a/docs/content/s3.md b/docs/content/s3.md index 4295a8141..46e6cb3ff 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -342,7 +342,7 @@ 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 + rclone copy --max-age 24h --no-traverse /path/to/source s3:bucket You'd then do a full `rclone sync` less often.