Save/restore settings button #3832

Closed
opened 2026-03-04 04:24:03 -05:00 by deekerman · 2 comments
Owner

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

Originally created by @blixten85 on GitHub (Aug 3, 2022). ### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] 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
deekerman 2026-03-04 04:24:03 -05:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@fernvenue commented on GitHub (Aug 4, 2022):

You can just back up the AdGuardHome.yaml configuration 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.

~# find / -name AdGuardHome.yaml
/opt/AdGuardHome/AdGuardHome.yaml

Or you can use find command to find the configuration file in whole / directory like above.

@fernvenue commented on GitHub (Aug 4, 2022): You can just back up the `AdGuardHome.yaml` configuration 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. ``` ~# find / -name AdGuardHome.yaml /opt/AdGuardHome/AdGuardHome.yaml ``` Or you can use `find` command to find the configuration file in whole `/` directory like above.
Author
Owner

@ainar-g commented on GitHub (Aug 4, 2022):

What fernvenue said is the current best practice. See also #573 and #1147 for similar requests.

@ainar-g commented on GitHub (Aug 4, 2022): What fernvenue said is the current best practice. See also #573 and #1147 for similar requests.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AdGuardHome#3832
No description provided.