Construction companies usually have four very different kinds of data, and treating them as one backup job is where things break. An ERP database, a cloud productivity suite, large CAD and project files, and photos scattered across phones all fail differently and recover differently.
Here’s what each one actually needs.
Jonas, Sage 300 CRE, Viewpoint, and the SQL database underneath
Your accounting and project management system almost certainly sits on a SQL Server database, whether it’s on a server in your office or hosted. It needs an application-aware backup, not a file copy. A running database written to disk mid-transaction produces a file that often won’t mount at all on restore.
What that means in practice:
- The backup coordinates with SQL Server so the database is captured in a consistent state
- The transaction log is captured too, which is what allows a point-in-time restore. Without it, your only option is “restore last night” and re-key everything since
- The backup runs often enough to match how much data entry you’re willing to redo. For a company doing daily payables and payroll, nightly-only is usually too coarse
If you’re running one of these platforms and want context on supporting them day to day, see our notes on Jonas and construction software support.
Microsoft 365, the gap almost everyone has
Microsoft operates under a shared responsibility model. They guarantee the service stays available and that they don’t lose your data through their own infrastructure failure. Recovering your data after your own people delete it, or after ransomware encrypts it, is your responsibility.
The retention windows people mistake for backups are deletion grace periods:
- Exchange Online: deleted items sit in Recoverable Items for 14 days by default, extendable to 30
- SharePoint and OneDrive: first and second stage recycle bins total 93 days
- A departed employee’s OneDrive: retained 30 days by default after the account is deleted
Past those windows, it’s gone. And none of them help when a compromised account’s files are encrypted and the encrypted versions sync to the cloud looking like legitimate changes. A third-party Microsoft 365 backup with its own retention is the fix, and it covers Exchange, SharePoint, OneDrive, and Teams.
CAD, drawings, submittals, and project files
These are large binary files with no transaction log, which changes the priorities. You cannot replay them forward, so the questions are versioning and retention depth.
The failure mode here is rarely a dramatic outage. It’s someone overwriting a drawing set, or a file quietly corrupting, and nobody noticing for six weeks. If your retention only reaches back 30 days, the good version is already expired. Keep enough version history to reach back past a mistake that went unnoticed for a while, and make sure the backup covers the actual working location, whether that’s a file server, SharePoint, or a document management system.
Jobsite photos and field-captured data
Photos on a superintendent’s personal phone are not backed up and are not really the company’s. That matters most in a dispute over what was built when, which can surface years later. Get them routed to a company OneDrive or SharePoint location automatically, and they fall under the normal backup like everything else.
The rules that tie it together
Three, two, one. Three copies of the data, on two different types of storage, with one copy off-site. This is the baseline standard, not an aspiration.
One copy immutable. Immutable means the backup cannot be altered or deleted for a set retention period, even by an administrator account. Ransomware crews target backups first, and a backup an admin credential can delete is a second target rather than a recovery plan. This is also a question on nearly every cyber insurance application now.
Set your targets before you buy anything. Decide how long the business can run without each system, and how much data entry you’re willing to redo. Those two numbers determine the design. Picking a backup product first and discovering the recovery time afterward is backwards.
Test restores on a schedule. Quarterly at minimum for the systems that stop work. Test the restore, not the green checkmark on the backup job. Most backup failures are only discovered during the emergency they were supposed to prevent.
Where construction companies most often come up short
In our experience across Houston and Dallas-Fort Worth, the same three gaps repeat: Microsoft 365 with no real backup at all, an ERP database being file-copied rather than backed up application-aware, and a backup that has never once been restored. All three are fixable in weeks.
If you want to know where you actually stand, our backup and disaster recovery service starts by inventorying what’s covered today versus what everyone assumes is covered, and our broader managed IT support keeps the restore testing on a schedule rather than leaving it to whoever remembers.
