Quick start: your first backup
Ten minutes from an empty account to a protected org. You'll need a connected org.
The dashboard's Getting started checklist tracks these same steps — connect an org, schedule a backup, turn on change tracking.
1. Create the backup
- Click Backup in the sidebar, then New Backup.
- Name it — Daily production backup.
- Pick your Salesforce org.
- Scope: keep All objects — every object, all records and files. (You can create focused, filtered backups later.)
- Mode: pick Incremental backup — a full baseline first, then only what changes each day. Fast and light on API usage.
- Schedule: Daily, at a quiet hour like
02:00, in your timezone. - Storage destination: pick the region closest to you (or your own storage if configured).
- Notifications: tick Send an email notification when a run finishes and Restrict to failed or partial runs only — you'll only hear about problems.
- Click Create backup.
[SCREENSHOT REQUIRED: Completed new-backup form ready to submit]
2. Run it now
Don't wait for tonight: on the backup's page, open Run Backup and start a full run. The run page shows live progress — objects appear in the report as they're captured.
3. Check the report
When the run completes (you'll see Success), look over the run report: total records, files, size, and the per-object table. This is what every future run will produce automatically. See Monitoring runs and reports.
[SCREENSHOT REQUIRED: First successful backup run report]
4. Prove you can restore
A backup you've never restored from is a hope, not a plan. Do a tiny drill:
- Open the run and click Query to explore the snapshot (prepare it when prompted).
- Pick one unimportant record, then follow Restoring data to restore it into a sandbox.
Total cost: a few minutes. Value when something goes wrong someday: enormous.
5. Turn on change tracking
While you're here, create a Metadata Change Tracker for the same org — it completes the Getting-started checklist and starts building the metadata history that powers the Org Assistant and Security Center.
Where to next
- Backup scope and filters — focused backups with per-object filters.
- Key concepts — the ideas behind everything you just clicked.