An open API service indexing awesome lists of open source software.

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

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