Skip to content
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

Closed
olegTarassov opened this issue Nov 11, 2016 · 6 comments
Closed

[Feature Request] Backup and Restore Current configuration #571

olegTarassov opened this issue Nov 11, 2016 · 6 comments

Comments

@olegTarassov
Copy link

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,

@gnunn1
Copy link
Owner

gnunn1 commented Nov 11, 2016

Terminix stores it's configuration in dconf and you should be able to use the dconf tool to migrate settings. To dump the setting:

dconf dump /com/gexperts/Terminix/ > terminix.dconf

To load this file back into dconf on a different machine:

dconf load /com/gexperts/Terminix/ < terminix.dconf

@dreamer
Copy link

dreamer commented Apr 10, 2017

After rename to Tilix, proper backup/restore commands are now:

dconf dump /com/gexperts/Tilix/ > tilix.dconf
dconf load /com/gexperts/Tilix/ < tilix.dconf

@zero77
Copy link

zero77 commented Apr 25, 2020

@dreamer @gnunn1
Will this also backup profile settings.
Also, is this already documented in the wiki or FAQ, thanks.

@dreamer
Copy link

dreamer commented Apr 25, 2020

@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.

@zero77
Copy link

zero77 commented Apr 26, 2020

@dreamer
Thanks

flanaras added a commit to flanaras/dotfiles that referenced this issue Sep 25, 2020
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`
flanaras added a commit to flanaras/dotfiles that referenced this issue Sep 25, 2020
* 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
@peterrus
Copy link

Small script to do this: https://gist.github.com/peterrus/f7a8f6ce09ba6506b780f6ca8bceb74f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants