Skip to content

An application to automatically backup Rackspace Cloud Files to AWS S3 and vice versa.

Notifications You must be signed in to change notification settings

dixcart/CrossCloudBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#CrossCloudBackup

An application to automatically backup Rackspace Cloud Files to AWS S3 and vice versa.

##Instructions

  • Compile and copy exe to either an EC2 instance or a Rackspace Cloud Server (for bandwidth cost reduction).
  • Run the application once to generate a blank config XML file.
  • Modify the XML config file with your keys (see config section below)
  • Run manually or schedule the app to run, it will sync all buckets and containers between the services

##Config

  • AWSKey: AWS IAM user Key
  • AWSSecret: AWS IAM user secret
  • AWSRegion: AWS region to use, needs one instance of app per region
  • RSUsername: RackSpace user name
  • RSAPIKey: RackSpace API Key
  • RSUseServiceNet: (true/false) Use internal Rackspace network, only if app is running on a Cloud Server
  • RSLocation: RackSpace API location (UK/US)
  • ExcludeBuckets: Comma separated list of S3 buckets to exclude
  • ExcludeContainers: Comma separated list of Cloud Files Containers to exclude
  • RSBackupContainer: Container to store your S3 files on Rackspace
  • S3BackupBucket: Bucket to store your Cloud Files on S3

##License

Creative Commons Licence
CrossCloudBackup by Dixcart Technical Solutions Limited is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

An application to automatically backup Rackspace Cloud Files to AWS S3 and vice versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages