Hello everyone!

I'm trying to backup 2 directories:
C:/Documents and Settings/<any user>/Desktop
C:/Documents and Settings/<any user>/My documents

The job completes with status = ok, bytes = 0.
Can somebody tell me where did I mistake ?


My fileset is:

FileSet {
  Name = "Windows Set"
  Include {
    Options {
       IgnoreCase = yes
       WildFile = "*.avi"
       WildFile = "*.mpg"
       WildFile = "*.mp3"
       WildFile = "*.exe"
       exclude = yes
     }
     File = "C:/Documents and Settings/*/Desktop/"
     File = "C:/Documents and Settings/*/My documents/"
  }
}


regards j4q8
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to