https://github.com/nairuzabulhul/backit
:floppy_disk: A python program that makes backing up information easy
https://github.com/nairuzabulhul/backit
automation backup drives python zipfiles
Last synced: 8 months ago
JSON representation
:floppy_disk: A python program that makes backing up information easy
- Host: GitHub
- URL: https://github.com/nairuzabulhul/backit
- Owner: nairuzabulhul
- Created: 2016-12-24T23:45:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T04:44:25.000Z (almost 9 years ago)
- Last Synced: 2025-01-12T22:14:49.925Z (9 months ago)
- Topics: automation, backup, drives, python, zipfiles
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### BackIT
:floppy_disk: A python program that makes backing up information easy
#### Features:
- [x] Create a backup for specific folders with date stamps
- [x] Creat a menu for the tasks that asks users to choose what to back up
- [x] Compress backup files to a zipfile
- [x] 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
- [x] 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