Discussion:
[rsnapshot-discuss] Hooking rsnapshot to "aws s3 sync"
Nico Kadel-Garcia
2016-01-13 16:13:26 UTC
Permalink
Has anyone else dealt with mirroring material from an AWS S3 repository? And merged it with the "aws s3 sync" command, which is admittedly nowhere near as sophisticated as the "rsync" command? I'm looking at locally mirroring datestamped copies of S3 stored content, to keep trackable local copies of the upstream modified content.

Nico Kadel-Garcia
Lead DevOps Engineer
***@skyhookwireless.com
Christopher Barry
2016-01-14 07:34:07 UTC
Permalink
On Wed, 13 Jan 2016 10:13:26 -0600
Post by Nico Kadel-Garcia
Has anyone else dealt with mirroring material from an AWS S3
repository? And merged it with the "aws s3 sync" command, which is
admittedly nowhere near as sophisticated as the "rsync" command? I'm
looking at locally mirroring datestamped copies of S3 stored content,
to keep trackable local copies of the upstream modified content.
Nico Kadel-Garcia
Lead DevOps Engineer
use s3fs

http://sharadchhetri.com/2013/03/08/how-to-mount-s3-bucket-in-linux-ec2-instance/

if you mounted the volume in an aws ec2 linux instance, you could run
rsnapshot on your local box to pull versioned copies of the s3 data
through the ec2 host to your local box.
--
Regards,
Christopher
Loading...