feat: Validate backup directory placeholders resolve to valid path before backup #109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The PreflightCheck currently warns when placeholders are unresolved but doesn't validate the resolved path. Add a check that resolves all placeholders and verifies the resulting path exists and is writable before the backup starts.