Настройка соединения rclone c Облако@Mail.Ru


Вводимые команды отображены красным, пояснения – курсивом в скобках.

Для каждой новой настройки подключения необходимо указать новое подключение и задать имя подключения ( name> ). Имя задаётся то, которое выберете сами.

rclone config
Current remotes:
...
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> n
name> (укажите имя подключения)

После ввода имени соединения необходимо цифрой указать облачное хранилище, на которое далее будет настраиваться rclone, например:



Storage> 19
(указанный номер соответствует версии rclone 1.51, у Вас он м.б. другим)
** See help for mailru backend at: https://rclone.org/mailru/ **

User name (usually email)
Enter a string value. Press Enter for the default ("").
user> логин в Mail.Ru  (введите Ваш e-mail в Mail.Ru)
Password
y) Yes type in my own password  (введите y для ввода своего пароля)
g) Generate random password  (сгенерировать случайный пароль)
y/g> y
Enter the password:
password:  (введите Ваш пароль в Mail.Ru)
Confirm the password:
password:  (введите Ваш пароль в Mail.Ru)
Skip full upload if there is another file with same data hash.
This feature is called "speedup" or "put by hash". It is especially efficient
in case of generally available files like popular books, video or audio clips,
because files are searched by hash in all accounts of all mailru users.
Please note that rclone may need local memory and disk space to calculate
content hash in advance and decide whether full upload is required.
Also, if rclone does not know file size in advance (e.g. in case of
streaming or partial uploads), it will not even try this optimization.
Enter a boolean value (true or false). Press Enter for the default ("true").
Choose a number from below, or type in your own value
 1 / Enable
   \ "true"
 2 / Disable
   \ "false"
speedup_enable> 1
(соответствует значению по-умолчанию, можно просто ввести Enter)
Edit advanced config? (y/n)
y) Yes
n) No
y/n> y
Comma separated list of file name patterns eligible for speedup (put by hash).
Patterns are case insensitive and can contain '*' or '?' meta characters.
Enter a string value. Press Enter for the default ("*.mkv,*.avi,*.mp4,*.mp3,*.zip,*.gz,*.rar,*.pdf").
Choose a number from below, or type in your own value
 1 / Empty list completely disables speedup (put by hash).
   \ ""
 2 / All files will be attempted for speedup.
   \ "*"
 3 / Only common audio/video files will be tried for put by hash.
   \ "*.mkv,*.avi,*.mp4,*.mp3"
 4 / Only common archives or PDF books will be tried for speedup.
   \ "*.zip,*.gz,*.rar,*.pdf"
speedup_file_patterns> 2
This option allows you to disable speedup (put by hash) for large files
(because preliminary hashing can exhaust you RAM or disk space)
Enter a size with suffix k,M,G,T. Press Enter for the default ("3G").
Choose a number from below, or type in your own value
 1 / Completely disable speedup (put by hash).
   \ "0"
 2 / Files larger than 1Gb will be uploaded directly.
   \ "1G"
 3 / Choose this option if you have less than 3Gb free on local disk.
   \ "3G"
speedup_max_disk> 3
(соответствует значению по-умолчанию, можно просто ввести Enter, т.е. 3G)
Files larger than the size given below will always be hashed on disk.
Enter a size with suffix k,M,G,T. Press Enter for the default ("32M").
Choose a number from below, or type in your own value
 1 / Preliminary hashing will always be done in a temporary disk location.
   \ "0"
 2 / Do not dedicate more than 32Mb RAM for preliminary hashing.
   \ "32M"
 3 / You have at most 256Mb RAM free for hash calculations.
   \ "256M"
speedup_max_memory>
What should copy do if file checksum is mismatched or invalid
Enter a boolean value (true or false). Press Enter for the default ("true").
Choose a number from below, or type in your own value
 1 / Fail with error.
   \ "true"
 2 / Ignore and continue.
   \ "false"
check_hash> 1
(соответствует значению по-умолчанию, т.е. "true", можно просто ввести Enter)
Remote config
--------------------
[MR-8]  (в квадратных скобках указано имя соединения)
type = mailru
user = address@inbox.ru  (адрес указан для примера, будет отображаться Ваш e-mail)
pass = *** ENCRYPTED ***
speedup_enable = true
speedup_max_disk = 3G
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d> y

3 комментария:

  1. Приветствую! Подскажи, пожалуйста, можно ли с помощью rclone подключить облако mail.ru так, чтобы работать с ним как с обычным локальным диском. Как это сделать?

    ОтветитьУдалить
    Ответы
    1. Разобрался сам. Использую для этого Rclone Browser

      Удалить
  2. Спасибо за статьи! А как настроить получение яндекса и облако mail.ru через прокси. Бо глушат

    ОтветитьУдалить