Category: Debugging
-
Home Server Backups Failed: Recovery Checkpoints That Never Clean Up
Veeam backup jobs failed nightly with ‘insufficient free disk space’. The cause: Hyper-V recovery checkpoints that never cleaned up. Here is how to find them, merge them on…
-
IIS 403 Errors on Static Files After a Deployment
ASP.NET Core returned HTTP 403 for some static files. IIS Dynamic IP Restrictions limited concurrent requests. This guide shows the diagnosis and the fix.
-
Veeam Agent Windows: Push-Deploy Physical Box to Backup Repository
Physical Windows machine needs backing up to Veeam repository. Here’s the exact checklist: firewall ports, credentials, and the UAC registry key that blocks agent push-deploy. 20 minutes. Most…
-
Veeam Instant Recovery to Hyper-V: When the BCD Points to the Wrong Drive Letter
Restoring a physical server into a Hyper-V test VM sounds straightforward. Veeam Instant Recovery promises a running VM in minutes, not hours. For the most part, it delivers.…
-
Web Deploy IIS Authentication Troubleshooting – Fix ‘User Unauthenticated’ Errors
Step-by-step guide to diagnosing and fixing Web Deploy authentication failures on IIS. Covers WMSVC pass-through auth, IIS Manager Permissions, delegation rules, and creating local IIS Manager users as…
-
[Solved] Veeam Backup Failed – Cyclic Redundancy Check
As a tech enthusiast, I try to do make sure I back up. Every night, I rely on Veeam to create a reliable backup of my precious photo…
-
Running out of space? Here is how to remove old backup points with Veeam.
Edit >>Storage >> Change the retention policy. On the next run, veeam will clean up the old backups. 😎
-
Backing Up Oracle Free Tier Machines: A DIY Solution
I have heard that Oracle sometimes blows its free tier machines away randomly, and I had left a backup solution too long. Sure, I backed up the boot…
-

Title: How to Add a Windows 10 Machine as a Backup Repository in Veeam Backup & Replication
As an IT administrator, one of your top priorities is to ensure that your organization’s data is properly backed up and protected against data loss. Veeam Backup &…
-
#include guards in C++
I was having issues with an ESP32 project. I needed an instance of which was sitting in <wifisetupmanager.h> I needed this in two files – <setup.h> and <endpoints.h>.…