项目作者: pratik-choudhari
项目描述 :
Script to automate folder backups on google drive.
高级语言: Python
项目地址: git://github.com/pratik-choudhari/gdrive-file-backup.git
gdrive-file-backup

-yellow)
Script to automate folder backups on google drive.
Learn about the entire process from start to end in this blog:
https://pratik-choudhari.medium.com/automate-google-drive-backup-using-python-105f57e2151
Set up:
pip3 install -r requirements.txt
- This project uses Google drive API which requires a client secret, follow step-1 only from this procedure. Save the secret file as
client_secrets.json
and place in project folder. - Execute
python3 automate_backup.py
Info:
- This file is set to run everyday at 12:00 am.
- Zip file is uploaded to
My Drive
. - Local backup is srored in
archive
folder. - By default
backup_me
is set as backup folder
Leave a star, if it helped you in anyway :)