Tonido Sync Folder locations can be changed manually on Tonido versions 2.34 and above by editing the configuration XML file. We only suggest doing this if you are comfortable editing files.
Windows | Mac OSX | Linux | TonidoPlug | |
---|---|---|---|---|
Sync Client Data Location | %APPDATA%\TonidoSyncData\client | {HomeDir}\TonidoSyncData\client | {HomeDir}\TonidoSyncData\client | {UserDataDirectory}\TonidoSyncData\client |
Sync Folder | {MyDocumentsFolder}\TonidoSync | {HomeDir}\TonidoSync | {HomeDir}\TonidoSync | {UserDataDirectory}\TonidoSync |
Config File Location
To change sync folder location, please open the syncclientconfig.xml file located in the following locations.
OS | Location |
---|---|
Windows | {TonidoSyncInstallDir}\syncclientconfig.xml Usually: %APPDATA%\TonidoSync\syncclientconfig.xml |
Mac OSX | {TonidoSyncInstallDir}\syncclientconfig.xml |
Linux | {TonidoSyncInstallDir}\syncclientconfig.xml |
TonidoPlug | NA, See Server Settings |
XML format
<?xml version="1.0" encoding="UTF-8" ?> <variantrow> <rowentry> <name>syncclientlocation</name> <type>string</type> <value>DEFAULT</value> </rowentry> <rowentry> <name>syncfolderlocation</name> <type>string</type> <value>DEFAULT</value> </rowentry> </variantrow>
How to Change