Title: Assinatura
Hello all!!

    I'm trying to backup (from a linux box) an Windows share over cifs protocol, and I want to exclude some folder. Let me explain my situation:

#Mount point
//192.168.0.2/C$ on /tmp/PROJETOS/C$ type cifs (ro,mand)


#Exclude file list
~ # cat /etc/bkp/servers/PROJETOS-C\$.exclude
/tmp/PROJETOS/C$/Arquivos de Programas
/tmp/PROJETOS/C$/Documents and Settings

#Rdiff command executed
rdiff-backup --verbosity 5 --force --print-statistics  --exclude-filelist /etc/bkp/servers/PROJETOS-C$.exclude /tmp/PROJETOS/C$/ /media/STORAGE/Backup/Assesso/RDIFF/PROJETOS/C$/

    And after that I can see that those directories in "/etc/bkp/servers/PROJETOS-C\$.exclude" are not being excluded, what I'm doing wrong? I tried some variations on the contents in the exclude filelist like:

~ # cat /etc/bkp/servers/PROJETOS-C\$.exclude
/tmp/PROJETOS/C*/Arquivos*de*Programas
/tmp/PROJETOS/C*/Documents*and*Settings
~ # cat /etc/bkp/servers/PROJETOS-C\$.exclude
/tmp/PROJETOS/C?/Arquivos?de?Programas
/tmp/PROJETOS/C?/Documents?and?Settings
~ # cat /etc/bkp/servers/PROJETOS-C\$.exclude
/tmp/PROJETOS/C?/Arquivos?de?Programas**
/tmp/PROJETOS/C?/Documents?and?Settings**
~ # cat /etc/bkp/servers/PROJETOS-C\$.exclude
/tmp/PROJETOS/C*/Arquivos*de*Programas**
/tmp/PROJETOS/C*/Documents*and*Settings**

Any ideas?

Thank you!!
Regards,
--


Mauricio L. Barbosa

Consultor
( + 55 11 4195-5535 R. 226

_______________________________________________
rdiff-backup-users mailing list at [email protected]
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to