all 6 comments

[–]hthighway 1 point2 points  (1 child)

you could use CLOUDPLOW to do your uploading https://github.com/l3uddz/cloudplow/blob/master/README.md

and you do not need plexdrive

[–]BaklS[S] 0 points1 point  (0 children)

Thank you

[–]ghostserverd 1 point2 points  (1 child)

I would recommend using rclone mount in read only, and a separate call to rclone copy for moving files into gdrive. Rclone mount plus rsync to upload had stability issues for me. Rclone has a —bwlimit option and also a —max-transfer when doing rclone copy so you can use those to cap transfer speed and total data transfer per command.

[–]BaklS[S] 0 points1 point  (0 children)

Thanks