What is the problem you are having with rclone?
I'm running v1.54 on Synology and it works well to B2, Dropbox, etc. Today I attempted to set up a sync with a local Win10 PC... so I'm using...
rclone sync --progress /volume1/homes/user/music \\192.168.1.15\h\music
I tested this with --dry-run
, and all seemed well, but when I went to run it (I'm using SSH as sudo), the files copied to the folder from which I ran the command, creating a folder "\192.168.96.15hmusic" which holds a copy of the synced files.
What am I doing wrong? The Win10 folder is shared for all users.
What is your rclone version (output from rclone version
)
1.54
Which OS you are using and how many bits (eg Windows 7, 64 bit)
DSM 6.2.4
Which cloud storage system are you using? (eg Google Drive)
None
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync --progress /volume1/homes/user/music \\192.168.1.15\h\music
The rclone config contents with secrets removed.
[gDrive]
type = drive
token =
[dBox]
type = dropbox
token =
[mrb2]
type = b2
account =
key =
hard_delete = true
[brmusic]
type = local
A log from the command with the -vv
flag
Ran -vv Can't locate log... Where is this?