Data Export
Data Export in Salesforce is the Setup feature that lets administrators schedule or run on-demand exports of the org's data as a set of compressed CSV files (one file per object) sent to the admin's email as a downloadable archive.
Definition
Data Export in Salesforce is the Setup feature that lets administrators schedule or run on-demand exports of the org's data as a set of compressed CSV files (one file per object) sent to the admin's email as a downloadable archive. Each export captures the data the org has at the moment of run, optionally including attachments and chatter content. Admins use Data Export for backup, archival, off-platform analytics, and compliance retention.
Data Export is the simplest backup mechanism Salesforce ships. It runs weekly (Enterprise+) or monthly (Professional), exports every selected object to CSV, and zips the files for download. The feature is not real-time, not granular per-record, and not suited for high-volume replicas; for those needs, orgs use Bulk API exports, third-party backup tools (OwnBackup, Spanning, Gearset Backup), or Salesforce's own Backup product (the newer paid backup add-on). Data Export remains the default lightweight option that ships with every edition.
Why Data Export is the lightweight backup option every Salesforce org has but few use well
Where Data Export lives in setup
Setup, Data Management, Data Export. The page has two options: Schedule Export (recurring) and Export Now (one-time). Either path opens a configuration where the admin picks objects to include, whether to include images and documents, whether to include attachments, the file format (CSV with UTF-8 typical), and whether to encrypt the resulting archive. After submission, the export queues; when complete, Salesforce emails the admin with a link to download the archive (typically a multi-file zip).
Cadence and edition limits
Enterprise, Performance, Unlimited, and Developer editions support weekly scheduled exports. Professional Edition supports monthly. The on-demand export (Export Now) is rate-limited; admins cannot run on-demand more frequently than once every 7 days on Enterprise+ or once every 29 days on Professional. The rate limit reflects the platform cost of full org export; high-volume backup needs are addressed through Bulk API or third-party tools rather than through Data Export.
What gets exported
The admin picks objects to include; the export covers every record on the selected objects subject to the running admin's access. Most admins run exports as System Administrator to capture every record. Attachments, files, and Chatter content are optional add-ons that significantly increase the export size; orgs with file-heavy data may produce multi-GB archives. The export does not include metadata (Apex classes, page layouts, custom field definitions); for metadata backup, use the Metadata API or DevOps Center.
Output format and the downstream consumption
Each object exports as a separate CSV with all fields (subject to admin field-level security) as columns and one row per record. The CSVs zip together into a multi-file archive. Most downstream consumers (offline analysis, third-party backup tools, compliance retention systems) ingest the CSVs directly. The format is suitable for restoration via Data Loader or other import paths but the restoration is manual; Data Export is not a restore-with-one-click tool.
The download window and the storage constraint
After the export completes, the archive is available for download for 48 hours. After 48 hours, Salesforce deletes the archive; the admin must trigger a fresh export to get a new copy. The 48-hour window matters for operational planning; an admin on PTO who misses the email loses the archive. Most production-backup workflows download the archive immediately on email notification and ship to long-term storage (S3, internal backup system) within the 48-hour window.
Data Export vs Salesforce Backup vs third-party backup
Data Export is free with every edition but limited in cadence and operational sophistication. Salesforce Backup (the newer paid Salesforce-managed backup product) offers daily backups, point-in-time restore, sandbox provisioning from backup. Third-party backup tools (OwnBackup, Spanning, Gearset Backup) offer similar capabilities with various pricing and feature trade-offs. The right choice depends on RPO and RTO requirements; orgs with strict recovery requirements graduate from Data Export to a paid backup product.
Backup as compliance vs as operational protection
Data Export serves two purposes that look similar but require different practices. Compliance backup (retain a snapshot for regulatory archive) needs periodic exports shipped to a compliance-managed archive. Operational backup (recover from accidental delete or bad deploy) needs frequent exports with tested restore workflows. Most orgs default to one or the other and discover the gap during an incident. Document which purpose the export serves and configure cadence accordingly.
How to use Data Export effectively for backup and archive
The pattern: schedule weekly exports, download promptly on email notification, ship to long-term storage, test restore quarterly. For orgs with strict recovery requirements, graduate to a paid backup product; for compliance archive, Data Export is fine if disciplined.
- Open Setup, Data Management, Data Export
The page hosts both Schedule Export and Export Now. Pick Schedule Export for recurring backup; Export Now for one-time needs.
- Configure the export scope
Pick objects to include. Most orgs include all standard and custom objects. Include attachments and files if those are in scope for backup.
- Set the schedule for recurring exports
Weekly for Enterprise+ editions, monthly for Professional. Pick a day and time off-business-hours.
- Assign the email recipient who will monitor the export
The admin email gets the completion notification with the download link. Pick a monitored mailbox (not a personal email of someone on vacation).
- Download promptly on email notification
The 48-hour download window is the hard constraint. Build an operational habit of downloading within 24 hours.
- Ship to long-term storage
S3 bucket, internal backup system, compliance archive. The export is your snapshot; the long-term storage is where it lives.
- Test restore quarterly
An untested backup is a hope, not a recovery plan. Pick a sample, restore to a sandbox, verify the data matches expectation.
Weekly (Enterprise+) or monthly (Professional). Tightest cadence the edition supports.
Which objects are exported. Most orgs include all.
Optional add-on; significantly increases archive size.
Archive encryption with admin-provided passphrase. Recommended for compliance contexts.
Who gets the completion notification. Pick a monitored mailbox.
- The 48-hour download window is hard. Missed emails mean lost archives until the next scheduled export.
- Data Export does not include metadata. Apex, page layouts, custom field definitions need separate Metadata API backup.
- On-demand Export Now is rate-limited. Plan around the limit; emergencies cannot trigger ad-hoc exports outside the window.
- Data Export is not a restore tool. Restoration requires Data Loader or Bulk API import; not a one-click recovery.
- Untested backups are hope, not recovery. Quarterly restore tests are the discipline that turns Data Export into actual operational protection.
Trust & references
Cross-checked against the following references.
- Data Export referenceSalesforce
- Administrator overviewSalesforce
Straight from the source - Salesforce's reference material on Data Export.
- Data ExportSalesforce Help
- Data LoaderSalesforce Help
- Salesforce BackupSalesforce Help
About the Author
Dipojjal Chakrabarti is a B2C Solution Architect with 29 Salesforce certifications and over 13 years in the Salesforce ecosystem. He runs salesforcedictionary.com to help admins, developers, architects, and cert/interview candidates sharpen their fundamentals. More about Dipojjal.
Test your knowledge
Q1. What is the primary benefit of Data Export for Salesforce administrators?
Q2. Can a Salesforce admin configure Data Export without writing code?
Q3. In which area of Salesforce would you typically find Data Export?
Discussion
Loading discussion…