I have installed rclone on my NAS and use it to synchronise files internally. If I now want to synchronise files from a PC with my NAS via rclone, does rclone also need to be installed on a PC?
Run the command 'rclone version' and share the full output of the command.
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
Paste command here
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
A log from the command that you were trying to run with the -vv flag
Thank you very much for your answer.
If I want to take the folder of my PC via SMB. What do I have to enter under Host in rclone? Just the IP address of the PC? How does rclone know which folder this is?
fwiw, not sure that is a good idea.
as i explain in my howto guide, rclone smb remote lacks support for file verification using checksums.
that is why i always use native mount
and another thing i would not do, especially if this is your first time working with smb/samba shares.
to share a folder on your windows machine, unless you are 100% sure how to lock down the share.
must create a new username and password and only allow that user to access the share.
otherwise, can expose your entire windows machine.
instead, i would create the dedicated share on the NAS, then run rclone or any copy tool, on the windows machine.
but if you must create a windows share.
then on the NAS, to access the windows share.
use native mount as per my wiki
else
create a smb remote - https://rclone.org/smb/