Scripting Tidbits: Google Drive and Rclone Backups
Every day my server runs a backup script, uploading any new files and changes to Google Drive. Here's the (sanitized) script: Things to note: * I have a gigabit fiber home internet connection, so bandwidth throttling is not a concern to me. There are rclone flags for bandwidth throttling if that…