[Solved] Where is the config file?

Hello,

Months ago, I made a script to save every day some important files on my system (Ubuntu 18.04). I backuped the file ~/.Cryptomator/settings.json, which contained the list of my fault, as this :

Blockquote
{
“directories”: [
{
“id”: “8A_CKC9JQyXN”,
“path”: “/path/to/my/cryptomator/vault”,
“mountName”: “Name_of_the_vault”,
“unlockAfterStartup”: false,
“revealAfterMount”: true,
“usesIndividualMountPath”: false,
“usesReadOnlyMode”: false
},
… others vaults here …
}

But I just realized this file is no longer backuped, because I cannot find it anymore. but when I run Cryptomator, the list of my vaults are still here. So maybe they are now in another file ? I cannot find it.

Can you please tell me how to backup again this list ? Thank you for your help.

Oh yes, some paths have changed on Linux since Cryptomator 1.4.6: https://github.com/cryptomator/cryptomator/releases/tag/1.4.6

Settings are now located in ~/.config/Cryptomator.

1 Like

Yes ! I got it, thank you @tobihagemann !