add extra warning during restore regarding the time needed

This commit is contained in:
kjeld Schouten-Lebbing 2022-01-20 16:30:04 +01:00
parent 41c7c5782f
commit 92dbb40007
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB

View File

@ -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()