DriveBackupPro
DriveBackupPro is TechTone's internal Windows desktop backup system built in C++ to protect critical business data. It integrates directly with Google Drive via OAuth2 and runs fully automated, scheduled backups in the background — no manual intervention needed.
Each backup is stored in a timestamped folder so past versions are always recoverable. Old backups beyond a configurable retention window are pruned automatically to keep storage clean. Credentials are secured using Windows DPAPI so sensitive auth data never sits in plain text on disk.
- Google Drive integration via OAuth2 loopback redirect
- Scheduled automatic backups — runs silently in background
- Timestamped folder naming for clean, recoverable version history
- Configurable retention pruning — old backups removed automatically
- Windows DPAPI credential storage — no plain-text secrets
- Built in C++ for lightweight, low-overhead operation