Bacula-users

[Bacula-users] Backup Folders using "Wild" and "RegExDir"

2011-07-25 11:52:56
Subject: [Bacula-users] Backup Folders using "Wild" and "RegExDir"
From: "Richard Marnau" <marnau AT giovannil-nord DOT de>
To: <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 25 Jul 2011 17:37:24 +0200

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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Backup Folders using "Wild" and "RegExDir", Richard Marnau <=