From bcc94dd42c81e8c13ed4e5f6a7aa6503b42691ef Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 16 Jun 2024 19:39:58 +0200 Subject: [PATCH] Add init permission --- npbackup/core/runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/npbackup/core/runner.py b/npbackup/core/runner.py index 93ad0fa..8229dc5 100644 --- a/npbackup/core/runner.py +++ b/npbackup/core/runner.py @@ -472,6 +472,7 @@ class NPBackupRunner: "restore": ["restore", "full"], "dump": ["restore", "full"], "check": ["restore", "full"], + "init": ["full"], "list": ["full"], "unlock": ["full"], "repair": ["full"],