You need to sign in to do that
Don't have an account?

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
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
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
Thank you