Restore encrypted data and rest

Hi everyone

I have moved to a new nas and

I must install rclone again but im wondering What if i just copy/paste config file to new nas

That would help me to reach my all data on cloud? Or shall i creat a new config file if yes then is there a guide for this? Because im rly beginner to coding etc and afraid to do something wrong

sure, you can copy/paste the config file to the new nas

if you new nas is running linux or bsd, you can install rclone like this
https://rclone.org/install/#script-installation

Would it just be enough copy/past config file After installation ? Then i can mount rclone as before i believe? Sorry for dumb questions

  1. install rclone
  2. copy/paste config file
  3. mount
1 Like

when i entire rclone lsd gdrive: and gcrypt gcache i see all the list but when i try to mount it getting this error

rclone mount gdrive: /volume1/rclone/gdrive --allow-other --allow-non-empty --daemon
2020/08/19 19:15:26 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults
2020/08/19 19:15:26 Failed to create file system for "gdrive:": didn't find section in config file

hi,
as per the log, rclone cannot find your config file.
Config file "/root/.config/rclone/rclone.conf" not found

you read this
https://rclone.org/docs/#config-config-file

and this is almost always not needed
--allow-non-empty

it was user problem. it worked after try to mount on admin account. thank you so much!

do you suggestion for me any flag to use which can be useful for my ussage

i mount gdrive gcrypt gcache and mostly for plex

its a synology nas

well,
if it works, then there is nothing to change.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.