docs: add FAQ for dismissing 'rclone.conf not found'

See: https://forum.rclone.org/t/notice-about-missing-rclone-conf-is-annoying/51116
This commit is contained in:
Jeff Geerling
2025-05-06 22:21:36 -05:00
committed by albertony
parent 32847e88b4
commit 7606ad8294

View File

@@ -22,6 +22,20 @@ See the [remote setup docs](/remote_setup/) for more info.
This has now been documented in its own [remote setup page](/remote_setup/). This has now been documented in its own [remote setup page](/remote_setup/).
### How can I get rid of the "Config file not found" notice?
If you see a notice like 'NOTICE: Config file "rclone.conf" not found', this
means you have not configured any remotes.
If you need to configure a remote, see the [config help docs](/docs/#configure).
If you are using rclone entirely with [on the fly remotes](/docs/#backend-path-to-dir),
you can create an empty config file to get rid of this notice, for example:
```
rclone config touch
```
### Can rclone sync directly from drive to s3 ### ### Can rclone sync directly from drive to s3 ###
Rclone can sync between two remote cloud storage systems just fine. Rclone can sync between two remote cloud storage systems just fine.