[linux] which config files to back up? #1048
-
|
After configuring streamlink-twitch-gui, which files should be backed up so reinstalling PC would go smoother? Naturally there's streamlink's own |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Streamlink Twitch GUI stores its configuration using the localStorage API. No external config files are read/written. So if you want to copy your config, copy the whole NW.js/Chromium config dir. |
Beta Was this translation helpful? Give feedback.
-
|
No particular files to single out? That's a lot of files to put in a dotfiles repo. Caches and logs and whatnot |
Beta Was this translation helpful? Give feedback.
${XDG_CONFIG_HOME:-${HOME}/.config}/streamlink-twitch-gui/:https://github.com/streamlink/streamlink-twitch-gui/wiki/Parameters#user-data-directory
Streamlink Twitch GUI stores its configuration using the localStorage API. No external config files are read/written. So if you want to copy your config, copy the whole NW.js/Chromium config dir.