function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
amruta_dhumalamruta_dhumal 

What is the process to take a backup before sandbox refresh

Hi There,

 

I want to know how to take a sandbox backup before it get refreshed.

 

Amruta

Best Answer chosen by Admin (Salesforce Developers) 
Shivanath DevnarayananShivanath Devnarayanan

Hello,

 

TO BACKUP METADATA

There are a couple of ways you can do this

 

If you want to just backup the metadata you can do it using the Force.com IDE

 

Steps after installation

 

1) Create a new force.com project

2) enter your credentials for Source ORG (you may need your security token if you're accessing this outside your whitelisted IPs)

3) Select Appropriate ORG (Dev,Sandbox,Pre-release, Production)

4) click next ; Select metadata and select all and continue (this to get all metadata , you can choose what to back up too)

5) patiently wait till everything downloads

 

you'll have complete back up of your ORG's Metadata

but not your DATA

 

alternate approach to backup metadata is ANT Tool :  link2 . This gives more flexibility when deploying/saving metadata, but it's a little more complicated to configure, and you have to manually write the package.xml file(tell him what to retrieve). I use it for moving code across unrelated instances when packages are not available. 

 

-----------------

 

TO BACKUP DATA

 


There are two approaches that come to my mind 

 

1) You can do a full export of your ORG's Data using the DATA LOADER tool . you can download the Data Loader from the Setup menu, under Administration Setup - Data Management

Read more here 

 

2) Use external tools like DBAmp which we use. 

 

hope this helps 

 

Mark it solved if it does. 

All Answers

Shivanath DevnarayananShivanath Devnarayanan

Hello,

 

TO BACKUP METADATA

There are a couple of ways you can do this

 

If you want to just backup the metadata you can do it using the Force.com IDE

 

Steps after installation

 

1) Create a new force.com project

2) enter your credentials for Source ORG (you may need your security token if you're accessing this outside your whitelisted IPs)

3) Select Appropriate ORG (Dev,Sandbox,Pre-release, Production)

4) click next ; Select metadata and select all and continue (this to get all metadata , you can choose what to back up too)

5) patiently wait till everything downloads

 

you'll have complete back up of your ORG's Metadata

but not your DATA

 

alternate approach to backup metadata is ANT Tool :  link2 . This gives more flexibility when deploying/saving metadata, but it's a little more complicated to configure, and you have to manually write the package.xml file(tell him what to retrieve). I use it for moving code across unrelated instances when packages are not available. 

 

-----------------

 

TO BACKUP DATA

 


There are two approaches that come to my mind 

 

1) You can do a full export of your ORG's Data using the DATA LOADER tool . you can download the Data Loader from the Setup menu, under Administration Setup - Data Management

Read more here 

 

2) Use external tools like DBAmp which we use. 

 

hope this helps 

 

Mark it solved if it does. 

This was selected as the best answer
amruta_dhumalamruta_dhumal

Thanks!!

MarioKorfMarioKorf

You can also create an outbound change set.