A python utility for taking backups and with the option to upload to Google Drive.
- 1st:
git clone https://github.com/Xeroxxhah/B1k1.git
- 2nd:
cd B1k1
- 3rd:
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
- 4th:
Configure config.json
- 5th
python3 b1k1.py
-
"paths" = "Pths which you want to take backup of" i.e "/home/username/"
-
"backup_path" = "path where you want to store backup" i.e "/home/username/"
-
"gd_sk_path" = "Path of Creddentails.json, which was obtained from the authentication process"
-
"timeout" = "Request timeout in mins" i.e "default is 10"
please follow the steps in following document:Authentication Guide
Found any bug! Report it to me at xeroxxhah@pm.me or open an issue
schedule jobs for linux and windows.
All contributions are welcomed.fork this repo,improve it and pull requests
Distributed under GPLV3.0