mirror of
https://github.com/rclone/rclone.git
synced 2025-02-08 12:41:46 +08:00
docs/s3: fixed max-age example
This commit is contained in:
parent
871cc2f62d
commit
e1225b5729
|
@ -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
|
cheaply by using `--max-age` and `--no-traverse` to copy only recent
|
||||||
files, eg
|
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.
|
You'd then do a full `rclone sync` less often.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user