rclone_mega_configuration.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. Script started on Friday 27 December 2019 07:56:38 PM IST
  2. ndayalan@g6-2231tx:~$ rclone config
  3. Current remotes:
  4. Name Type
  5. ==== ====
  6. remote pcloud
  7. e) Edit existing remote
  8. n) New remote
  9. d) Delete remote
  10. r) Rename remote
  11. c) Copy remote
  12. s) Set configuration password
  13. q) Quit config
  14. e/n/d/r/c/s/q> n
  15. name> mega_remote
  16. Type of storage to configure.
  17. Enter a string value. Press Enter for the default ("").
  18. Choose a number from below, or type in your own value
  19. 1 / A stackable unification remote, which can appear to merge the contents of several remotes
  20. \ "union"
  21. 2 / Alias for a existing remote
  22. \ "alias"
  23. 3 / Amazon Drive
  24. \ "amazon cloud drive"
  25. 4 / Amazon S3 Compliant Storage Providers (AWS, Ceph, Dreamhost, IBM COS, Minio)
  26. \ "s3"
  27. 5 / Backblaze B2
  28. \ "b2"
  29. 6 / Box
  30. \ "box"
  31. 7 / Cache a remote
  32. \ "cache"
  33. 8 / Dropbox
  34. \ "dropbox"
  35. 9 / Encrypt/Decrypt a remote
  36. \ "crypt"
  37. 10 / FTP Connection
  38. \ "ftp"
  39. 11 / Google Cloud Storage (this is not Google Drive)
  40. \ "google cloud storage"
  41. 12 / Google Drive
  42. \ "drive"
  43. 13 / Hubic
  44. \ "hubic"
  45. 14 / JottaCloud
  46. \ "jottacloud"
  47. 15 / Local Disk
  48. \ "local"
  49. 16 / Mega
  50. \ "mega"
  51. 17 / Microsoft Azure Blob Storage
  52. \ "azureblob"
  53. 18 / Microsoft OneDrive
  54. \ "onedrive"
  55. 19 / OpenDrive
  56. \ "opendrive"
  57. 20 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
  58. \ "swift"
  59. 21 / Pcloud
  60. \ "pcloud"
  61. 22 / QingCloud Object Storage
  62. \ "qingstor"
  63. 23 / SSH/SFTP Connection
  64. \ "sftp"
  65. 24 / Webdav
  66. \ "webdav"
  67. 25 / Yandex Disk
  68. \ "yandex"
  69. 26 / http Connection
  70. \ "http"
  71. Storage> 16
  72. ** See help for mega backend at: https://rclone.org/mega/ **
  73. User name
  74. Enter a string value. Press Enter for the default ("").
  75. user> SaravananDa   Dayalan
  76. Password.
  77. y) Yes type in my own password
  78. g) Generate random password
  79. y/g> y
  80. Enter the password:
  81. password:
  82. Confirm the password:
  83. password:
  84. Edit advanced config? (y/n)
  85. y) Yes
  86. n) No
  87. y/n> n
  88. Remote config
  89. --------------------
  90. [mega_remote]
  91. type = mega
  92. user = Saravanan Dayalan
  93. pass = *** ENCRYPTED ***
  94. --------------------
  95. y) Yes this is OK
  96. e) Edit this remote
  97. d) Delete this remote
  98. y/e/d> y
  99. Current remotes:
  100. Name Type
  101. ==== ====
  102. mega_remote mega
  103. remote pcloud
  104. e) Edit existing remote
  105. n) New remote
  106. d) Delete remote
  107. r) Rename remote
  108. c) Copy remote
  109. s) Set configuration password
  110. q) Quit config
  111. e/n/d/r/c/s/q> q
  112. ndayalan@g6-2231tx:~$ exit
  113. exit
  114. Script done on Friday 27 December 2019 08:01:02 PM IST