Tilix: [Feature Request] Backup and Restore Current configuration

Created on 11 Nov 2016  路  5Comments  路  Source: gnunn1/tilix

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,

enhancement

Most helpful comment

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

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

All 5 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:

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

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

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

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vaijab picture vaijab  路  4Comments

huti26 picture huti26  路  3Comments

viniciusban picture viniciusban  路  4Comments

gregflynn picture gregflynn  路  4Comments

sliddjur picture sliddjur  路  3Comments