function fred_report_info() { var info={report_cat : "SYSTEM", report_name : "Backup / Restore settings", report_author : "Gillen Daniel", report_desc : "Dump files / directories not to snapshot / backup and registry keys not to restore", fred_api : 2, hive : "SYSTEM" }; return info; } var table_style = "border-collapse:collapse; margin-left:20px; font-family:arial; font-size:12"; var cell_style = "border:1px solid #888888; padding:5; white-space:nowrap;"; function IsValid(val) { return (typeof val!=='undefined'); } function PrintTableHeaderCell(str) { println("
"); println("
"); println(" None"); println("
"); } } function fred_report_html() { var val; println(""); println(" Directories / files not to back up in Volume Shadow Copies"); println("
"); ListValues(cur_controlset+"\\Control\\BackupRestore\\FilesNotToSnapshot"); println(""); println(" Directories / files not to back up or restore by backup apps"); println("
"); ListValues(cur_controlset+"\\Control\\BackupRestore\\FilesNotToBackup"); println(""); println(" Registry nodes or values not to restore by backup apps"); println("
"); ListValues(cur_controlset+"\\Control\\BackupRestore\\KeysNotToRestore"); } else { println("");
println(" Unable to determine current control set!
");
println(" Are you sure you are running this report against the correct registry hive?");
println("