How To Sync AWS S3 Buckets Using RClone
erics, Posted September 9th, 2021 at 7:57:25pm
The aws s3 sync
command is slow and painful!
I needed a more efficient way to sync to large buckets (prod to dev).
Finally settled on RClone: https://rclone.org/docs/
1 2 3 |
cd {extracted zip dir} ./rclone config cat ~/.config/rclone/rclone.conf |
During rclone config
I called remote “s3” ;-}
1 |
./rclone sync -v --progress --fast-list --checksum s3:wyzaerd-demo-prod s3:wyzaerd-demo-dev |
Leave Your Comment
All fields marked with "*" are required.