Situatie
Solutie
Step 1: Understand “backup success”
A job can be “successful” while:
-
Skipping files
-
Missing permissions
-
Excluding folders silently
Never rely only on green checkmarks.
Step 2: Review backup logs
Locate backup logs:
-
Windows Backup → Event Viewer
-
Linux →
/var/log -
NAS → Backup application logs
Search for:
-
“Skipped”
-
“Denied”
-
“Partial”
Step 3: Verify actual data
-
Restore random files from backup
-
Compare file size and modification date
-
Test at least one full restore per month
Step 4: Detect permission issues
Run backup using:
-
Admin/root account
-
Service account with full access
Missing permissions are a common silent failure.
Step 5: Set alerts
If possible:
-
Enable email alerts
-
Create script checking backup size changes
-
Alert if backup size drops suddenly.
Leave A Comment?