diff --git a/docs/core/pihole-command.md b/docs/core/pihole-command.md index 86d34db..ac1167c 100644 --- a/docs/core/pihole-command.md +++ b/docs/core/pihole-command.md @@ -267,6 +267,7 @@ Switch Pi-hole subsystems to a different GitHub branch. An admin can specify rep -------------- | -------------- [Web Script](#web-script) | `pihole -a` [Password](#password) | `pihole -a password` +[Teleport](#teleport) | `pihole -a -t` [Temperature Unit](#temperature-unit) | `pihole -a celsius`, `pihole -a fahrenheit`, `pihole -a kelvin` [Host Record](#host-record) | `pihole -a hostrecord` [Email Address](#email-address) | `pihole -a email` @@ -292,6 +293,16 @@ Example Usage | [`pihole -a -p secretpassword`](https://discourse.pi-hole.net/ Set the Web Interface password. Password can be entered as an option (e.g: `pihole -a -p secretpassword`), or separately as to not display on the screen (e.g: `pihole -a -p`). +### Teleport + +| | | + -------------- | -------------- +Help Command | N/A +Script Location | N/A +Example Usage | `pihole -a -t` + +Create a configuration backup. The backup will be created in the directory from which the command is run. The backup can be imported using the Settings > Teleport page. + ### Temperature Unit | | |