add extra warning during restore regarding the time needed
This commit is contained in:
parent
41c7c5782f
commit
92dbb40007
@ -210,6 +210,7 @@ def apps_restore():
|
|||||||
process = subprocess.run(["midclt", "call", "kubernetes.restore_backup", RESTORE], stdout=subprocess.PIPE)
|
process = subprocess.run(["midclt", "call", "kubernetes.restore_backup", RESTORE], stdout=subprocess.PIPE)
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
print("Restoration started, please check the restoration process in the TrueNAS SCALE Web GUI...\n")
|
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():
|
def run():
|
||||||
process_args()
|
process_args()
|
||||||
|
Loading…
Reference in New Issue
Block a user