Amazon S3 and rsync snapshots?

James Kramer kramerjm-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Sat Jan 17 13:04:14 EST 2009


>
> That's pretty much what I assumed the process would be. The description
> doesn't address my two concerns, though:
>
> 1. By mounting it as a filesystem and then running rsync on top of that,
> rsync sees the s3 filesystem as a "local" filesystem, and therefore as part
> of the process of checking if a file needs to be updated, it copies the
> entire file from s3 to generate its hash for comparison. Rsync to a remote
> system invokes rsync on the remote end to compute the hash,and avoids
> the bandwidth usage that the "local" rsync uses.
>
> 2. The rsync snapshots process uses hard links to make each daily backup
> directory look like a complete filesystem -- daily.0, daily.1,
> daily.2, etc. are
> all complete filesystems from different days, but files that are the same in
> all of these are hard-linked to a single instance, so it doesn't waste storage
> space with multiple copies of the same file. Is it possible to do the same
> with an s3-based solution?
>
>


John,

I found this link which describes using Amazon Ec2, S3 and rsync to backup data.
http://www.freewisdom.org/en/all/entries/2008/09/17/backup_with_rsync/

I hope this helps.  I may give it a try because I am having broken
pipe problems between Amazon and Verizon FIOS





More information about the Discuss mailing list