Skip to main content

Posts

Showing posts with the label RClone

Bucket Sync and Migration With Rclone

In case of a bucket migration or syncing with a backup purpose, rclone is very handy tool to use.   Rclone   is not just only used for doing migrations, but instead it is very comprehensive tool that can be used in so many varieties, but here we will focus on one of the most important S3 operations. The important information to collect here is source and destination bucket access information which will be  endpoints ,  region , Access Key and  Secret . In overall steps should look like the following; Install rclone to a server/laptop where it can access both endpoints. Configure the buckets on both endpoints. Start and monitor the sync ⚠️ Make sure that your intermediary device performing the sync has enough system resources. Lacking or insufficient resources will decrease the sync performance significantly Install rclone into your environment Depending the environment you are using, the installation method may differ. With this documentation, the installation ...