Backup Types and Strategies
Full backup: copies all selected data. Slowest to complete; fastest to restore (single set). Typically run weekly or monthly as the baseline. Differential backup: copies all data changed since the last full backup. Grows in size each day until the next full backup. Restore requires: most recent full + most recent differential. Incremental backup: copies only data changed since the last backup of any type. Smallest individual backup size; slowest restore (full + all incrementals). Restore requires: most recent full + all incrementals in sequence.
3-2-1 backup rule: 3 copies of data, stored on 2 different media types, with 1 copy offsite. Protects against: hardware failure (multiple copies), media failure (different types — disk and tape, or disk and cloud), site disaster (offsite copy). Network device configs should follow 3-2-1: local backup + version control repo + offsite cloud storage.
Backup Media and Storage
Disk-based backup (NAS, SAN, backup appliance): fast backup and restore, random access, reusable. Most common for primary backup target. Tape backup: sequential access, low cost per GB, removable for offsite transport, long shelf life. Still used for archive and compliance storage. Cloud backup: offsite by nature, scalable, pay-per-use. Slower restore due to bandwidth. Hybrid: disk for fast local restore, replicated to cloud for offsite.
Backup testing: backups that have never been restored may be corrupt or incomplete. Schedule regular restore tests — quarterly at minimum. Test restoring specific files, full system restores, and configuration restores. An untested backup is not a reliable backup.