Regis Gras wrote: > I have still problems with backuppc-3.0.0. > > Backup stop with the message > Error reading file \Local Settings\Temp\Cover picture.tiff : Call timed > out: server did not respond after 20000 milliseconds > I am using samba-client-3.0.10-1.4E.11 for smbclient > > I saw that the problem was depending on the samba version, then, I > installed backuppc-3.0.0 on an other server with > samba-client-3.0.23c-2.el5.2.0.2 > > Now, exclude doesn't work ... > For a test_pc, test_pc.pl is: > $Conf{SmbShareName} = 'Documents'; > $Conf{SmbShareUserName} = 'rgras'; > $Conf{SmbSharePasswd} = 'xxxxx'; > > With this configuration, backuppc works fine. > > Now, I want to exclude some directory. The test_pc.pl becomes > $Conf{SmbShareName} = 'Documents'; > $Conf{SmbShareUserName} = 'rgras'; > $Conf{SmbSharePasswd} = 'xxxxx'; > $Conf{BackupFilesExclude} = [ '\Personnel' ]; > > Change the "\" to a "/"
$Conf{BackupFilesExclude} = [ '/Personnel' ]; Remember also that excludes are relative to the share, so the above assumes that the Personnel directory is at the root of the share called Documents. Regards, Les ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/