Advertisement
Guest User

Untitled

a guest
May 19th, 2019
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [gdrive]
  2. client_id = xxx
  3. client_secret = xxx
  4. type = drive
  5. scope = drive
  6. root_folder_id = Enc
  7. token = {"access_token":"xxx","expiry":"2019-05-19T09:19:19.63431041+02:00"}
  8.  
  9. [gcache]
  10. type = cache
  11. remote = gdrive:/Enc
  12. chunk_size = 16M
  13. db_path = /home/aerya/rclone/rclone-cache
  14. chunk_path = /home/aerya/rclone/rclone-cache
  15. info_age = 2d
  16. chunk_total_size = 20G
  17. db_purge = true
  18.  
  19. [gcrypt]
  20. type = crypt
  21. remote = gcache:/Enc
  22. filename_encryption = standard
  23. directory_name_encryption = true
  24. password = xxx-IPObA8w
  25. password2 = xxx-fYqI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement