Giter VIP home page Giter VIP logo

salesforce_backup's Introduction

Salesforce-Backup Build Status

Performs automated backups of SalesForce.com export data locally or to either AWS or Azure.

Usage

You need to edit the App.config settings for your particular needs. The key values are as follows:

Key Description Default
AwsAccessKey The access key for the account with permissions to the AWS S3 bucket. null
AWSRegion The region the AWS S3 bucket is located. us-east-1
AWSSecretKey The secret key for the account with permissions to the AWS S3 bucket. null
AzureAccountName The Azure account name to connect to. null
AzureBlobEndpoint The endpoint for the Azure storage account. null
AzureContainer The Azure container to use for the backup. monthlybackups
AzureFolder The folder to place the backup in inside the Azure container. salesforce
AzureSharedKey The shared key for accessing the Azure storage container. null
host The Salesforce.com host. na17.salesforce.com
password The password for Salesforce.com. null
S3Bucket The bucket to store the backup in AWS S3. monthlybackups
S3Folder The folder to store the backup in AWS S3. salesforce
scheme The schema for connecting to Salesforce.com. https
uploader The uploader to use for the backup. Possible values are 'AWS' or 'Azure'. Azure
username The username for Salesforce.com. null

To run, simply execute the SalesForcebackup.exe at the command prompt. Optionally, you can pass in some arguments at runtime:

Usage: SalesForceBackup.exe [-hupasyz]

Options:

        --help          Displays this help text
        -u              Username for Salesforce
        -p              Password for Salesforce
        -t              Security Token for Salesforce
        -h              Salesforce hostname for your org
        -a              AWS access key
        -s              AWS secret key
        -y              Azure account name
        -z              Azure shared key

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.