Rclone.conf confiigure windows source to NAS path

What is the problem you are having with rclone?

didn't find section in config file

What is your rclone version (output from rclone version)

rclone v1.52.2

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

Windows 10 pro

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

Xigmanas

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

Paste command here

rclone sync source:c:\ dest:w:\backupSatchmo --dry-run -P

The rclone config contents with secrets removed.

Paste config here

[Satchmo]
type = local
nounc = true
copy_links = true
links = true
skip_links = true
no_unicode_normalization = true
no_check_updated = true
one_file_system = true
case_sensitive = true
case_insensitive = false
no_sparse = true

A log from the command with the -vv flag

Paste  log here

C:\Utilities\rclone-v1.52.2-windows-amd64>rclone sync source:c:\ dest:w:\backupSatchmo --dry-run -P -vv
2020/07/26 13:43:09 DEBUG : rclone: Version "v1.52.2" starting with parameters ["rclone" "sync" "source:c:\" "dest:w:\backupSatchmo" "--dry-run" "-P" "-vv"]
2020/07/26 13:43:09 DEBUG : Using config file from "C:\Users\Prassidice\.config\rclone\rclone.conf"
2020/07/26 13:43:09 Failed to create file system for "source:c:\": didn't find section in config file

You need to use your remote name instead of "dest:", use "Satchmo:"

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