adding support and documentation for using rclone

This commit is contained in:
Ray Tanaka
2018-10-25 15:18:06 -07:00
parent 5dd38ffcb8
commit 9bb8f1e046
7 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash -eu
function configure_archive () {
echo "Configuring the archive for Rclone..."
echo "drive=$RCLONE_DRIVE" > /root/.teslaCamRcloneConfig
echo "path=$RCLONE_PATH" >> /root/.teslaCamRcloneConfig
}
configure_archive