So my understanding of it is like this, there are two types of backups, and they are Image Backups and Data / User File backups...
- Image Backups (System Backups / System State /Disaster Recovery Backups)
- The Creation Process
- Can be created with
Clonezilla
orntfsclone
orwbadmin
with System State backup using a vhd of xvhd. - Then if the Data / User File Backups are included in it, they can be removed by mounting the Image Backup, and removing the Data / User Files from it to save on space (see this)
- Can be created with
- What it Includes / Excludes
- Excludes the Data / User File Back
- Includes installed programs and OS system files.
- On Windows, you'll probably also want to remove any temp files from the image such as:
pagefile.sys
hiberfil.sys
swapfile.sys
- When?
- It's best to make this after you have the machine setup the way that you want with the programs already installed on it, and after updates are installed, you'll want to back it up again...this isn't always possible, but it's likely the best time to do this.
- The Creation Process
- Data / User File Backups (User File Backups)
- The Creation Process
- Usually a full backup is created and then incrementals or differentials after that (and of course use a strategy like GFS)
- When?
- Run more frequently than image backups, these backups are scheduled and run when few people are using the system...
- What it Includes / Excludes
- Only includes the data /user files, and it does not include any of the system files and program files like the Image Backup.
- The Creation Process
Then when you need to do disaster recovery, you restore the Image Backup first, and then when it's been recovered you add back in the Data / User File Backups to the system.
Is my understanding of this correct? Is there anything I missed?