
Google Drive offers 15 GB of free storage. usr/local/bin/rclone -exclude /hold -retries 50 move -v "$booksSRC" "$booksDST"Ĭount=`ls /home/hd3/adskii/ToMove/Videos-To-Move/*.There are plenty of reasons why people explore alternatives to Google Drive. usr/local/bin/rclone -exclude /hold -retries 50 move -v "$appsSRC" "$appsDST" usr/local/bin/rclone -exclude /hold -retries 50 move -v "$musicSRC" "$musicDST" usr/local/bin/rclone -exclude /hold -retries 50 move -v "$filmsSRC" "$filmsSRC" usr/local/bin/rclone -exclude /hold -retries 50 move -v "$seriesSRC" "$seriesDST" SeriesDST="$driveToUse:Unorganised Series"ĭlvideoDST="$driveToUse:Plex Cloud Videos" Lastsync=$(tail -1 lastsync.txt | head -1)Įcho "Using Team Account $lastsync to save to Drive" part files and if present will skip transferring that folder to next time. You'll notice the last sync is different - this is to handle a secondary video download script I manually run which does not like files disappearing mid transfer.

Bear in mind though that having two versions running at the same time could cause issues!įeel free to call them whatever you want but obviously edit the code! Also - you can have as many / as few as you'd like.Īlso remember to edit the source and destination folders to match your folder structure.

A mount will not work! I have this set up to run hourly using crontab - feel free to use whatever schedule you'd like. Once the above is done, use the following script to upload your downloaded files. Make sure you set them up as team drives when the option appears. Using Rclone config, create multiple drives, one per account.It can take a couple of minutes to appear in the other Drives.


If you think you may have days when you need to upload more than 750GB a day - the following works: For those days when everything downloads and you get API blocked by Google.
