Hello, I am using the Connect To Director feature to backup a system behind a NAT. This system has only intermittent connectivity to the backup server so I am using a schedule to connect only at certain times. The backups are working fine but the connection schedule does not seem to be working.
Here is my bacula-fd on the client system Director { Name = backupserver-dir Password = "notmyrealpassword" Address = backupserver Connect To Director = yes Schedule = BackupHours } FileDaemon { Name = client-fd FDAddress = client FDPort = 9102 WorkingDirectory = /var/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 } Schedule { Name = BackupHours Connect = MaxConnectTime=1h on thu at 09:45 } >From what I understand, this connection schedule means that this client should try to connect to the director between 09:45 and 10:45 on Thursdays. However, I am seeing errors from the client that it is not able to connect to the directory outside of those hours Nov 25 13:24:52 client bacula-fd: bsockcore.c:266 Unable to connect to Director daemon on backupserver:9101. ERR=Interrupted system call Have I misunderstood this schedule or is my configuration wrong? Regards, Richard _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users