Export settings via command line (OS X)
Is it possible to export PhpStorm's IDE settings via the command line? I'd like to include it to my cron jobs to automatically backup the settings. I'm using OS X El Capitain.
Please sign in to leave a comment.
Just backup such folder(s) directly: https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs
You will then just need to update target folder for each new version (as each version keeps its settings in separate folders (unless you override it manually -- https://intellij-support.jetbrains.com/hc/en-us/articles/207240985-Changing-IDE-default-directories-used-for-config-plugins-and-caches-storage )