![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
Force replacement mode
dd880602 opened this issue ยท 1 comments
How should I force the file to be replaced?
options.txt
optionsof.txt
optionsshaders.txt
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"
]
}
}
}