/Auto-BackUp-Drive

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

Primary LanguagePythonMIT LicenseMIT

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 Python 3.6 PyPI license

GitHub forks GitHub star

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

Licensed under the MIT License