mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Save/restore settings button #3832
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#3832
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blixten85 on GitHub (Aug 3, 2022).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
Description
What problem are you trying to solve?
I want a save and restore settings button for Adguard Home. So i can save settings, reinstall my router and just pop everything back in again.
Proposed solution
Alternatives considered
Additional information
@fernvenue commented on GitHub (Aug 4, 2022):
You can just back up the
AdGuardHome.yamlconfiguration file manually, it's in the root directory of AdGuardHome, on most Unix systems the default directory is/opt/AdGuardHome, but on macOS it's/Applications/AdGuardHome. It depends on how you installed AdGuardHome.Or you can use
findcommand to find the configuration file in whole/directory like above.@ainar-g commented on GitHub (Aug 4, 2022):
What fernvenue said is the current best practice. See also #573 and #1147 for similar requests.