rclone on a pc?

What is the problem you are having with rclone?

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

Paste  log here

No it does not have to as long as it can access your files. You can for example share your PC dir over SMB etc.

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?

what is the OS of the PC, windows, linux or what?

so you want to share a folder on your PC, so the NAS can access it?
and run rclone on the NAS?

That's exactly what I want to do. The OS is Windows.

what is the make of the NAS, synology or what?

the internet is full of guides on how to share a folder on windows.
https://www.makeuseof.com/how-network-file-share-windows-10/

then you want to run rclone on the NAS?

Yes, exactly. I have already installed it and it works on the NAS. Only the Windows share is missing

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/

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