/* Expandable Listmenu Script Author : Daniel Nolan http://www.bleedingego.co.uk/webdev.php */ function initMenus() { if (!document.getElementsByTagName) return; var aMenus = document.getElementsByTagName("LI"); for (var i = 0; i < aMenus.length; i++) { var mclass = aMenus[i].className; if (mclass.indexOf("treenode") > -1) { var submenu = aMenus[i].childNodes; for (var j = 0; j < submenu.length; j++) { if (submenu[j].tagName == "A") { submenu[j].onclick = function() { var node = this.nextSibling; while (1) { if (node != null) { if (node.tagName == "UL") { var d = (node.style.display == "none") node.style.display = (d) ? "block" : "none"; this.className = (d) ? "treeopen" : "treeclosed"; return false; } node = node.nextSibling; } else { return false; } } return false; } submenu[j].className = (mclass.indexOf("open") > -1) ? "treeopen" : "treeclosed"; } if (submenu[j].tagName == "UL") submenu[j].style.display = (mclass.indexOf("open") > -1) ? "block" : "none"; } } } } window.onload = initMenus;
![]() |
||
|
|
||
Tiver - Online Data Backup & Restore - Rivet -
Help - Backup - Scheduling
The computer must be switched on in order for the scheduled backup to occur. The RIVET software can be minimized or closed down as it will automatically start up prior to the scheduled backup time. You will not see the progress meter unless you select the Backup Status option at the time the back up is taking place.
The following scheduling information is completed by selecting the required option available from the drop down menus or boxes associated with each field:
The above process describes how to carry out a SCHEDULED backup, to carry out a MANUAL backup follow this process:
|