| KB ID: | 4882 |
| Product: | Veeam Backup for Salesforce |
| Published: | 2026-07-16 |
| Last Modified: | 2026-07-16 |
vbsf-export, a standalone utility that exports Salesforce backup data from a Veeam Backup for Salesforce deployment to cloud storage. The exported files can then be used, for example, with the Data Import feature of Veeam Data Cloud for Salesforce to migrate the backup history to the cloud.
vbsf-export, backup data is exported from the PostgreSQL database managed by Veeam Backup for Salesforce to Azure Blob Storage or Amazon S3. The utility is distributed and installed separately from Veeam Backup for Salesforce, and is compatible with version 3.2.0 or later.
vbsf-export is not compatible with earlier versions.The vbsf-export utility should be deployed on the host on which the export will be run (typically the Veeam Backup for Salesforce host itself, or another host with database and storage access).
--property=value) or as uppercase environment variables.-h, or --help, the full parameter reference is printed.--test_run=true can be added to check connectivity and show which tables match the configured filters, without exporting any data.log_output parameter (vbsf-export.log and debug/vbsf-export.log). To stream full progress to the console instead, --follow (-f) can be added.--export_table_filter='^account(__h)?$' can be used.In the following example, only the Account object's data, changed on or after June 1, 2025, is exported to Azure Blob Storage:
java -jar vbsf-export.jar \ --jdbc_url=jdbc:postgresql://localhost:5432/vbsf_application \ --jdbc_username=vbsf --jdbc_password=*** \ --sf_org_id=00D2C000700gi2SUAQ \ --azure_account_name=mystorageaccount --azure_access_key=*** \ --azure_container_name=vbsf-export \ --log_output=/var/log/vbsf/vbsf-export \ --export_table_filter='^account$' \ --filter="vsf_last_modified_date >= '2025-06-01 00:00:00+00'"
If this KB article did not resolve your issue or you need further assistance with Veeam software, please create a Veeam Support Case.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case