Can we use rsync command to take daily backup in s3?
Hi,
I am new to Linode S3 object storage.
Could please help me how to take backup of data by using 'rsync' command to s3 bucket
1 Reply
The actual rsync
tool wants to interact with filesystem-type endpoints. Typically, you'll need something like rclone if you want an rsync
-style experience with object-storage systems.