mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user