November 18, 20223 yr Dear All, I have a UNRAID 6.8.3 with 4 HDD 2 TB each and one of them is used for parity disc. In my LAN there are 6 different PC each of them stores documents/information on D drive, At UNRAID is already set up the Host name of each computer and the D drive. Is it possible that all information stored locally on D drive on each PC to be synchronized with shared folder created on UNRAID/Tower? Please let me know. Arbi
November 18, 20223 yr Community Expert Yes, you need a file sync tool, like Syncback free, or if the D drives on the PCs are shared over SMB you can have for example an rsync script on Unraid doing the sync.
December 5, 20223 yr Community Expert You just the need the rsync command in the script, command itself will depend on what you need, Google rsync manpage, but a typical command would be: rsync -av /mnt/remotes/source_share/ /mnt/user/destination_share/ P.S. use the UD plugin to mount the remote shares.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.