tobu.foo
Backup Guide

A good backup strategy combines system images, file history, and offsite copies to ensure your data is always safe — even during hardware failure or accidental deletion.

Step 01

Define your backup layers

Use local backups (like an external drive), cloud sync for convenience, and cold storage for long-term protection.

Step 02

Automate and monitor

Schedule backups and health checks automatically, and review logs regularly to make sure everything is running smoothly.

Setting up File History

  • Connect your external drive or network share before starting.
  • Exclude unnecessary temporary or cache folders.
  • Keep at least 3 months of file history for recovery flexibility.
# backup-workflow.ps1
Start-Process sdclt.exe -ArgumentList '/configure'
wbadmin enable backup -addtarget:\\\\NAS\\Backups -include:C: -quiet
SCHTASKS /Create /TN "Validate-Backups" /TR "wbadmin get versions" /SC WEEKLY /RL HIGHEST