6

Where the setting file of indicator-multiload exists?

It is needed to backup and restore the preferences.

Akihiro HARAI
  • 1,272
  • 2
  • 12
  • 17

1 Answers1

6

The setting is stored in dconf.

To backup, run the following command:

dconf dump /de/mh21/indicator-multiload/ > ./backup

And to restore it, run the following:

dconf load /de/mh21/indicator-multiload/ < ./backup
Akihiro HARAI
  • 1,272
  • 2
  • 12
  • 17