It will automatically backup your data into a USB drive using python. It can also detect if a USB Drive is Connected or Not
pyinstaller
pip install pyinstaller
source = ("")#ADD THE PATH OF The Source Folder
finaldist = (res1+":/Backup")#Create a Folder nmae with Backup
Convert the python file into .exe
pyinstaller Auto_Backup.py --onefile
1. Add The Drive letter in backup.bat
2. Run backup.bat
3.It will automatically run the backup script
1. Connect only One USB To Run the Backup without Errors
2. The USB should be of FAT32 Type
Licensed under the MIT License