Use Salesforcexytools dataloader to auto backup salesforce.

Posted by ExiaHuang on August 6, 2017

Use Salesforcexytools dataloader to auto backup salesforce.

Install Java and ant.

Salesforcexytools-Dataloader is base on Ant and dataloader, Please install ant and java.

  1. Make sure you have a Java environment installed, See System Requirements for details.
  2. Download Ant. See Binary Edition for details.
  3. Uncompress the downloaded file into a directory.
  4. Set environmental variables JAVA_HOME to your Java environment, ANT_HOME to the directory you uncompressed Ant to, and add ${ANT_HOME}/bin (Unix) or %ANT_HOME%\bin (Windows) to your PATH. See Setup for details.
  5. Optionally, from the ANT_HOME directory run ant -f fetch.xml -Ddest=system to get the library dependencies of most of the Ant tasks that require them. If you don’t do this, many of the dependent Ant tasks will not be available. See Optional Tasks for details and other options for the -Ddest parameter.
  6. Optionally, add any desired Antlibs. See Ant Libraries for a list.

How to Backup salesforce Data.

Open Schema Page

SalesforeXyTools-Dataloader

Download SalesforceXyTools-Dataloader

SalesforeXyTools-Dataloader

SalesforeXyTools-Dataloader

Download Build.xml

Click Create Build.xml SalesforeXyTools-Dataloader

If you want to backup all the data from your sfdc, you can download all sobjcet backup config. Please click Create Build.xml(All Sobjcet).

Copy Build.xml file to [SalesforeXyTools-Dataloader]

Copy Build.xml file to [SalesforeXyTools-Dataloader] SalesforeXyTools-Dataloader

Config your user and password.

SalesforeXyTools-Dataloader

※How to create your password. Create the Encrypted Password

Run in windows

Just click run.bat. Or

1
Ant all

Run in Mac/Linux

1
Ant all