From 06fba6d6551c167f7e24494c53218c65e076b165 Mon Sep 17 00:00:00 2001 From: Conor O'Callaghan Date: Fri, 4 Dec 2020 14:50:47 +0000 Subject: [PATCH 1/2] adding teleport command doc --- docs/core/pihole-command.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/core/pihole-command.md b/docs/core/pihole-command.md index 86d34db..89b3d40 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 | | | From e522c4e837bb31e89b24afa93910e9c1f00889c2 Mon Sep 17 00:00:00 2001 From: Conor O'Callaghan Date: Fri, 4 Dec 2020 18:05:42 +0000 Subject: [PATCH 2/2] removing whitepsace --- docs/core/pihole-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/pihole-command.md b/docs/core/pihole-command.md index 89b3d40..ac1167c 100644 --- a/docs/core/pihole-command.md +++ b/docs/core/pihole-command.md @@ -293,7 +293,7 @@ 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 +### Teleport | | | -------------- | --------------