Advertisement
Guest User

[Rclone Guide Reloaded]

a guest
Sep 18th, 2019
1,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. 1. Download latest rclone from https://rclone.org/downloads/
  2. 2. Extract rclone.zip somewhere then open the folder,
  3. 3. Type CMD in the adress bar in the folder
  4. 4. Type rclone config, hit enter and answer the following:
  5. n) New remote
  6. name> gdrive
  7. Storage> 12
  8. client_id > (optional but heavily recommended) go here for a guide how to make your own cleint id /client secret https://github.com/Cloudbox/Cloudbox/wiki/Google-Drive-API-Client-ID-and-Client-Secret
  9. client_secret > use client secret from guide above ^^^
  10. Scope> 1
  11. root_folder_id leave blank
  12. service_account_file leave blank
  13. Edit advanced config? NO (n)
  14. Use auto config YES (y)
  15. Chrome or whatever browser you use will open. Log in on your gmail / .edu account.
  16. Configure this as a Team Drive? No (n)
  17. y) yes this is ok. Enter.
  18. q) quit config
  19.  
  20. Our account is now configured and ready to use with rclone.
  21. Go to #reloaded and get the public stash and click add to my drive or if you have stasherino simply go to shared with me tab in google drive and make sure its added to your own drive,
  22.  
  23. Open rclone folder again and typ cmd once again in the adress bar in windows file explorer then typ: rclone copy "gdrive:/Reloaded" "gdrive:/Reloaded Copy" -P --drive-server-side-across-configs
  24.  
  25.  
  26. The daily bandwidth limit is 750GB. So you will see rclone stops copying once it hits 750GB
  27. Once you see you hit your daily quota just close rclone, open it the next day and run the same command again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement