This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# pantheon-backup-to-gdrive.sh | |
# Script to backup Pantheon sites and copy to Google Drive | |
# | |
# Requirements: | |
# - Pantheon terminus cli | |
# - Valid terminus machine token | |
# - Google Drive folder ID | |
# - gdrive CLI by Petter Rasmussen (https://github.com/prasmussen/gdrive) |