Hi,

I have a backup job and file set backing up a Windows Server 2012 R2
server. Full backups with the 'accurate' option set to yes, work
perfectly fine. However, when I try to run a differential backup, I get the
following errors:

03-May 17:00 agatha-dir JobId 40: Fatal error: Cannot find previous jobids.
03-May 17:03 agatha-dir JobId 40: Fatal error: Network error with FD during
Backup: ERR=Interrupted system call

The catalog seems to be working fine, I'm able to open the file tree of
jobs in the restore console and restore files from full backups without
issue.

The director and storage-demon are running on a FreeBSD server, compiled
and installed using the FreeBSD Ports system. I am using MYSQL for the
catalog.

Relevant part of the confirmation file is:
FileSet {
  Name = "Brinkley Files"
  Include {
    File = D:/Shares
    File = "D:/Services/FileMaker Server/Backups"
    Options {
  Compression = GZIP9
    }
    File = "D:/Services/MS SQL Server"
  }
}
Job {
  Name = "Brinkley Online Backup"
  Type = Backup
  Level = Differential
  Client = brinkley-fd
  FileSet = "Brinkley Files"
  Storage = agatha-fd-Online_Backup
  Pool = "Online Backup"
  Messages = Daemon, Catalog = All
  Accurate = Yes
  Client Run Before Job = D:/ExoBackupScript.bat
  Schedule = "Brinkley Daily"
}

I'm banging my head against this problem, so any help would be greatly
appreciated.

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

Reply via email to