Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. claw@paw:~$ ps -ef | grep rclone
  2. claw 2116 2063 0 20:38 pts/0 00:00:00 grep --color=auto rclone
  3.  
  4.  
  5. law@paw:~/RemoteDrives$ ls -R
  6. .:
  7. rdrive rwteamdrive temprwteamdrive
  8.  
  9. ./rdrive:
  10.  
  11. ./rwteamdrive:
  12.  
  13. ./temprwteamdrive:
  14. claw@paw:~/RemoteDrives$ cat /home/claw/.config/rclone/rclone.conf
  15. [rwteamdrive1]
  16. type = drive
  17. client_id = xxxxxx-xxxxxx.apps.googleusercontent.com
  18. client_secret = xxxxxx-xxxxxx-xxxxxx
  19. scope = drive
  20. token = {"access_token":"ya29.xxxxxx","token_type":"Bearer","refresh_token":"1/xxxxxx-xxxxxx","expiry":"2018-11-16T21:33:11.388914111Z"}
  21. team_drive = xxxxxx
  22.  
  23. [rwteamdrive-cache]
  24. type = cache
  25. remote = rwteamdrive1:
  26. plex_url = http://127.0.0.1:32400
  27. plex_username = xxxxxx@gmail.com
  28. plex_password = xxxxxx
  29. chunk_size = 5M
  30. info_age = 1d
  31. chunk_total_size = 50G
  32. cache-tmp-upload-path = /home/claw/RemoteDrives/temprwteamdrive
  33. cache-tmp-wait-time = 64h
  34.  
  35. claw@paw:~/RemoteDrives$ rclone mount -vv --log-file rclonelog.log --allow-other --daemon --fast-list --cache-tmp-upload-path /home/claw/RemoteDrives/temprwteamdrive --cache-tmp-wait-time 6
  36. 4h --cache-db-purge rwteamdrive-cache: rwteamdrive
  37. claw@paw:~/RemoteDrives$ cat rclonelog.log
  38. 2018/11/16 20:40:04 DEBUG : rclone: Version "v1.44" starting with parameters ["rclone" "mount" "-vv" "--log-file" "rclonelog.log" "--allow-other" "--daemon" "--fast-list" "--cache-tmp-upload-path" "/home/claw/RemoteDrives/temprwteamdrive" "--cache-tmp-wait-time" "64h" "--cache-db-purge" "rwteamdrive-cache:" "rwteamdrive"]
  39. 2018/11/16 20:40:04 DEBUG : Using config file from "/home/claw/.config/rclone/rclone.conf"
  40. 2018/11/16 20:40:04 DEBUG : rwteamdrive-cache: wrapped rwteamdrive1: at root
  41. 2018/11/16 20:40:04 DEBUG : rwteamdrive-cache: Purging the DB
  42. 2018/11/16 20:40:04 INFO : rwteamdrive-cache: Cache DB path: /home/claw/.cache/rclone/cache-backend/rwteamdrive-cache.db
  43. 2018/11/16 20:40:04 INFO : rwteamdrive-cache: Cache chunk path: /home/claw/.cache/rclone/cache-backend/rwteamdrive-cache
  44. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Chunk Memory: true
  45. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Chunk Size: 5M
  46. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Chunk Total Size: 50G
  47. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Chunk Clean Interval: 1m0s
  48. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Workers: 4
  49. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: File Age: 1d
  50. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Cache Writes: enabled
  51. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Upload Temp Rest Time: 2.6666666666666665d
  52. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Upload Temp FS: /home/claw/RemoteDrives/temprwteamdrive
  53. 2018/11/16 20:40:08 DEBUG : Adding path "cache/expire" to remote control registry
  54. 2018/11/16 20:40:08 DEBUG : Adding path "cache/stats" to remote control registry
  55. 2018/11/16 20:40:08 DEBUG : Adding path "cache/fetch" to remote control registry
  56. 2018/11/16 20:40:08 DEBUG : rclone: Version "v1.44" finishing with parameters ["rclone" "mount" "-vv" "--log-file" "rclonelog.log" "--allow-other" "--daemon" "--fast-list" "--cache-tmp-upload-path" "/home/claw/RemoteDrives/temprwteamdrive" "--cache-tmp-wait-time" "64h" "--cache-db-purge" "rwteamdrive-cache:" "rwteamdrive"]
  57. 2018/11/16 20:40:08 INFO : plex: stopped Plex watcher
  58. 2018/11/16 20:40:08 DEBUG : rclone: Version "v1.44" starting with parameters ["rclone" "mount" "-vv" "--log-file" "rclonelog.log" "--allow-other" "--daemon" "--fast-list" "--cache-tmp-upload-path" "/home/claw/RemoteDrives/temprwteamdrive" "--cache-tmp-wait-time" "64h" "--cache-db-purge" "rwteamdrive-cache:" "rwteamdrive"]
  59. 2018/11/16 20:40:08 DEBUG : Using config file from "/home/claw/.config/rclone/rclone.conf"
  60. 2018/11/16 20:40:08 DEBUG : rwteamdrive-cache: wrapped rwteamdrive1: at root
  61. 2018/11/16 20:40:08 DEBUG : rwteamdrive-cache: Purging the DB
  62. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Cache DB path: /home/claw/.cache/rclone/cache-backend/rwteamdrive-cache.db
  63. 2018/11/16 20:40:08 INFO : rwteamdrive-cache: Cache chunk path: /home/claw/.cache/rclone/cache-backend/rwteamdrive-cache
  64. 2018/11/16 20:40:09 ERROR : /home/claw/.cache/rclone/cache-backend/rwteamdrive-cache.db: Error opening storage cache. Is there another rclone running on the same remote? failed to open a cache connection to "/home/claw/.cache/rclone/cache-backend/rwteamdrive-cache.db": timeout
  65. 2018/11/16 20:40:09 Failed to create file system for "rwteamdrive-cache:": failed to start cache db: failed to open a cache connection to "/home/claw/.cache/rclone/cache-backend/rwteamdrive-cache.db": timeout
  66. 2018/11/16 20:40:09 DEBUG : Cache remote rwteamdrive-cache:: Services stopped
  67. claw@paw:~/RemoteDrives$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement