BackupPC-users

[BackupPC-users] BackupFilesExclude not working properly (for me) with Windows/rsyncd

2008-10-28 01:48:39
Subject: [BackupPC-users] BackupFilesExclude not working properly (for me) with Windows/rsyncd
From: "Jeffrey J. Kosowsky" <backuppc AT kosowsky DOT org>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 28 Oct 2008 01:46:51 -0400
I have:
$Conf{BackupFilesExclude} = [
'"/Documents and Settings/*/LocalSettings/Temp/*"',
'"/Documents and Settings/*/Local Settings/Temporary Internet Files/*"',
'"/Documents and Settings/*/Local Settings/Application 
Data/Microsoft/Windows/UsrClass.dat"',
'"/Documents and Settings/*/Local Settings/Application 
Data/Microsoft/Windows/UsrClass.dat.LOG"',
'"/Documents and Settings/*/NTUSER.DAT"', '"/Documents and 
Settings/*/NTUSER.DAT.LOG"',
'"/Documents and Settings/*/Local Settings/Application 
Data/Mozilla/Firefox/Profiles/*/parent.lock"',
'"/Documents and Settings/*/Local 
Settings/ApplicationData/Mozilla/Firefox/Profiles/*/Cache/*"',
'/WINDOWS/system32/config/systempprofile/NTUSER.DAT',
'/WINDOWS/system32/config/systempprofile/NTUSER.DAT.LOG',
'/WINDOWS/system32/spool/PRINTERS/*',
'"/System Volume Information"',
'/pagefile.sys', '/hiberfil.sys', '/RECYCLER', ];

And the log file seems to agree that these are set:

Sent exclude: "/Documents and Settings/*/Local Settings/Temp/*"
Sent exclude: "/Documents and Settings/*/Local Settings/Temporary Internet 
Files/*"
Sent exclude: "/Documents and Settings/*/Local Settings/Application 
Data/Microsoft/Windows/UsrClass.dat"
Sent exclude: "/Documents and Settings/*/Local Settings/Application 
Data/Microsoft/Windows/UsrClass.dat.LOG"
Sent exclude: "/Documents and Settings/*/NTUSER.DAT"
Sent exclude: "/Documents and Settings/*/NTUSER.DAT.LOG"
Sent exclude: "/Documents and Settings/*/Local Settings/Application 
Data/Mozilla/Firefox/Profiles/*/parent.lock"
Sent exclude: "/Documents and Settings/*/Local Settings/Application 
Data/Mozilla/Firefox/Profiles/*/Cache/*"
Sent exclude: /WINDOWS/system32/config/systempprofile/NTUSER.DAT
Sent exclude: /WINDOWS/system32/config/systempprofile/NTUSER.DAT.LOG
Sent exclude: /WINDOWS/system32/spool/PRINTERS/*
Sent exclude: "/System Volume Information"
Sent exclude: /pagefile.sys
Sent exclude: /hiberfil.sys
Sent exclude: /RECYCLER

Yet, the log files have hundreds of errors of form:
Remote[1]: rsync: readlink_stat("Documents and Settings/family/Local 
Settings/Temporary Internet 
Files/Content.IE5/1QTGDQG5/-adj%7Cmtype-standard%7C!category-float%7C!category-pop%7C!category-video%7C!category-expand%7C!category-pointroll%7Csz-300x250%7Ctile-2%7C;ord=544854089316896[1]"
 (in c)) failed: File name too long (91)

OR:
Remote[1]: rsync: send_files failed to open "Documents and 
Settings/LocalService/Local Settings/Application 
Data/Microsoft/Windows/UsrClass.dat" (in c): Device or resource busy (16)
Remote[1]: rsync: send_files failed to open "Documents and 
Settings/LocalService/Local Settings/Application 
Data/Microsoft/Windows/UsrClass.dat.LOG" (in c): Device or resource busy (16)

etc...

On the other hand if I manually run 'rsyncd' from the command line
with the same exclude statements, it does indeed skip those files.

Am I missing something obvious or is BackupPC messing up here?
Thanks




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>