I want to sync files in two Windows instances

What is the problem you are having with rclone?

I want to sync files in two windows instances. basically when I create or modify a file in one Windows instance the same should be done in the other instance

What is your rclone version (output from rclone version)

v1.53.1

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

Windows Server 2016 - 64 bit

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

None

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

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum,

if you want a very simple file copy, then use rclone, can be as simple as
rclone copy source dest

be aware that it lacks many basic features, one would expect to find for a server to server copy.
rclone cannot copy directory time stamps between source and dest.
limitations for copying file and folder security permissions from source to dest
lack a backup mode.
perhaps most important on windows server, cannot copy files in EFS RAW mode.
for that you would need robocopy

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