South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Now to get this into NSSM. Will try.
Ok, working now. Noticed its copying files at disk speed, not line speed. Does it cache locally, then upload?
Thank you, changed the above setting.Unfortunately yes it does. Caches somewhere in C drive and deletes as it gets uploaded.
You can look at windows resource manager and click on disk when it's copying o see the folder location of the cache. Not quite sure if it can be changed though.
Also don't forget this step to speed up folder browsing.
Google drive mounted in Windows/Linux
Anyone using google drive mounted as a drive in windows or linux? I actually set it up today and it's pretty decent. The fact that google has a JHB node makes it so much better especially for the 1Gbps fibre line users. I tested some 80GB .mkv files playing from the mount and it's pretty...mybroadband.co.za
Thank you, changed the above setting.
Works really well - thanks for the help.

Is there any benefit to using Rclone Browser to upload files?
If the content is smaller than 750gb you can do a server side copy. But drives need to be on the same google account, but separate Rclone configs.How would I copy from one drive to another?
I wanna copy from my personal 2TB account into a team drive that a friendly neighborhood superhero shared w/ me.
If the content is smaller than 750gb you can do a server side copy. But drives need to be on the same google account, but separate Rclone configs.
example: rclone copy --drive-server-side-across-configs=true --stats 30s "GoogleDriveEbay1: og stuff/Movie (Updating folder)" "GdriveEbay1ShareDrive:Movies" -v
If >750gb you can copy with rclone normally with the bandwidth limit (--bwlimit 8650k). To prevent the 750gb daily limit.
That's a nice catch, will keep that in mind if google gives any problems. You can also get a MS office e3 account on carb for <R300. Those accounts lets you create 5users in total that can each have up to 25TB. All of that is stored/hosted locally. OneDrive also doesnt have a daily transfer limit, but does have a file size limit of 15gb.
They are on different account. Well, it is they way I set it up, so its ok.If the content is smaller than 750gb you can do a server side copy. But drives need to be on the same google account, but separate Rclone configs.
example: rclone copy --drive-server-side-across-configs=true --stats 30s "GoogleDriveEbay1: og stuff/Movie (Updating folder)" "GdriveEbay1ShareDrive:Movies" -v
If >750gb you can copy with rclone normally with the bandwidth limit (--bwlimit 8650k). To prevent the 750gb daily limit.
They are on different account. Well, it is they way I set it up, so its ok.
I have a queue set up on my mikrotik for all google traffic limited to 75Mbit. Seels ok so far. Started uploading a 2TB folder, and forgot about it. Finished in a couple of days.
You can still do it easy.
In the shared drive click on members. Add members. Now add the 2TB google account to the shared drive. So now your shared drive will be available for use on both accounts. If you want to move files you can do that on drive.google.com if you want to copy then use rclone server side copy.
1. Add member to shared drive.
2. Add a new mount in rclone and with that mount signin with the 2TB google account.
3. Add another mount in rclone and use the 2TB drive and account.
Now you can server side copy between the shared drive and the 2TB drive.
You can add unlimited members to the shared drive they just need to be a google account. Since the storage is unlimited it will stay that but every user you add will obviously share the same drive.
rclone copy --drive-server-side-across-configs=true --stats 30s "GooglePersonal:IFTTT" "GoogleTeam:PersonalDriveSnapshot" -v
rclone copy --drive-server-side-across-configs=true --stats 30s "GooglePersonal:" "GoogleTeam:PersonalDriveSnapshot" -v -P
