We need a script that can automatically back up a folder to a destination with optional compression.
Tasks:
1. Create scripts/backup_folder.py
2. Support command-line arguments for source and destination folders
3. Add optional zip compression
4. Add logging (info and error messages)
5. Update docs/how_to_run_scripts.md with example usage
6. Write basic unit tests in tests/test_backup_folder.py
Goal:
Provide a reliable folder backup automation tool for contributors and end-users.
We need a script that can automatically back up a folder to a destination with optional compression.
Tasks:
1. Create scripts/backup_folder.py
2. Support command-line arguments for source and destination folders
3. Add optional zip compression
4. Add logging (info and error messages)
5. Update docs/how_to_run_scripts.md with example usage
6. Write basic unit tests in tests/test_backup_folder.py
Goal:
Provide a reliable folder backup automation tool for contributors and end-users.