GetValkyrie / hosting_s3

Allows Aegir to provision and manage S3 buckets for hosted sites.
1 stars 2 forks source link

Optimize restores #3

Open ergonlogic opened 9 years ago

ergonlogic commented 9 years ago

Currently, we delete the contents of a site bucket before copying the contents of a backup bucket. This is to remove stale content. But it's a scorched earth approach. Ideally, we'd be able to truly run a 'sync' task.

ergonlogic commented 9 years ago

This point may be moot, as of the recent optimizations for copying buckets.