/* 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 - LAN Backup
BACKUP OVER A LAN Backing up files from other computers on a Local Area Network (LAN) Using RIVET, network filesystems, which are mapped to a drive letter, can always be backed up using the backup now button. Scheduled backups from mapped network drives will only work on Windows 9x and NT when a user is logged in and has that drive mapped. Windows NT, 2000, XP To perform a scheduled backup
from a network filesystem under Windows NT, 2000 or XP it is recommended that
the files/directories to be backed up are selected through the 'Network Neighbourhood'
icon in the RIVET application instead of the drive letter. For more information
on selecting files and directories see Selecting data
for backup. In order to perform a scheduled backup of a network filesystem,
the 'Automated Backup Daemon' service must be configured using the service applet
in the control panel. Use a user account which has access to that filesystem
instead of the System Account (which is the default setting). The service must
be restarted for this change to take effect.
To configure the Automated Backup Daemon using Windows 2000
Important Note: To do this:
To configure the Automated Backup Daemon using Windows XP
Important Note: |