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
ram dram d 

How to do Incremental Backups in salesforce

Hi,

I need to do Incremental Backups in salesforce by using salesforce standard ways I know Data Loader and Data Export other then these 2 options is there any new ways for taking Incremental Backups in salesforce ? could you please help me in this.?

Thanks in Advance!
Ram
SwethaSwetha (Salesforce Developers) 
HI Ram,

These are not official salesforce documentation but are good for reference so that you can architect as per your requirement :

1, You can use apex to export data for this. Please refer to point 7 in below article:
https://douglascayers.com/2016/03/20/salesforce-easy-ways-to-export-data-as-csv/

2. You can also use CLI Dataloader and schedule data export based in conditions from SOQL query:
https://salesforce.stackexchange.com/questions/103631/command-line-data-loader-incremental-delta-backup

>> You can build a SOQL query based on your requirement and try above suggestion.

3. You can additionally refer below article for achieving this:
https://documentation.commvault.com/commvault/v11/article?p=products/salesforce/t_salesforce_incr_backup.htm

>> You might also want to check for any app exchange apps
 
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful.
 
Thank you