Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
"nodes": [
{
  "files": [
  {
    "path": "d:\",
    "recursive": true
  }
  ],
  
  "periodic_sync": {
    "period": "1h", 
    "report": "summary"
  }
}

NFS sync

Info

FSR 1.2 or higher

NFS synchronization is a configuration method that periodically synchronizes periodically with using a remote network path as the source.

...

However, the target must be configured as a local disk path of a specific node and should not be configured as an NFS path.

Warning

Data on the NFS path is shared by multiple clients. Among them, FSR also operates as a client, so if random writing is performed on one file without any special measures, file corruption may occur. Therefore, configuring the target as NFS is prohibited.

NFS synchronization on Linux differs only in that the target of periodic synchronization is a remote network path. You only need to specify the pre-mounted remote path in the configuration file, such as the /samba path in the example below.

...