On Tuesday 23 October 2007, Phil Reynolds wrote:
> How would I specify that I want to prune anything containing
> "Temporary Internet Files", pagefile.sys and RECYCLER?

Phil,

I do not "prune" these files, but rather "exclude" them, as such:

$exclude_expr[0] = '.*~$';
$exclude_expr[1] = '.*/.*[Cc]ache.*/.*';
$exclude_expr[2] = '.*/RECYCLE[RD]/.*';
$exclude_expr[3] = '.*/Recycle[rd]/.*';
$exclude_expr[4] = '.*/[Tt]emp/.*';
$exclude_expr[5] = '.*/[Tt]mp/.*';
$exclude_expr[6] = '.*/TEMP/.*';
$exclude_expr[7] = '.*/TMP/.*';
$exclude_expr[8] = '.*/pagefile\.sys';
$exclude_expr[9] = '.*/Temporary\ Internet\ Files/.*';
$exclude_expr[10] = '.*/Windows\ Update\ Setup\ Files/.*';
$exclude_expr[11] = '.*/hotfixes/.*';
$exclude_expr[12] = '.*/Web/.*';
$exclude_expr[13] = '.*/Offline\ Web\ Pages/.*';
$exclude_expr[14] = '.*/Media/.*';
$exclude_expr[15] = '.*/Clipart/.*';
$exclude_expr[16] = '.*/IE6/.*';
$exclude_expr[17] = '.*/SP4/.*';
$exclude_expr[18] = '.*\$/.*';
$exclude_expr[19] = '.*/Cookies/.*';
$exclude_expr[20] = '.*/History/.*';
$exclude_expr[21] = '.*/Favorites/.*';
$exclude_expr[22] = '.*/WUTemp/.*';
$exclude_expr[23] = '.*/ATI/.*';
$exclude_expr[24] = '.*/BACKUP/.*';
$exclude_expr[25] = '.*/OfficeScan\ NT/.*';
$exclude_expr[26] = '.*/DRIVERS/.*';
$exclude_expr[27] = '.*/I386/.*';
$exclude_expr[28] = '.*/OldVersions/.*';
$exclude_expr[29] = '.*/.*\.bak$';
$exclude_expr[30] = '.*/.*\.msf$';
$exclude_expr[31] = '.*/Program\ Files/.*';
$exclude_expr[32] = '.*/WINNT/.*';
$exclude_expr[33] = '.*/NTUSER\.DAT';
$exclude_expr[34] = '.*/NTUSER\.DAT\.LOG';
$exclude_expr[35] = '.*/ntuser\.dat\.LOG';
$exclude_expr[36] = '.*/System\ Volume\ Information';
$exclude_expr[37] = '.*/hiberfil\.sys';

Adjust as needed.

Cheers,

Scott

-- 
* David Scott Coburn
* Brookhaven National Laboratory
* [EMAIL PROTECTED] 631.344.7110

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to