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

https://github.com/arbazkhan4712/auto-backup-drive

It will automatically backup your data into a usb drive using python
https://github.com/arbazkhan4712/auto-backup-drive

auto-backup backup backup-script backups python python3 usb-stick

Last synced: 8 days ago
JSON representation

It will automatically backup your data into a usb drive using python

Awesome Lists containing this project

README

        

# Auto-BackUp-Drive
It will automatically backup your data into a USB drive using python.
It can also detect if a USB Drive is Connected or Not

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)

[![GitHub forks](https://img.shields.io/github/forks/arbazkhan4712/Auto-BackUp-Drive?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/) [![GitHub star](https://img.shields.io/github/stars/arbazkhan4712/Auto-BackUp-Drive?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/)

# Dependencies:

*pyinstaller*
```
pip install pyinstaller
```

# ADD PATH Source Folder:
```
source = ("")#ADD THE PATH OF The Source Folder

finaldist = (res1+":/Backup")#Create a Folder nmae with Backup
```

# Run:
Convert the python file into .exe
```
pyinstaller Auto_Backup.py --onefile
```

# Auto Start-Up Setup:

*1. Add The Drive letter in backup.bat*

*2. Run backup.bat*

*3.It will automatically run the backup script*

# Note:

*1. Connect only One USB To Run the Backup without Errors*

*2. The USB should be of FAT32 Type*

## License & Copyright
© [Arbaz Khan](https://arbazkhan4712.github.io/Contact.html)

Licensed under the [MIT License](LICENSE)