Hello,
Is there a way to sync a hard desk on local PC for example PC Home ,hard desk E : with TrueNAS scale computer ME-Sync Folder?
Thx
Hello,
Is there a way to sync a hard desk on local PC for example PC Home ,hard desk E : with TrueNAS scale computer ME-Sync Folder?
Thx
If this is a separate data disk on Window, you can also use ROBOCOPY on Windows to copy and sync the data to a SMB share on TrueNAS
You can script this with Powershell to do regular intervals or whatever.
You didn’t state if this was a one way syncing or bidirectional between Windows and SMB share on TrueNAS.
If what you want is a copy of the data on both systems, with each updating the other, Syncthing is the easiest way to achieve that. Another option would be Nextcloud, but that’s quite a bit heavier of a software package.