//var comsg = "The interview detected that you previously created a customized task list. Click OK to load the task list you previously created, or click Cancel to create a new task list."; var cookieMess = "This interview uses a cookie to function. Ensure that you have are using a browser that supports cookies and that cookies are enabled."; //START NON-TRANSLATABLE function getCookieData(label) { var labelLen = label.length; var cLen = document.cookie.length; var i=0; var cEnd; while (i < cLen) { var j = i + labelLen; if (document.cookie.substring(i,j) == label) { cEnd = document.cookie.indexOf(";",j); if (cEnd == -1) { cEnd = document.cookie.length; } return unescape(document.cookie.substring(j+1,cEnd)); } i++ } //if they reach this point, no cookie data was found return("zzzz"); } function storeValue(input) { var exp = new Date(); var oneYearFromNow = exp.getTime() + (365 * 24 * 60 * 60 * 1000); exp.setTime(oneYearFromNow); document.cookie = "gosaveint=" + input + ";expires=" + exp.toGMTString(); } function onOld() { z = screen.height-100; windowparms = "width=640,height=" + z + ",resizable=yes,scrollbars=yes,titlebar=no,toolbar=no,status=no"; //windowparms = "width=640,resizable=yes,scrollbars=yes,titlebar=no,toolbar=no,status=no"; aWindow = window.open("rzaiuchecklist.htm?noframes=true", "custom", windowparms); aWindow.focus(); if (aWindow != null) { if (aWindow.opener == null) { aWindow.opener = self; } } window.location = "rzaiusummary.htm"; } function onNew() { for (var i=0; i < 64; i++) { tstring = tstring + "x"; } storeValue(tstring); onNext(); } function onNext() { var tstring = "x"; for (var i=0; i < 63; i++) { tstring = tstring + "x"; } input = getCookieData("gosaveint"); if (input == "zzzz") { storeValue(tstring); inputA = getCookieData("gosaveint"); //load stored data if (inputA == "zzzz") { //cookie did not work, probably disabled alert(cookieMess); return; } } window.location = "rzaiuserver_name.htm"; } //END NON-TRANSLATABLE
Welcome
In this interview, you answer a series of questions about the type of GO SAVE operation you want to perform for your specific system configuration. These questions will help determine which tasks peeform to obtain a complete backup of your system using GO SAVE: Option 21, 22, or 23. Once you answer these questions, a customized checklist is provided with only the backup activities you need to perform.
You need to know specific information about how your system is configured, such as whether or not you use network servers. If you
are not able to determine how your system is configured with the help provided in the interview, contact your system administrator.
If your system configuration changes, you need to generate a new GO SAVE checklist to ensure you are performing a complete save.