This works great, I see that you are using an exclude rather than include option... good to keep in mind...
Thanks for the help buddy! Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 -----Original Message----- From: Marcelino Mata [mailto:[email protected]] Sent: Thursday, May 19, 2011 6:24 PM To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] Backup windows xp/wind7/vista I use the setting below for about 25 Windows XP computers...it probably has extra entries which are not required. $Conf{SmbShareName} = [ 'C$' ]; $Conf{BackupFilesExclude} = { '*' => [ '\\TEMP\\*', '\\temp\\*', '\\WINDOWS\\*', '\\Program Files\\*', '\\pagefile.sys', '\\System Volume Information\\*', '*.ost', '\\Documents and Settings\\*\\Local Settings\\Temporary Internet Files\\*', '\\hiberfil.sys', 'Thumbs.db', 'IconCache.db', '?ache*', '\\RECYCLER\\*', '\\Documents and Settings\\*\\ntuser.dat*', '\\Documents and Settings\\*\\NTUSER.DAT*', '\\Documents and Settings\\*\\Cookies', '\\MSOCache', '\\Documents and Settings\\*\\Local Settings\\Temp\\*', '*.lock', '*.vmdk', '*.vmem', '*.tmp', '\\Documents and Settings\\*\\Application Data\\*', '*.wma', '*.mp3' ] }; Marcelino Marcelino Mata Engineering Technology Specialist Multimatic Technical Centre 85 Valleywood Drive Markham, ON Canada L3R 5E5 Tel. +1 905 470 0025 CONFIDENTIALITY NOTE: This email (and attachments, if any) contain(s) information that is PRIVATE and CONFIDENTIAL, and may be LEGALLY PRIVILEGED or otherwise exempt from disclosure under applicable law. All copyright is reserved, and no right or license is granted to duplicate or publish the content of this email or to forward it to third parties, without, in each case, specific permission. If you have received this email in error, you must not copy, distribute, retain or use this email or the information contained in it for any purpose (other than to notify the sender). If you believe that you are not the intended recipient of this email, please contact the sender immediately and delete this email from your computer system (including any archive or other storage facilities). Thank you. ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
