Настройка соединения rclone с MEGA


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

Для каждой новой настройки подключения необходимо указать новое подключение и задать имя подключения ( 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> 20
(указанный номер соответствует версии rclone 1.51, у Вас он м.б. другим)
** See help for mega backend at: https://rclone.org/mega/ **

User name
Enter a string value. Press Enter for the default ("").
user> ваш логин (e-mail аккаунта MEGA)
Password.
y) Yes type in my own password  (указать свой пароль)
g) Generate random password  (сгенерировать случайный пароль)
y/g> y
Enter the password:
password: ваш пароль
Confirm the password:
password: ваш пароль
Edit advanced config? (y/n)
y) Yes
n) No
y/n> y
Output more debug from Mega.

If this flag is set (along with -vv) it will print further debugging
information from the mega backend.
Enter a boolean value (true or false). Press Enter for the default ("false").
debug>  (просто Enter)
Delete files permanently rather than putting them into the trash.
(удалять файлы сразу, иначе они помещаются в Корзину)

Normally the mega backend will put all deletions into the trash rather
than permanently deleting them.  If you specify this then rclone will
permanently delete objects instead.

(Обычно MEGA помещает удалённые объекты в Корзину прежде чем они будут окончательно стёрты. Если это значение будет переопределено, то MEGA будет стирать удалённые данные, не помещая их в Корзину)

Enter a boolean value (true or false). Press Enter for the default ("false").
hard_delete> (просто Enter, будет установлено значение false) 
Remote config
--------------------
[MEGA-3]  (в квадратных скобках отображено имя подключения)
type = mega
user = (здесь будет указан e-mail аккаунта MEGA)
pass = *** ENCRYPTED ***  (пароль зашифрован)
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d> y

Комментариев нет:

Отправить комментарий