ServerSync

ServerSync

48.5k Downloads

Force replacement mode

dd880602 opened this issue ยท 1 comments

commented

How should I force the file to be replaced?
options.txt
optionsof.txt
optionsshaders.txt

commented

Not entirely sure what you are trying to achieve?

Assuming the files exist in a folder called 'stuff' you would add a managed directory for 'stuff' and add a file entry for the files you want to be synchronized.

{
  "rules": {
    "directories": [
      {
        "path": "stuff",
        "mode": "mirror"
      }
    ],
    "files": {
      "include": [
        "stuff/options.txt"
      ]
    }
  }
}