zocker-160 / SyncThingy

SyncThingy = Syncthing + simple tray indicator
GNU General Public License v3.0
129 stars 1 forks source link

Where exactly can I find my Syncthing configuration? #29

Closed MultiKoopa closed 4 months ago

MultiKoopa commented 4 months ago

I setup Syncthingy a while ago on my Steam Deck, and I'm trying to find the actual configuration files for Syncthing (like all the folders, all the sync states, etc.)

~/.local/state/syncthing is blank, and ~/.var/app/com.github.zocker_160.SyncThingy/config/syncthing only has a tiny little config file with:

"[General] autostart=false icon=color notifications=true url=http://127.0.0.1:8384"

where is everything else stored?

zocker-160 commented 4 months ago

Syncthing config is located at ~/.var/app/com.github.zocker_160.SyncThingy/config/syncthing/config.xml.

MultiKoopa commented 4 months ago

Syncthing config is located at ~/.var/app/com.github.zocker_160.SyncThingy/config/syncthing/config.xml.

....right, but there's almost nothing in that. Where's all of Syncthing's settings? Which folders to sync, sync states, etc.

MultiKoopa commented 4 months ago

seems the answer I was looking for is /home/deck/.var/app/com.github.zocker_160.SyncThingy/.local/state/syncthing/

zocker-160 commented 4 months ago

The syncthing database is under ~/.var/app/com.github.zocker_160.SyncThingy/config/syncthing/index-v0.14.0.db.

For me personally the .local/state folder is empty, so I am not exactly sure why that is different for you.

zocker-160 commented 4 months ago

I just checked on my Steam Deck and it is the same there.

MultiKoopa commented 4 months ago

The syncthing database is under ~/.var/app/com.github.zocker_160.SyncThingy/config/syncthing/index-v0.14.0.db.

For me personally the .local/state folder is empty, so I am not exactly sure why that is different for you.

strange. But appreciate you checking :) and I did find it in the end.