Practice 1 — Regular Restore Testing
Backup creation and backup restoration are two entirely separate operations. Successful creation does not guarantee successful restoration. Your restore testing cadence should be:- Quarterly at minimum — execute a full restoration of at least one critical VM or dataset to a sandboxed, isolated environment every three months
- After every major change — test restores following OS upgrades, hypervisor migrations, backup agent updates, or storage hardware replacements
- Annually for full-environment drills — at least once per year, simulate a complete site failure and restore your entire critical application stack from backup
What a Restore Test Should Confirm
When you execute a quarterly restore drill, verify each of the following before marking the test as passed:
Record the results of every restore test in a signed test log. This log is evidence of due diligence and an input to your disaster recovery planning process.
Practice 2 — Encryption Standards
Business data — particularly call recordings, customer databases, and financial records — must be encrypted both when stored and while being transmitted. Weak or absent encryption leaves your data exposed to interception during transfer and accessible to anyone who obtains physical or logical access to your storage media.Encryption at Rest: AES-256
All backup archives stored on disk, object storage, or tape must be encrypted using AES-256, the current industry standard for data-at-rest protection.- AES-256 is the encryption standard required by most data protection regulations and insurance policies
- Encryption keys must be stored separately from the encrypted data — never on the same server or storage volume being backed up
- Key management procedures should be documented, with access restricted to named, authorised individuals
- Rotate encryption keys at least annually, or immediately following a suspected key compromise or staff departure
Encryption in Transit: TLS 1.3
All backup data transmitted across a network — from production server to backup destination, and from backup destination to secondary site — must use TLS 1.3.- TLS 1.3 eliminates legacy cipher suites and reduces the handshake attack surface compared to older TLS versions
- Verify that your backup software, replication agent, and object storage endpoint all negotiate TLS 1.3 by default
- Disable TLS 1.0 and 1.1 on all backup infrastructure components; disable TLS 1.2 where your toolchain supports 1.3 universally
- Confirm certificate validity on backup endpoints — an expired certificate should trigger an alert, not a silent fallback to unencrypted transfer
Apply these encryption requirements to all backup data categories — not only financial records. Call recordings, HR documents, and customer contact data are equally sensitive and equally subject to data breach notification obligations.
Practice 3 — Geographic Isolation
Keeping all your backup copies in the same physical location as your production environment defeats the purpose of having backups. A fire, flood, theft, or power surge that takes out your server room will take out co-located backups at the same time. Your backup architecture must include at least one geographically isolated copy:- Minimum requirement — one secondary backup copy stored in an external data centre in a different physical building from your primary site
- Recommended arrangement — follow the 3-2-1 Rule: three copies of your data, on two different media types, with one copy offsite
Geographic Isolation in a Cambodian Context
Cambodia’s geography and infrastructure add specific considerations:- Flood risk zoning — ensure your secondary backup site is not in the same flood-risk zone as your primary. A backup in a different district of Phnom Penh may not be sufficient if a major flood event affects the entire city.
- ISP diversity — if your primary and secondary sites use the same upstream ISP, a single fibre cut can sever both backup transfer paths simultaneously. Use providers with independent physical infrastructure.
- Cross-border replication — for maximum resilience, consider replicating a tertiary backup copy to a data centre in Singapore, Thailand, or another regional hub with strong connectivity to Cambodia.
Putting It All Together
Combine all three practices into a cohesive backup posture:
For the full 3-2-1 Rule implementation guide and KHCOLO’s cloud backup service options, visit the Backup Strategy page. To understand how backup practices fit into your broader recovery planning, see the Disaster Recovery Planning guide.