mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01: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
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user