[Feature Request] Config setting export and import function #3593

Closed
opened 2026-03-04 03:55:34 -05:00 by deekerman · 3 comments
Owner

Originally created by @Clems92 on GitHub (Mar 31, 2022).

Hi here!

Problem Description

In case of hardware crash, on in case you want to duplicate a system, it could be good to be able to export and save the configurations files locally, and to be able to import the files on the new machine's AdGuardHome

Proposed Solution

Create a menu to select what we would lke to export (filters addresses / config / etc.)
Generate a zip file locally
create a menu to import a zip file previously generated to setup the AdGuardHome

Thanks and happy to support !

Originally created by @Clems92 on GitHub (Mar 31, 2022). Hi here! ### Problem Description In case of hardware crash, on in case you want to duplicate a system, it could be good to be able to export and save the configurations files locally, and to be able to import the files on the new machine's AdGuardHome ### Proposed Solution Create a menu to select what we would lke to export (filters addresses / config / etc.) Generate a zip file locally create a menu to import a zip file previously generated to setup the AdGuardHome Thanks and happy to support !
deekerman 2026-03-04 03:55:34 -05:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@fernvenue commented on GitHub (Mar 31, 2022):

You can just copy the AdGuardHome.yaml file manually, that's quite simple. I think we should not make things complex.

@fernvenue commented on GitHub (Mar 31, 2022): You can just copy the `AdGuardHome.yaml` file manually, that's quite simple. I think we should not make things complex.
Author
Owner

@Clems92 commented on GitHub (Mar 31, 2022):

Thanks Fernvenue, if all is in that file, so yes I'm fine :)

@Clems92 commented on GitHub (Mar 31, 2022): Thanks Fernvenue, if all is in that file, so yes I'm fine :)
Author
Owner

@EugeneOne1 commented on GitHub (Mar 31, 2022):

@Clems92, all the configuration data is indeed accumulated in the AdGuardHome.yaml. Only query log and statistics are collected in separate files which are stored in <AGH_dir>/data directory. Nevertheless, since some settings are machine-specific and often can't be copied directly, the issue isn't that trivial. However, it duplicates #1147.

@EugeneOne1 commented on GitHub (Mar 31, 2022): @Clems92, all the configuration data is indeed accumulated in the `AdGuardHome.yaml`. Only query log and statistics are collected in separate files which are stored in `<AGH_dir>/data` directory. Nevertheless, since some settings are machine-specific and often can't be copied directly, the issue isn't that trivial. However, it duplicates #1147.
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#3593
No description provided.