Skip to content

rclone to copy s3

David Valentine edited this page Jun 3, 2023 · 2 revisions

** INSTALL FROM RCLONE, not apt install**

sudo -v ; curl https://rclone.org/install.sh | sudo bash

SETUP

rclone config

COPY

Test

rclone copy --metadata --dry-run ncsa:gleaner aws_dev:gleaner

run

rclone copy --metadata ncsa:gleaner aws_dev:gleaner

prod (rclone on aws-dev)

rclone copy --metadata --dry-run ncsa:geocodes production:geocodes

screen -S rclone rclone copy --metadata ncsa:geocodes production:geocodes

Clone this wiki locally