Skip to content

dineshkummarc/A-Trak

 
 

Repository files navigation

A-Trak Logo

A-Trak - Synchronize files to the Cloud!

A-Trak is a tool to manage deploying content and resources to the cloud. It can also be used to backup content off of your primary service provider. Choose to synchronize data in 9 different directions, between Windows Azure, Amazon S3 and Windows Folders.

This is a utility for easily synchronize files with Blob Storage on Windows Azure, S3 on Amazon or Folders.

Current applications

  • For Development teams to enable continuous deployment
  • Make use of CDN's in place
  • Release static websites
  • Backup data on secondary account
  • Backup data off of your primary service provider

We have built this to help you with your development and deployment process. Agile Business Cloud Solutions Ltd. uses this tool as part of an automated continuous deployment solution from Jenkins to Windows Azure.

Getting Started

  • Clone the repository at git clone git@github.com:AgileBusinessCloud/A-Trak.git
  • Run the A-Trak.csproj file in Visual Studio
  • Configure the command line arguments in DEBUG tab of Project Properties
    • Example Folder to Azure Blob: "C:\Project\MyMVCWebSite\FromFolder" "UseDevelopmentStorage=true" "tocontainer"
    • Example Folder to Amazon S3: "C:\Project\MyMVCWebSite\FromFolder" "SecretKey" "SecretAccessKey" "tobucket"
    • Example Folder to Folder: "C:\Project\MyMVCWebSite\FromFolder" "C:\Project\MyMVCWebSite\ToFolder"
    • Example Azure Blob to Folder: "UseDevelopmentStorage=true" "fromcontainer" "C:\Project\MyMVCWebSite\ToFolder"
    • Example Azure Blob to Azure Blob: "UseDevelopmentStorage=true" "fromcontainer" "UseDevelopmentStorage=true" "tocontainer"
    • Example Azure Blob to Amazon S3: "UseDevelopmentStorage=true" "fromcontainer" "SecretKey" "SecretAccessKey" "tobucket"
    • Example Amazon S3 to Folder: "SecretKey" "SecretAccessKey" "frombucket" "C:\Project\MyMVCWebSite\ToFolder"
    • Example Amazon S3 to Azure Blob: "SecretKey" "SecretAccessKey" "frombucket" "UseDevelopmentStorage=true" "tocontainer"
    • Example Amazon S3 to Amazon S3: "SecretKey" "SecretAccessKey" "frombucket" "SecretKey" "SecretAccessKey" "tobucket"
  • Run that puppy (Hit F5)!

SDK's

Compiled Version

Screenshot of configuration arguments

A-Trak Configuration

About the Author

Jef King has worked in the software industry for twelve years. Over this time he has experienced a range of responsibilities in various industries. His passion for technology and motivating teams has kept his drive and focus strong. Early on in his career he showed an entrepreneurial spirit, starting multiple small companies. He departed from this to learn more about the software industry by working with larger companies, such as Microsoft. These diverse experiences have given a very unique perspective on teams and software engineering. Since moving back to Vancouver he has built several highly productive software development teams, and inspired others to try similar techniques.

Contributing

Contributions are always welcome. If you have find any issues with A-Trak, please report them to the Github Issues Tracker.

Apache 2.0 Licence

Copyright 2012 Agile Business Cloud Solutions Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Push files from Windows Azure Blob Storage, to Amazon S3 or Windows Folders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published