Brief operational observations, written to remain useful after the immediate change is complete.
Recovery
Backups need a reading test
A successful write is not enough. A useful backup also has a verified checksum, a readable file list, and a database copy that passes its own integrity check.
A non-destructive extraction into a temporary directory catches missing paths and packaging mistakes before a real recovery is needed.
Storage
Healthy logs have limits
Logs should retain enough context to explain an incident while respecting the size of the host. Rotation, compression, and a journal ceiling turn that intent into an enforceable boundary.
Operations
Small checks, often
Service state, a local listener, an external request, free space, and certificate lifetime answer different questions. Keeping them separate makes warnings more useful and troubleshooting more direct.