Hi,
I'm still stuck with my network connection problem. After changing the
fileset I've managed to backup 2GB (should be 3GB) before the "network
was forcibly closed" message appears. Is it possible that this is a
problem related to locked files?

The Fileset-Configuration is as follows. It's basically based on the
example from the bacula-documentation. If the "Documents and Settings"
folder is included the backup fails after a few seconds.

Thanks in advance.

FileSet {
  Name = "winclient"
  Include {
    Options {
      Exclude = yes
      # Exclude Mozilla-based programs' file caches
      WildDir = "[A-Z]:/Documents and Settings/*/Application
Data/*/Profiles/*/*/Cache"
      WildDir = "[A-Z]:/Documents and Settings/*/Application
Data/*/Profiles/*/*/Cache.Trash"
      WildDir = "[A-Z]:/Documents and Settings/*/Application
Data/*/Profiles/*/*/ImapMail"

      # Exclude user's registry files - they're always in use anyway.
      WildFile = "[A-Z]:/Documents and Settings/*/Local
Settings/Application Data/Microsoft/Windows/usrclass.*"
      WildFile = "[A-Z]:/Documents and Settings/*/ntuser.*"

      # Exclude directories full of lots and lots of useless little files
      WildDir = "[A-Z]:/Documents and Settings/*/Cookies"
      WildDir = "[A-Z]:/Documents and Settings/*/Recent"
      WildDir = "[A-Z]:/Documents and Settings/*/Local Settings/History"
      WildDir = "[A-Z]:/Documents and Settings/*/Local Settings/Temp"
      WildDir = "[A-Z]:/Documents and Settings/*/Local
Settings/Temporary Internet Files"

      # Ignore VMWare Virtual Machines
      WildDir = "[A-Z]:/Documents and Settings/*/My Documents/My Virtual
Machines"

      # These are always open and unable to be backed up
      WildFile = "[A-Z]:/Documents and Settings/All Users/Application
Data/Microsoft/Network/Downloader/qmgr[01].dat"

      # Temporary directories & files
      WildDir = "[A-Z]:/WINNT/Temp"
      WildDir = "[A-Z]:/temp"
      WildFile = "*.tmp"
      WildDir = "[A-Z]:/tmp"
      WildDir = "[A-Z]:/var/tmp"

      # Recycle bins
      WildDir = "[A-Z]:/RECYCLER"

      # Swap files
      WildFile = "[A-Z]:/pagefile.sys"
    }

    Options {
      signature = MD5
      compression = GZIP9
      IgnoreCase = yes
    }

    #File = "C:/Documents and Settings"
    File = "C:/Data"
  }
}

>>>>Jochen Schaeuble <[EMAIL PROTECTED]> 19/12/2005 11:16 >>>
> 
> Hi,
> yes... even telnet works. After downgrading the Windows machine to
> 1.36.3 I get new error messages.
> 
> The first time I run the job:
> 
> 386 Network send error to SD. ERR=The operation completed successfully.
> (I like this one *gg*)
> 
> any following job:
> 
> 503 Network send error to SD. ERR=An existing connection was forcibly
> closed by the remote host.
> 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to