I run rclone on a Synology device, and need to reinstall rclone after a DSM update. rClone was removed for some reason. When setting up the config file, I receive the following error message:
Failed to save config after 10 tries: failed to create config directory: mkdir /var/services/homes: file exists
When I try to look in /var/services/homes, I get:
No such file or directory
It appears to be a sym link:
lrwxrwxrwx 1 root root 24 Jan 22 2016 homes -> /volume1/@fake_home_link
Is this a typical location for the config file?
Any ideas what the problem may be?
Thank you
What is your rclone version (output from rclone version)
rclone v1.52.2
os/arch: linux/arm
go version: go1.14.4
Which cloud storage system are you using? (eg Google Drive)
I tried to make the config file in usr/local/bin like so:
rclone config --config=/usr/local/bin/rclone.conf
But get the following message: NOTICE: Config file "/usr/local/bin/rclone.conf" not found - using defaults
I can continue on with the config setup, but at the end throws another error: Failed to save config after 10 tries: Failed to create temp file for new config: open /usr/local/bin/rclone.conf347424308: permission denied
Thank you about the hint for @fake_home_link. Turns out I needed to turn on user home service in synology user settings. I have everything up and running proper now.