Auto Cloud Backup
Last updated:October 27th 2021, 11:58
Simple way to save a file (.zip) and upload it into cloud
How it works
The method use the software Task Scheduler which already existed in all Windows version.
You will set-up for each .bat file the time it runs, and by that it will follows this order:
- Delete the old zip file with delzip.bat
- Force stop the software that is using the folder you want to zip after
- this will lead to some data loss that have not yet saved
- Zip the folder with zipsv.bat into specific place
- Uploading files into cloud using Google Drive Software
- Start the software that you force stop before again
You have to set the start time for each .bat file correctly so that it wont appear any conflicts like running start.bat while you are zipping files
Requirements
Create these bat file
Remember to replace the url with yours
delzip.bat
1 |
|
stopsv.bat
Remember to set auto-stop in the server first so that you dont lose any data
1 |
|
zipsv.bat
1 |
|
startsv.bat
1 |
|
Setting up the google drive
Update Later