🔄 Automated Daily Backup Script with Python
This project contains a Python script that automatically backs up files and folders from a source directory to a destination backup folder. The backup runs daily at a scheduled time using the schedule module and includes timestamps for easy version tracking.
🚀 Features
- ✅ Automatically copies all files and subdirectories from the source
- 🕒 Scheduled daily backup (default: 2:00 AM)
- 🏷️ Timestamped backup folders
- 📦 Simple and lightweight – no external dependencies other than
schedule