💾 A python program that makes backing up information easy
-
Create a backup for specific folders with date stamps
-
Creat a menu for the tasks that asks users to choose what to back up
-
Compress backup files to a zipfile
-
List all the drives on the host machine
-
Extract zipfiles
-
Send the zipfiles by Email, Google Drive or DropBox
-
Print meaninful error messages for the user
-
Send the file to trash when the user choose to delete
-
Send the user a text message when the backup is done
-
Add Date and time for the python script to execute -- Secheduling
-
Clean up and optimize the program