I meant : You don't need exclude block  just include c:/program files* like D:/ 
do

-----Message d'origine-----
De : Marco Gaiarin <g...@lilliput.linux.it>
Envoyé : jeudi 26 octobre 2023 13:29
À : bacula-users@lists.sourceforge.net
Objet : [Bacula-users] Windows filesets setup...


Still there's some things in Bacula that i really dont't understand, evidently. 
;-)


I need to backup a windows box; i need to backup entirely the D: drive and 
partially the C: drive. Following documentation and examples, i've wrote:

 FileSet {
   Name = ArmeoStd
   Description = "Backup dati Hocoma/Armeo"
   Enable VSS = yes

   Include {
     File = "C:/"

     Options {
       Signature = MD5
       Ignore Case = yes

       WildDir = "C:/Program Files*/Hocoma"
     }

     Options {
       Exclude = yes

       WildDir = "C:/*"
     }
   }

   Include {
     File = "D:/"

     Options {
       Signature = MD5
       Ignore Case = yes
     }
   }
 }


Backup on D: works as expected, on C: i got:

 cwd is: /
 $ dir
 drwxrwx--T   1 root     root           12288  2023-10-23 08:45:20  C:/
 drwxrwx--T   1 root     root            4096  2023-10-23 08:45:17  D:/
 cd C:/
 cwd is: C:/
 dir:/
 -rwxrwxrwx   1 root     root            1024  2023-10-18 13:09:20  C:/.rnd
 -rwxrwx--T   1 root     root      3126231040  2023-10-26 11:41:44  
C:/hiberfil.sys
 -rwxrwx--T   1 root     root      4168310784  2023-10-26 11:41:44  
C:/pagefile.sys

What i'm doing wrong?!


Thanks...

--
  Sai come fanno i Serbi ad abbattere i caccia americani?
  Disegnando una funivia sul terreno...




_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to