Why my config file disappears after Reboot

What is the problem you are having with rclone?

After reboot my config. files dissapears ....
I didn't command anything at all config file just disappears.
I downloaded from Qnap club .
If I make conf file it sotred at /homes/admin/.config/rclone and /root/.conf/rclone

What is your rclone version (output from rclone version)

1.52.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Linux, (Nas Qnap)

Which cloud storage system are you using? (eg Google Drive)

Google Teamd Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

as a work around,move the config file to another location and use flag
https://rclone.org/docs/#config-config-file

1 Like

If you create a file there and reboot does that file disappear also?

touch /homes/admin/.config/testfile
touch /root/.conf/testfile

After making config file I move conf file from /root/.config/rclone/rclone.conf to local storage( /share/Data/rclone.conf)

Then I wrote

rclone --config /share/Data/rclone.conf

but message below occurs.
Is my command wrong?

Usage:
rclone [flags]
rclone [command]

Available Commands:
about Get quota information from the remote.
authorize Remote authorization.
backend Ru
....

you need to have a command

rclone config --config=/share/Data/rclone.conf

1 Like

Thank you it opens !!

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