This lab demonstrates how to create a Python script that automates the backup of files or directories. It compresses selected folders into a .zip archive and stores it in a designated backup directory.
- File/directory selection
- Creating time-stamped backup files
- Zipping files using
shutilandos - Logging basic backup activity
- Place the folders/files you want to back up inside the
to_backup/folder - Run the script:
python3 scripts/backup_script.py
## ๐ธ Screenshots
### 1๏ธโฃ Backup Console Output
Shows successful backup message from script.

---
### 2๏ธโฃ Backup Folder Created
Displays the ZIP file in the backups folder.
