-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Backup and Restore Current configuration #571
Comments
Terminix stores it's configuration in dconf and you should be able to use the dconf tool to migrate settings. To dump the setting:
To load this file back into dconf on a different machine:
|
After rename to Tilix, proper backup/restore commands are now:
|
@zero77 Just tested to double-check, as far as I can tell the profiles are backed up as well. I don't know if this is documented in FAQ. |
@dreamer |
it can be seen on gnunn1/tilix#571 how to save and load the configuration `dconf dump /com/gexperts/Tilix/ > tilix.dconf` `dconf load /com/gexperts/Tilix/ < tilix.dconf`
* Add dconf for tilix it can be seen on gnunn1/tilix#571 how to save and load the configuration `dconf dump /com/gexperts/Tilix/ > tilix.dconf` `dconf load /com/gexperts/Tilix/ < tilix.dconf` * fix name * add readme section for tilix
Small script to do this: https://gist.github.com/peterrus/f7a8f6ce09ba6506b780f6ca8bceb74f |
At this moment, unable to find the location where terminix pulls the store data for my profiles and settings. For new setups, would like to avoid manually restore terminix and simply restore my settings and preferences.
Thanks,
The text was updated successfully, but these errors were encountered: