parent
3c1d24ebed
commit
2981e01eb8
2 changed files with 31 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
@ECHO OFF |
||||||
|
TASKKILL /IM "Resilio Sync.exe" /F |
||||||
|
COPY /Y conf\UnityBuild-01_FC_08_DS_LH.conf "%USERPROFILE%\AppData\Roaming\Resilio Sync\sync.conf" |
||||||
|
START "" "%USERPROFILE%\AppData\Roaming\Resilio Sync\Resilio Sync.exe" |
||||||
|
REM PAUSE |
||||||
@ -0,0 +1,26 @@ |
|||||||
|
//samples can be found here: http://internal.getsync.com/support/sample.conf |
||||||
|
{ |
||||||
|
"shared_folders" : |
||||||
|
[ |
||||||
|
{ |
||||||
|
"secret" : "AR3HNOYJSMWFTY2ABIGEIGVKIPPAPW2VB", |
||||||
|
"dir" : "W:/UC/Project-19050-Frozen2/_Deploy_PC/01_ForstCoronation/UnityBuild-19050-01_ForstCoronation", // * required field |
||||||
|
"use_relay_server" : true, // use relay server when direct connection fails |
||||||
|
"use_tracker" : true, |
||||||
|
"search_lan" : true, |
||||||
|
"use_sync_trash" : false, // enable SyncArchive to store files deleted on remote devices |
||||||
|
"overwrite_changes" : true, // restore modified files to original version, ONLY for Read-Only folders |
||||||
|
"selective_sync" : false//, // add folder in selective sync mode |
||||||
|
}, |
||||||
|
{ |
||||||
|
"secret" : "AJR4HEEZXQ4NFXS2BQA2CCGAHSRTGFCKB", |
||||||
|
"dir" : "W:/UC/Project-19050-Frozen2/_Deploy_PC/08_DarkSea/UnityBuild-19050-08_DarkSea", // * required field |
||||||
|
"use_relay_server" : true, // use relay server when direct connection fails |
||||||
|
"use_tracker" : true, |
||||||
|
"search_lan" : true, |
||||||
|
"use_sync_trash" : false, // enable SyncArchive to store files deleted on remote devices |
||||||
|
"overwrite_changes" : true, // restore modified files to original version, ONLY for Read-Only folders |
||||||
|
"selective_sync" : false//, // add folder in selective sync mode |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
Loading…
Reference in new issue