Re: [Bacula-users] Restore to Windows client fails if file is too big

2018-02-19 Thread Kenneth Garges
Thanks to everyone that responded. I’ve solved the problem. We had 4 10Gbs network interfaces aggregated together using LACP. Running some tests trying to send data to a Windows client we found the problem is not just Bacula. Even ftp failed if the file size was bigger than about 1300 bytes.

Re: [Bacula-users] Restore to Windows client fails if file is too big

2018-02-19 Thread Tilman Schmidt
[resent since the list server seems to work again now] Am 14.02.2018 um 03:00 schrieb Kenneth Garges: > >> On 10Feb 2018, at 1:29 PM, Tilman Schmidt wrote: >> >> Any chance of checking on the firewall what's happening with the connection? > > Looking at the firewall rules show it will pass anyt

Re: [Bacula-users] Restore to Windows client fails if file is too big

2018-02-18 Thread Jose Alberto
Hi. 09-Feb 13:38 core-prod-bkp-3-sd JobId 170: Fatal error: read.c:176 Error sending data to Client. ERR=Broken pipe You check comunications (persistent conections) on you firewall or switch layer 3. You view parameter: Heartbeat Interval = 60 On file-daemon, Storage-daemon and dir ref: h

Re: [Bacula-users] Restore to Windows client fails if file is too big

2018-02-15 Thread Kenneth Garges
> On 10Feb 2018, at 1:29 PM, Tilman Schmidt wrote: > > Any chance of checking on the firewall what's happening with the connection? Looking at the firewall rules show it will pass anything on ports 9101-9103 between the hosts. I have no reason to doubt that since backups work; only restores

Re: [Bacula-users] Restore to Windows client fails if file is too big

2018-02-10 Thread Tilman Schmidt
Am 10.02.2018 um 01:01 schrieb Kenneth Garges: > Backups work fine. Restores work fine if the file I restore is small (I > have done 192 byte files as a test.) But if the file is bigger (20MB) > then I get a broken pipe error.  > 09-Feb 13:38 core-prod-bkp-3-sd JobId 170: Error: bsock.c:649 Write

[Bacula-users] Restore to Windows client fails if file is too big

2018-02-09 Thread Kenneth Garges
Running Bacula 9.0.6 on FreeBSD 10.3-RELEASE-p24 and Bacula 7.4.4 on Windows 2012R2 server. Backups work fine. Restores work fine if the file I restore is small (I have done 192 byte files as a test.) But if the file is bigger (20MB) then I get a broken pipe error. Log from a successful resto

Re: [Bacula-users] Restore to Windows Client

2011-06-08 Thread Christian Tardif
On 08/06/2011 21:06, James Harper wrote: > Just to put that to bed, can you do 'status client' in bconsole for the > windows client and confirm that the windows client thinks it ran the > restore, just in case bat didn't do what you asked it to? Finally found out. In the whole bunch of tests I did

Re: [Bacula-users] Restore to Windows Client

2011-06-08 Thread James Harper
> -Original Message- > From: Christian Tardif [mailto:christian.tar...@servinfo.ca] > Sent: Thursday, 9 June 2011 10:17 > Cc: bacula-users@lists.sourceforge.net > Subject: Re: [Bacula-users] Restore to Windows Client > > On 08/06/2011 00:57, James Harper wrote:

Re: [Bacula-users] Restore to Windows Client

2011-06-08 Thread James Harper
> On 08/06/2011 04:27, Jeremy Maes wrote: > > Op 8/06/2011 6:12, Christian Tardif schreef: > >> Hi all, > >> > >> I've configured the Windows client as per the documentation found on the > >> Internet. The only intended use for this client is for restore purposes, > >> as the data backed up comes f

Re: [Bacula-users] Restore to Windows Client

2011-06-08 Thread Christian Tardif
files Christian... From: Christian Tardif Subject: [Bacula-users] Restore to Windows Client To: bacula-users@lists.sourceforge.net Message-ID: <4deef6ac.1080...@servinfo.ca> Conten

Re: [Bacula-users] Restore to Windows Client

2011-06-08 Thread Christian Tardif
On 08/06/2011 04:27, Jeremy Maes wrote: > Op 8/06/2011 6:12, Christian Tardif schreef: >> Hi all, >> >> I've configured the Windows client as per the documentation found on the >> Internet. The only intended use for this client is for restore purposes, >> as the data backed up comes from the Linux

Re: [Bacula-users] Restore to Windows Client

2011-06-08 Thread Christian Tardif
On 08/06/2011 00:57, James Harper wrote: If the files were backed up from C:\dir1\dir2\dir3, and you tell bacula to restore to C:\tmp\bacula-restores, it will restore to C:\tmp\bacula-restores\c\dir1\dir2\dir3. You can use a regexwhere to remove the C:\dir1\dir2\dir3 prefix and replace it with a

Re: [Bacula-users] Restore to Windows Client

2011-06-08 Thread Jeremy Maes
Op 8/06/2011 6:12, Christian Tardif schreef: > Hi all, > > I've configured the Windows client as per the documentation found on the > Internet. The only intended use for this client is for restore purposes, > as the data backed up comes from the Linux box, which gets the Windows > data from rsync.

Re: [Bacula-users] Restore to Windows Client

2011-06-07 Thread James Harper
> > Let's say I would want to restore to c:\tmp\bacula-restores. How should > the Where clause be typed? > If the files were backed up from C:\dir1\dir2\dir3, and you tell bacula to restore to C:\tmp\bacula-restores, it will restore to C:\tmp\bacula-restores\c\dir1\dir2\dir3. You can use a regex

[Bacula-users] Restore to Windows Client

2011-06-07 Thread Christian Tardif
Hi all, I've configured the Windows client as per the documentation found on the Internet. The only intended use for this client is for restore purposes, as the data backed up comes from the Linux box, which gets the Windows data from rsync. Anyway When I try to restore, I don't get any pa