From e1225b572935ee72af9bc0fadbc078bfd77233a0 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 12 Jan 2022 21:31:54 +0100 Subject: [PATCH] docs/s3: fixed max-age example --- docs/content/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.