Hi all,
 
I'm trying to backup "Desktop" and "Documents" from all users on a client.
Bacula manual is a good point to start / Page 172 does have an example to 
backup only pictures folders from Windows Clients.
Unfortunaly all backups and settings I tried did not include any of the files 
or folders (or to much of them).
 
Directorys to backup:
C:/Dokumente und Einstellungen/*/Desktop/*
C:/Dokumente und Einstellungen/*/Eigene Dateien/*
 
--
My FileSet:
 
FileSet {
  Name = "ClientWindows"
  Include {
 
  File = "C:/Dokumente und Einstellungen"
 
     Options {
      signature = MD5
      compression = GZIP
      IgnoreCase = yes
 
      #Alle Benutzerverzeichnise mit einbeziehen.
      RegExDir="^C:/Dokumente und Einstellungen/[^/]+$"
 
      #Alle Benutzer Desktop Verzeichnise und Unterverzeichnise
      Wild = "C:/Dokumente und Einstellungen/*/Desktop/*"
 
      #Alle Benutzer Eigene Dateien und Unterverzeichnise
      Wild = "C:/Dokumente und Einstellungen/*/Eigene Dateien/*"
    }
     Options {
        Exclude = yes
        IgnoreCase = yes
        Wild= "C:/Dokumente und Einstellungen/*"
    }
  }
}
 
Where is my mistake and why ?
Thanks for any hint.
 
Cheers,
 
Richard
 
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to