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
Kishore Vamsi 6Kishore Vamsi 6 

Salesforce data backup and restore

I want to know Salesforce best process to take data backup and restore.

Thanks!!!
 
ANUTEJANUTEJ (Salesforce Developers) 
Hi Kishore,

>> https://help.salesforce.com/articleView?id=000334121&language=en_US&mode=1&type=1

The above link has all the best practices mentioned for backup for salesforce data can you try checking it once?

Let me know if it helps you and close your query by marking it as the best answer so that it can help others in the future.  

Thanks.
Kishore Vamsi 6Kishore Vamsi 6
Thanks for the quick reply ANUTEJ.
Do we have any other options to take salesforce data backup like Odaseva.

Data Export Service: Manual or scheduled exports of your data via the UI. 
Data Loader: Manual on-demand exports of your data via the API. 
Report Export: Manual on-demand exports of your data via reports.

Thanks..