From 535469de59af490055f22635c039e30f71dac35c Mon Sep 17 00:00:00 2001 From: Antoine Christol <12871070+achrstl@users.noreply.github.com> Date: Tue, 17 Dec 2019 00:11:06 +0100 Subject: [PATCH] Update Oxidized.md (#10864) * Update Oxidized.md Hello, I think this could be really useful, i searched for a long time before finding that command would work in a bare repo. It allow to remove deleted devices that we don't have anymore. * Update Oxidized.md --- doc/Extensions/Oxidized.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/Extensions/Oxidized.md b/doc/Extensions/Oxidized.md index eb37695c19..8909a79945 100644 --- a/doc/Extensions/Oxidized.md +++ b/doc/Extensions/Oxidized.md @@ -252,3 +252,10 @@ file content: ``` git cat-file -p ``` + +# Remove disabled/removed device +If you want to purge saved config of a device that is not in LibreNMS anymore, you can run the following command: + +``` +git rm --cached +```