Advertisement
Guest User

Hbg

a guest
Feb 16th, 2020
2,197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.19041.84]
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\sergio>cd C:\rclone
  5.  
  6. C:\rclone>rclone config
  7. Current remotes:
  8.  
  9. Name Type
  10. ==== ====
  11. gdrive drive
  12. hbg drive
  13.  
  14. e) Edit existing remote
  15. n) New remote
  16. d) Delete remote
  17. r) Rename remote
  18. c) Copy remote
  19. s) Set configuration password
  20. q) Quit config
  21. e/n/d/r/c/s/q> d
  22. Choose a number from below, or type in an existing value
  23. 1 > gdrive
  24. 2 > hbg
  25. remote> 1
  26. Current remotes:
  27.  
  28. Name Type
  29. ==== ====
  30. hbg drive
  31.  
  32. e) Edit existing remote
  33. n) New remote
  34. d) Delete remote
  35. r) Rename remote
  36. c) Copy remote
  37. s) Set configuration password
  38. q) Quit config
  39. e/n/d/r/c/s/q> d
  40. Choose a number from below, or type in an existing value
  41. 1 > hbg
  42. remote> 1
  43. No remotes found - make a new one
  44. n) New remote
  45. s) Set configuration password
  46. q) Quit config
  47. n/s/q> n
  48. name> hbg
  49. Type of storage to configure.
  50. Enter a string value. Press Enter for the default ("").
  51. Choose a number from below, or type in your own value
  52. 1 / 1Fichier
  53. \ "fichier"
  54. 2 / Alias for an existing remote
  55. \ "alias"
  56. 3 / Amazon Drive
  57. \ "amazon cloud drive"
  58. 4 / Amazon S3 Compliant Storage Provider (AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, etc)
  59. \ "s3"
  60. 5 / Backblaze B2
  61. \ "b2"
  62. 6 / Box
  63. \ "box"
  64. 7 / Cache a remote
  65. \ "cache"
  66. 8 / Citrix Sharefile
  67. \ "sharefile"
  68. 9 / Dropbox
  69. \ "dropbox"
  70. 10 / Encrypt/Decrypt a remote
  71. \ "crypt"
  72. 11 / FTP Connection
  73. \ "ftp"
  74. 12 / Google Cloud Storage (this is not Google Drive)
  75. \ "google cloud storage"
  76. 13 / Google Drive
  77. \ "drive"
  78. 14 / Google Photos
  79. \ "google photos"
  80. 15 / Hubic
  81. \ "hubic"
  82. 16 / In memory object storage system.
  83. \ "memory"
  84. 17 / JottaCloud
  85. \ "jottacloud"
  86. 18 / Koofr
  87. \ "koofr"
  88. 19 / Local Disk
  89. \ "local"
  90. 20 / Mail.ru Cloud
  91. \ "mailru"
  92. 21 / Mega
  93. \ "mega"
  94. 22 / Microsoft Azure Blob Storage
  95. \ "azureblob"
  96. 23 / Microsoft OneDrive
  97. \ "onedrive"
  98. 24 / OpenDrive
  99. \ "opendrive"
  100. 25 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
  101. \ "swift"
  102. 26 / Pcloud
  103. \ "pcloud"
  104. 27 / Put.io
  105. \ "putio"
  106. 28 / QingCloud Object Storage
  107. \ "qingstor"
  108. 29 / SSH/SFTP Connection
  109. \ "sftp"
  110. 30 / Sugarsync
  111. \ "sugarsync"
  112. 31 / Transparently chunk/split large files
  113. \ "chunker"
  114. 32 / Union merges the contents of several remotes
  115. \ "union"
  116. 33 / Webdav
  117. \ "webdav"
  118. 34 / Yandex Disk
  119. \ "yandex"
  120. 35 / http Connection
  121. \ "http"
  122. 36 / premiumize.me
  123. \ "premiumizeme"
  124. Storage> 13
  125. ** See help for drive backend at: https://rclone.org/drive/ **
  126.  
  127. Google Application Client Id
  128. Setting your own is recommended.
  129. See https://rclone.org/drive/#making-your-own-client-id for how to create your own.
  130. If you leave this blank, it will use an internal key which is low performance.
  131. Enter a string value. Press Enter for the default ("").
  132. client_id>
  133. Google Application Client Secret
  134. Setting your own is recommended.
  135. Enter a string value. Press Enter for the default ("").
  136. client_secret>
  137. Scope that rclone should use when requesting access from drive.
  138. Enter a string value. Press Enter for the default ("").
  139. Choose a number from below, or type in your own value
  140. 1 / Full access all files, excluding Application Data Folder.
  141. \ "drive"
  142. 2 / Read-only access to file metadata and file contents.
  143. \ "drive.readonly"
  144. / Access to files created by rclone only.
  145. 3 | These are visible in the drive website.
  146. | File authorization is revoked when the user deauthorizes the app.
  147. \ "drive.file"
  148. / Allows read and write access to the Application Data folder.
  149. 4 | This is not visible in the drive website.
  150. \ "drive.appfolder"
  151. / Allows read-only access to file metadata but
  152. 5 | does not allow any access to read or download file content.
  153. \ "drive.metadata.readonly"
  154. scope> 1
  155. ID of the root folder
  156. Leave blank normally.
  157.  
  158. Fill in to access "Computers" folders (see docs), or for rclone to use
  159. a non root folder as its starting point.
  160.  
  161. Note that if this is blank, the first time rclone runs it will fill it
  162. in with the ID of the root folder.
  163.  
  164. Enter a string value. Press Enter for the default ("").
  165. root_folder_id>
  166. Service Account Credentials JSON file path
  167. Leave blank normally.
  168. Needed only if you want use SA instead of interactive login.
  169. Enter a string value. Press Enter for the default ("").
  170. service_account_file>
  171. Edit advanced config? (y/n)
  172. y) Yes
  173. n) No (default)
  174. y/n> n
  175. Remote config
  176. Use auto config?
  177. * Say Y if not sure
  178. * Say N if you are working on a remote or headless machine
  179. y) Yes (default)
  180. n) No
  181. y/n> y
  182. If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=iuMm5Ov-rRdSoT25ibMqgQ
  183. Log in and authorize rclone for access
  184. Waiting for code...
  185. Got code
  186. Configure this as a team drive?
  187. y) Yes
  188. n) No (default)
  189. y/n> y
  190. Fetching team drive list...
  191. Choose a number from below, or type in your own value
  192. 1 / hbg-
  193. \ "0AMaPXqilBNLPUk9PVA"
  194. 2 / Switch Drive
  195. \ "0AHmvP7xtLe6MUk9PVA"
  196. Enter a Team Drive ID> 0AMaPXqilBNLPUk9PVA
  197. --------------------
  198. [hbg]
  199. type = drive
  200. scope = drive
  201. token = {"access_token":"ya29.Il-9B4deSCeiKKzpG1Ku334qsqFxlPrb9KsxgAd74Zm67OufDtE4Meg4FbfbldiO4p1kwfkDyDhYWcPl_7uEi_hbwG5uh3ijtau0ffrTtAEy4Yto9HoPifXyztc9HZQSoA","token_type":"Bearer","refresh_token":"1//01buy3PPr49HvCgYIARAAGAESNwF-L9Ir8_poTh74KZ-CuD_6oo3ZhdHVJxAlf5JfrnVIv2QF2PkNdunDZjkyDhTxZrVV3EjUFHY","expiry":"2020-02-16T22:49:54.7462169-06:00"}
  202. team_drive = 0AMaPXqilBNLPUk9PVA
  203. --------------------
  204. y) Yes this is OK (default)
  205. e) Edit this remote
  206. d) Delete this remote
  207. y/e/d> y
  208. Current remotes:
  209.  
  210. Name Type
  211. ==== ====
  212. hbg drive
  213.  
  214. e) Edit existing remote
  215. n) New remote
  216. d) Delete remote
  217. r) Rename remote
  218. c) Copy remote
  219. s) Set configuration password
  220. q) Quit config
  221. e/n/d/r/c/s/q> n
  222. name> HBGSwitch
  223. Type of storage to configure.
  224. Enter a string value. Press Enter for the default ("").
  225. Choose a number from below, or type in your own value
  226. 1 / 1Fichier
  227. \ "fichier"
  228. 2 / Alias for an existing remote
  229. \ "alias"
  230. 3 / Amazon Drive
  231. \ "amazon cloud drive"
  232. 4 / Amazon S3 Compliant Storage Provider (AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, etc)
  233. \ "s3"
  234. 5 / Backblaze B2
  235. \ "b2"
  236. 6 / Box
  237. \ "box"
  238. 7 / Cache a remote
  239. \ "cache"
  240. 8 / Citrix Sharefile
  241. \ "sharefile"
  242. 9 / Dropbox
  243. \ "dropbox"
  244. 10 / Encrypt/Decrypt a remote
  245. \ "crypt"
  246. 11 / FTP Connection
  247. \ "ftp"
  248. 12 / Google Cloud Storage (this is not Google Drive)
  249. \ "google cloud storage"
  250. 13 / Google Drive
  251. \ "drive"
  252. 14 / Google Photos
  253. \ "google photos"
  254. 15 / Hubic
  255. \ "hubic"
  256. 16 / In memory object storage system.
  257. \ "memory"
  258. 17 / JottaCloud
  259. \ "jottacloud"
  260. 18 / Koofr
  261. \ "koofr"
  262. 19 / Local Disk
  263. \ "local"
  264. 20 / Mail.ru Cloud
  265. \ "mailru"
  266. 21 / Mega
  267. \ "mega"
  268. 22 / Microsoft Azure Blob Storage
  269. \ "azureblob"
  270. 23 / Microsoft OneDrive
  271. \ "onedrive"
  272. 24 / OpenDrive
  273. \ "opendrive"
  274. 25 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
  275. \ "swift"
  276. 26 / Pcloud
  277. \ "pcloud"
  278. 27 / Put.io
  279. \ "putio"
  280. 28 / QingCloud Object Storage
  281. \ "qingstor"
  282. 29 / SSH/SFTP Connection
  283. \ "sftp"
  284. 30 / Sugarsync
  285. \ "sugarsync"
  286. 31 / Transparently chunk/split large files
  287. \ "chunker"
  288. 32 / Union merges the contents of several remotes
  289. \ "union"
  290. 33 / Webdav
  291. \ "webdav"
  292. 34 / Yandex Disk
  293. \ "yandex"
  294. 35 / http Connection
  295. \ "http"
  296. 36 / premiumize.me
  297. \ "premiumizeme"
  298. Storage> 13
  299. ** See help for drive backend at: https://rclone.org/drive/ **
  300.  
  301. Google Application Client Id
  302. Setting your own is recommended.
  303. See https://rclone.org/drive/#making-your-own-client-id for how to create your own.
  304. If you leave this blank, it will use an internal key which is low performance.
  305. Enter a string value. Press Enter for the default ("").
  306. client_id>
  307. Google Application Client Secret
  308. Setting your own is recommended.
  309. Enter a string value. Press Enter for the default ("").
  310. client_secret>
  311. Scope that rclone should use when requesting access from drive.
  312. Enter a string value. Press Enter for the default ("").
  313. Choose a number from below, or type in your own value
  314. 1 / Full access all files, excluding Application Data Folder.
  315. \ "drive"
  316. 2 / Read-only access to file metadata and file contents.
  317. \ "drive.readonly"
  318. / Access to files created by rclone only.
  319. 3 | These are visible in the drive website.
  320. | File authorization is revoked when the user deauthorizes the app.
  321. \ "drive.file"
  322. / Allows read and write access to the Application Data folder.
  323. 4 | This is not visible in the drive website.
  324. \ "drive.appfolder"
  325. / Allows read-only access to file metadata but
  326. 5 | does not allow any access to read or download file content.
  327. \ "drive.metadata.readonly"
  328. scope> 1
  329. ID of the root folder
  330. Leave blank normally.
  331.  
  332. Fill in to access "Computers" folders (see docs), or for rclone to use
  333. a non root folder as its starting point.
  334.  
  335. Note that if this is blank, the first time rclone runs it will fill it
  336. in with the ID of the root folder.
  337.  
  338. Enter a string value. Press Enter for the default ("").
  339. root_folder_id>
  340. Service Account Credentials JSON file path
  341. Leave blank normally.
  342. Needed only if you want use SA instead of interactive login.
  343. Enter a string value. Press Enter for the default ("").
  344. service_account_file>
  345. Edit advanced config? (y/n)
  346. y) Yes
  347. n) No (default)
  348. y/n> n
  349. Remote config
  350. Use auto config?
  351. * Say Y if not sure
  352. * Say N if you are working on a remote or headless machine
  353. y) Yes (default)
  354. n) No
  355. y/n> y
  356. If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=-stjPJtGb7PI_8OwPHlLUg
  357. Log in and authorize rclone for access
  358. Waiting for code...
  359. Got code
  360. Configure this as a team drive?
  361. y) Yes
  362. n) No (default)
  363. y/n> y
  364. Fetching team drive list...
  365. Choose a number from below, or type in your own value
  366. 1 / hbg-
  367. \ "0AMaPXqilBNLPUk9PVA"
  368. 2 / Switch Drive
  369. \ "0AHmvP7xtLe6MUk9PVA"
  370. Enter a Team Drive ID> 0AHmvP7xtLe6MUk9PVA
  371. --------------------
  372. [HBGSwitch]
  373. type = drive
  374. scope = drive
  375. token = {"access_token":"ya29.Il-9B_brLD7QVbzOYj7YAapOFj7hBoFMaRZpnx7o4HcKwEj0NmDMaxQ-Jtkx-e1d_e3Oim39wbo-gu_DkBGlpsZ3S-rEWy_eH2k1u9xhzyVu8MMyC427EPvDMJCF1ENEuQ","token_type":"Bearer","refresh_token":"1//01GhwhaeLJkJFCgYIARAAGAESNwF-L9Ir0By1X2jsoxbSIVRdaJdpK7pP0Sx0IccjSMgoUK9uNpV6mCLz9bsStZgIZIM9_OkWUYI","expiry":"2020-02-16T22:51:42.7664162-06:00"}
  376. team_drive = 0AHmvP7xtLe6MUk9PVA
  377. --------------------
  378. y) Yes this is OK (default)
  379. e) Edit this remote
  380. d) Delete this remote
  381. y/e/d> y
  382. Current remotes:
  383.  
  384. Name Type
  385. ==== ====
  386. HBGSwitch drive
  387. hbg drive
  388.  
  389. e) Edit existing remote
  390. n) New remote
  391. d) Delete remote
  392. r) Rename remote
  393. c) Copy remote
  394. s) Set configuration password
  395. q) Quit config
  396. e/n/d/r/c/s/q>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement