From 6121d3d2e6aac3f87ae88e97ecc67058d00e25b8 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 25 Feb 2024 12:14:52 +0100 Subject: [PATCH] docs: remove tabs --- docs/deployment/non-root-user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/non-root-user.rst b/docs/deployment/non-root-user.rst index 45096c6f..a3d6dad4 100644 --- a/docs/deployment/non-root-user.rst +++ b/docs/deployment/non-root-user.rst @@ -61,6 +61,6 @@ Other than that, the same restore process, that would be used when running the b .. warning:: - When using a local repo and running borg commands as root, make sure to only use commands that do not + When using a local repo and running borg commands as root, make sure to only use commands that do not modify the repo itself, like extract or mount. Modifying the repo using the root user will break the repo for the non-root user, since some files inside the repo will now be owned by root.