PYTHON script to create a backup of all linux system and upload to google drive
- Install pydrive:
pip install PyDrive
- Get your credentials
client_secrets.json
from google api console and place them in the same directory as thebackup.py
script - Replace placeholders in file
backup.py
like<FOLDER_ID>
,MAIL
... ( seebackup.py
) - Run the script:
python backup.py