From 92dbb4000763ca8f70b89999bea6300ae2c67892 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 20 Jan 2022 16:30:04 +0100 Subject: [PATCH] add extra warning during restore regarding the time needed --- truetool/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/truetool/__init__.py b/truetool/__init__.py index cdfa0375..586e8c23 100644 --- a/truetool/__init__.py +++ b/truetool/__init__.py @@ -210,6 +210,7 @@ def apps_restore(): process = subprocess.run(["midclt", "call", "kubernetes.restore_backup", RESTORE], stdout=subprocess.PIPE) time.sleep(5) print("Restoration started, please check the restoration process in the TrueNAS SCALE Web GUI...\n") + print("Please remember: This can take a LONG time.\n") def run(): process_args()