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
- Host: GitHub
- URL: https://github.com/arbazkhan4712/auto-backup-drive
- Owner: Arbazkhan4712
- License: mit
- Created: 2020-04-24T22:12:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T18:17:51.000Z (about 5 years ago)
- Last Synced: 2025-02-17T16:52:09.040Z (3 months ago)
- Topics: auto-backup, backup, backup-script, backups, python, python3, usb-stick
- Language: Python
- Size: 5.12 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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[](https://www.python.org/) [](https://www.python.org/downloads/release/python-360/) [](https://pypi.python.org/pypi/ansicolortags/)
[](https://GitHub.com/Naereen/StrapDown.js/network/) [](https://GitHub.com/Naereen/StrapDown.js/network/)
# Dependencies:
*pyinstaller*
```
pip install pyinstaller
```# ADD PATH Source Folder:
```
source = ("")#ADD THE PATH OF The Source Folderfinaldist = (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)