KneeTheWounded

Untitled

Feb 6th, 2022 (edited)
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.11 KB | None | 0 0
  1. pi@raspberry:~ $ rclone version
  2. rclone v1.57.0
  3. - os/version: raspbian 10.7 (64 bit)
  4. - os/kernel: 4.19.0-13-amd64 (x86_64)
  5. - os/type: linux
  6. - os/arch: amd64
  7. - go/version: go1.17.2
  8. - go/linking: static
  9. - go/tags: none
  10. -------------------------------
  11. cat /home/pi/.config/rclone/rclone.conf
  12. [gdrive]
  13. type = drive
  14. scope = drive
  15. token = {"access_token":"EDITED","token_type":"Bearer","refresh_token":"1//0EDITED","expiry":"2022-02-06T13:33:09.531566105+01:00"}
  16. team_drive =
  17. ------------------------------
  18. rclone lsd gdrive: -vvv
  19. 2022/02/06 19:47:45 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "lsd" "gdrive:" "-vvv"]
  20. 2022/02/06 19:47:45 DEBUG : Creating backend with remote "gdrive:"
  21. 2022/02/06 19:47:45 DEBUG : Using config file from "/home/pi/.config/rclone/rclone.conf"
  22. 2022/02/06 19:47:45 DEBUG : gdrive: Loaded invalid token from config file - ignoring
  23. 2022/02/06 19:47:45 DEBUG : Saving config "token" in section "gdrive" of the config file
  24. 2022/02/06 19:47:45 DEBUG : gdrive: Saved new token in config file
  25. 2022/02/06 19:47:46 DEBUG : Google drive root '': 'root_folder_id = 0AFxm83aK-JCGUk9PVA' - save this in the config to speed up startup
  26.           -1 2021-12-19 10:34:27        -1 2021-12-18 - 14ka.cz/hra
  27.           -1 2021-12-10 18:05:34        -1 Bzová
  28.           -1 2018-12-07 15:34:51        -1 Fotky Google
  29.           -1 2021-08-15 19:24:52        -1 Hra
  30.           -1 2021-09-06 08:59:12        -1 Lešany
  31.           -1 2021-08-27 06:42:38        -1 Sdílet se Sárou
  32.           -1 2021-07-15 19:19:59        -1 gpx
  33. 2022/02/06 19:47:46 DEBUG : 6 go routines active
  34. -------------------------------
  35. 2022/02/06 20:10:43 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "lsd" "gdrive:" "--log-file=gdrive.txt" "--log-level" "DEBUG"]
  36. 2022/02/06 20:10:43 DEBUG : Creating backend with remote "gdrive:"
  37. 2022/02/06 20:10:43 DEBUG : Using config file from "/home/pi/.config/rclone/rclone.conf"
  38. 2022/02/06 20:10:43 DEBUG : Google drive root '': 'root_folder_id = 0AFxm83aK-JCGUk9PVA' - save this in the config to speed up startup
  39. 2022/02/06 20:10:44 DEBUG : 4 go routines active
Add Comment
Please, Sign In to add comment