Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

2023-01-04 Thread Eyermann, Frank
Hello all,

this would support my observation with

server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
server05a-fd: lib/bnet_server.c:90-0 Addresses 0.0.0.0:9102

even 0.0.0.0 is not an IPv6 address.

Just installed newest binary from bacula org web site (Version 13.0.1). 
Absolutly same behaviour.

I will file a bug report.

Many thanks Radoslav and Martin.

Best regards,

Frank


-Ursprüngliche Nachricht-
Von: Martin Simmons  
Gesendet: Dienstag, 3. Januar 2023 16:20
An: Radosław Korzeniewski 
Cc: Eyermann, Frank ; 
bacula-users@lists.sourceforge.net
Betreff: Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

Error 10014 from accept is:

WSAEFAULTThe addrlen parameter is too small or addr is not a valid part of
 the user address space.

I think that can only be caused by a bug in the Bacula client (or it is not 
compiled correctly for IPv6).

__Martin


>>>>> On Mon, 2 Jan 2023 15:04:36 +0100, Radosław Korzeniewski said:
> 
> Thanks!
> 
> In this case as all components are on the same version it is not a 
> version inconsistency issue.
> To be honest, I have no clue why a Bacula windows client is unable to 
> receive any data on the socket, which is a main reason you can't 
> communicate with it.
> I had no issues like this in the past. You need to somehow (I don't 
> know
> how) debug why Bacula cannot read (receive) from a socket which should 
> work. Any firewall in the network path? Any antivirus software 
> disrupting communication? dunno.
> Maybe other users can help more. Good luck!
> 
> R.
> 
> pon., 2 sty 2023 o 14:13 Eyermann, Frank < 
> frank.eyerm...@munich-business-school.de> napisał(a):
> 
> > Hello Radoslaw,
> >
> >
> >
> > 11.0.6 windows binary from bacula org web site.
> >
> >
> >
> > Best regards,
> >
> >
> >
> > Frank
> >
> >
> >
> >
> >
> > *Von:* Radosław Korzeniewski 
> > *Gesendet:* Montag, 2. Januar 2023 11:34
> > *An:* Eyermann, Frank 
> > *Cc:* bacula-users@lists.sourceforge.net
> > *Betreff:* Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no 
> > starttls
> >
> >
> >
> > Hi,
> >
> >
> >
> > sob., 31 gru 2022 o 01:30 Eyermann, Frank < 
> > frank.eyerm...@munich-business-school.de> napisał(a):
> >
> > Hello Radoslaw,
> >
> >
> >
> > thank you for pointing me at the debug option.
> >
> >
> >
> > Running the director reveals not much interessing (I’ve tried stat 
> > client
> > command)
> >
> >
> >
> > backupsrv01-dir: ua_status.c:274-0 status:stat client:
> >
> > backupsrv01-dir: watchdog.c:196-0 Registered watchdog 7f12f001e138, 
> > interval 15 one shot
> >
> > backupsrv01-dir: btimers.c:145-0 Start thread timer 7f12f001e378 tid
> > 7f12fbfff640 for 15 secs.
> >
> > backupsrv01-dir: bsockcore.c:354-0 Current
> > [2001:hidden:hidden:101::2]:9102 All 
> > [2001:hidden:hidden:101::2]:9102
> >
> > backupsrv01-dir: bsockcore.c:285-0 who=Client: server05a-fd
> > host=2001:hidden:hidden:101::2 port=9102
> >
> > backupsrv01-dir: bsockcore.c:472-0 OK connected to server  Client:
> > server05a-fd 2001:hidden:hidden:101::2:9102.
> > socket=2001:hidden:hidden:101::10.60862:2001:hidden:hidden:101::2.91
> > 02
> > s=0x7f12f001e688
> >
> >
> >
> >
> >
> > But FileDaemon shows errors:
> >
> > server05a-fd: lib/watchdog.c:82-0 Initialising NicB-hacked watchdog 
> > thread
> >
> > server05a-fd: lib/watchdog.c:197-0 Registered watchdog 311c2c8, 
> > interval 30
> >
> > server05a-fd: lib/mem_pool.c:617-0 max_size=512
> >
> > server05a-fd: lib/events.c:48-0 Events: code=FD0001 
> > daemon=server05a-fd ref=0x238e type=daemon source=*Daemon* 
> > text=Filed startup
> >
> > server05a-fd: lib/message.c:1534-0 Enter Jmsg type=17
> >
> > server05a-fd: lib/watchdog.c:254-0 NicB-reworked watchdog thread 
> > entered
> >
> > server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
> >
> > server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
> >
> > server05a-fd: lib/bnet_server.c:90-0 Addresses 0.0.0.0:9102
> > [0.0.0.0]:9102
> >
> >
> >
> > (Startup successful, now I’m running stat client command on server)
> >
> >
> >
> > server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
> >
> > server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
> >
> > server05a-fd: lib/bnet.c

Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

2023-01-03 Thread Martin Simmons
Error 10014 from accept is:

WSAEFAULTThe addrlen parameter is too small or addr is not a valid part of
 the user address space.

I think that can only be caused by a bug in the Bacula client (or it is not
compiled correctly for IPv6).

__Martin


>>>>> On Mon, 2 Jan 2023 15:04:36 +0100, Radosław Korzeniewski said:
> 
> Thanks!
> 
> In this case as all components are on the same version it is not a version
> inconsistency issue.
> To be honest, I have no clue why a Bacula windows client is unable to
> receive any data on the socket, which is a main reason you can't
> communicate with it.
> I had no issues like this in the past. You need to somehow (I don't know
> how) debug why Bacula cannot read (receive) from a socket which should
> work. Any firewall in the network path? Any antivirus software disrupting
> communication? dunno.
> Maybe other users can help more. Good luck!
> 
> R.
> 
> pon., 2 sty 2023 o 14:13 Eyermann, Frank <
> frank.eyerm...@munich-business-school.de> napisał(a):
> 
> > Hello Radoslaw,
> >
> >
> >
> > 11.0.6 windows binary from bacula org web site.
> >
> >
> >
> > Best regards,
> >
> >
> >
> > Frank
> >
> >
> >
> >
> >
> > *Von:* Radosław Korzeniewski 
> > *Gesendet:* Montag, 2. Januar 2023 11:34
> > *An:* Eyermann, Frank 
> > *Cc:* bacula-users@lists.sourceforge.net
> > *Betreff:* Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no
> > starttls
> >
> >
> >
> > Hi,
> >
> >
> >
> > sob., 31 gru 2022 o 01:30 Eyermann, Frank <
> > frank.eyerm...@munich-business-school.de> napisał(a):
> >
> > Hello Radoslaw,
> >
> >
> >
> > thank you for pointing me at the debug option.
> >
> >
> >
> > Running the director reveals not much interessing (I’ve tried stat client
> > command)
> >
> >
> >
> > backupsrv01-dir: ua_status.c:274-0 status:stat client:
> >
> > backupsrv01-dir: watchdog.c:196-0 Registered watchdog 7f12f001e138,
> > interval 15 one shot
> >
> > backupsrv01-dir: btimers.c:145-0 Start thread timer 7f12f001e378 tid
> > 7f12fbfff640 for 15 secs.
> >
> > backupsrv01-dir: bsockcore.c:354-0 Current
> > [2001:hidden:hidden:101::2]:9102 All [2001:hidden:hidden:101::2]:9102
> >
> > backupsrv01-dir: bsockcore.c:285-0 who=Client: server05a-fd
> > host=2001:hidden:hidden:101::2 port=9102
> >
> > backupsrv01-dir: bsockcore.c:472-0 OK connected to server  Client:
> > server05a-fd 2001:hidden:hidden:101::2:9102.
> > socket=2001:hidden:hidden:101::10.60862:2001:hidden:hidden:101::2.9102
> > s=0x7f12f001e688
> >
> >
> >
> >
> >
> > But FileDaemon shows errors:
> >
> > server05a-fd: lib/watchdog.c:82-0 Initialising NicB-hacked watchdog thread
> >
> > server05a-fd: lib/watchdog.c:197-0 Registered watchdog 311c2c8, interval 30
> >
> > server05a-fd: lib/mem_pool.c:617-0 max_size=512
> >
> > server05a-fd: lib/events.c:48-0 Events: code=FD0001 daemon=server05a-fd
> > ref=0x238e type=daemon source=*Daemon* text=Filed startup
> >
> > server05a-fd: lib/message.c:1534-0 Enter Jmsg type=17
> >
> > server05a-fd: lib/watchdog.c:254-0 NicB-reworked watchdog thread entered
> >
> > server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
> >
> > server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
> >
> > server05a-fd: lib/bnet_server.c:90-0 Addresses 0.0.0.0:9102
> > [0.0.0.0]:9102
> >
> >
> >
> > (Startup successful, now I’m running stat client command on server)
> >
> >
> >
> > server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
> >
> > server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
> >
> > server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
> >
> > server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
> >
> > server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
> >
> > server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
> >
> > server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
> >
> > server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
> >
> > (And those both lines repeat thousands of times within a few seconds.)
> >
> >
> >
> >
> >
> > What version is your client?
> >
> >
> >
> > R.
> >
> >
> >
> > Best regard

Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

2023-01-02 Thread Eyermann, Frank
Hello Radoslaw,

thank you for your open words.

No firewall, no anti-virus software.

What I’m wondering:

Linux client reports:
opsi-fd: filed.c:295-0 filed: listening on port 9102
opsi-fd: bnet_server.c:90-0 Addresses [::]:9102
Which looks ok.

But Windows client reports:
server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
server05a-fd: lib/bnet_server.c:90-0 Addresses 0.0.0.0:9102

This is strange because „0.0.0.0“ is wrong address format for IPv6.

In bacula-fd.conf, in FileDaemon resouce, I’ve tried different settings:

  FDAddresses = {
ipv4 = { addr=0.0.0.0; port = 9102; }
ipv6 = { addr=:: ; port = 9102; }
  }

Or

  FDAddresses = {
ip = { addr=:: ; port = 9102; }
  }

Or

  FDAddresses = {
Ipv6 = { addr=:: ; port = 9102; }
  }

All with the same result.

Netstat correctly shows IPv6 notation:

  TCP[::]:9102  [::]:0 ABHÖREN InHost

Best regards,

Frank



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


Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

2023-01-02 Thread Radosław Korzeniewski
Thanks!

In this case as all components are on the same version it is not a version
inconsistency issue.
To be honest, I have no clue why a Bacula windows client is unable to
receive any data on the socket, which is a main reason you can't
communicate with it.
I had no issues like this in the past. You need to somehow (I don't know
how) debug why Bacula cannot read (receive) from a socket which should
work. Any firewall in the network path? Any antivirus software disrupting
communication? dunno.
Maybe other users can help more. Good luck!

R.

pon., 2 sty 2023 o 14:13 Eyermann, Frank <
frank.eyerm...@munich-business-school.de> napisał(a):

> Hello Radoslaw,
>
>
>
> 11.0.6 windows binary from bacula org web site.
>
>
>
> Best regards,
>
>
>
> Frank
>
>
>
>
>
> *Von:* Radosław Korzeniewski 
> *Gesendet:* Montag, 2. Januar 2023 11:34
> *An:* Eyermann, Frank 
> *Cc:* bacula-users@lists.sourceforge.net
> *Betreff:* Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no
> starttls
>
>
>
> Hi,
>
>
>
> sob., 31 gru 2022 o 01:30 Eyermann, Frank <
> frank.eyerm...@munich-business-school.de> napisał(a):
>
> Hello Radoslaw,
>
>
>
> thank you for pointing me at the debug option.
>
>
>
> Running the director reveals not much interessing (I’ve tried stat client
> command)
>
>
>
> backupsrv01-dir: ua_status.c:274-0 status:stat client:
>
> backupsrv01-dir: watchdog.c:196-0 Registered watchdog 7f12f001e138,
> interval 15 one shot
>
> backupsrv01-dir: btimers.c:145-0 Start thread timer 7f12f001e378 tid
> 7f12fbfff640 for 15 secs.
>
> backupsrv01-dir: bsockcore.c:354-0 Current
> [2001:hidden:hidden:101::2]:9102 All [2001:hidden:hidden:101::2]:9102
>
> backupsrv01-dir: bsockcore.c:285-0 who=Client: server05a-fd
> host=2001:hidden:hidden:101::2 port=9102
>
> backupsrv01-dir: bsockcore.c:472-0 OK connected to server  Client:
> server05a-fd 2001:hidden:hidden:101::2:9102.
> socket=2001:hidden:hidden:101::10.60862:2001:hidden:hidden:101::2.9102
> s=0x7f12f001e688
>
>
>
>
>
> But FileDaemon shows errors:
>
> server05a-fd: lib/watchdog.c:82-0 Initialising NicB-hacked watchdog thread
>
> server05a-fd: lib/watchdog.c:197-0 Registered watchdog 311c2c8, interval 30
>
> server05a-fd: lib/mem_pool.c:617-0 max_size=512
>
> server05a-fd: lib/events.c:48-0 Events: code=FD0001 daemon=server05a-fd
> ref=0x238e type=daemon source=*Daemon* text=Filed startup
>
> server05a-fd: lib/message.c:1534-0 Enter Jmsg type=17
>
> server05a-fd: lib/watchdog.c:254-0 NicB-reworked watchdog thread entered
>
> server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
>
> server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
>
> server05a-fd: lib/bnet_server.c:90-0 Addresses 0.0.0.0:9102
> [0.0.0.0]:9102
>
>
>
> (Startup successful, now I’m running stat client command on server)
>
>
>
> server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
>
> server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
>
> server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
>
> server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
>
> server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
>
> server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
>
> server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
>
> server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
>
> (And those both lines repeat thousands of times within a few seconds.)
>
>
>
>
>
> What version is your client?
>
>
>
> R.
>
>
>
> Best regarda,
>
>
>
> Frank
>
>
>
>
>
> *Von:* Radosław Korzeniewski 
> *Gesendet:* Donnerstag, 29. Dezember 2022 23:19
> *An:* Eyermann, Frank 
> *Cc:* bacula-users@lists.sourceforge.net
> *Betreff:* Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no
> starttls
>
>
>
> Hello,
>
>
>
> czw., 29 gru 2022 o 15:15 Eyermann, Frank <
> frank.eyerm...@munich-business-school.de> napisał(a):
>
> Hello all,
>
>
>
> In our network I’ve enabled IPv6 in dual-stack configuration.
>
>
>
> Bacula-dir and Bacula-SD version 11.0.6, on Ubuntu 22.04
>
>
>
> With Linux Clients everything works fine.
>
>
>
> For Windows Clients (tested with 2016, 2019 and 2022 servers):
>
> If I state Address in Client resource of Director as an IPv4 address,
> everything works fine.
>
> If I state Address in Client resource of Director as an IPv6 address (or
> DNS name), communication with Client is stuck:
>
>- Direc

Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

2023-01-02 Thread Eyermann, Frank
Hello Radoslaw,

11.0.6 windows binary from bacula org web site.

Best regards,

Frank


Von: Radosław Korzeniewski 
Gesendet: Montag, 2. Januar 2023 11:34
An: Eyermann, Frank 
Cc: bacula-users@lists.sourceforge.net
Betreff: Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

Hi,

sob., 31 gru 2022 o 01:30 Eyermann, Frank 
mailto:frank.eyerm...@munich-business-school.de>>
 napisał(a):
Hello Radoslaw,

thank you for pointing me at the debug option.

Running the director reveals not much interessing (I’ve tried stat client 
command)

backupsrv01-dir: ua_status.c:274-0 status:stat client:
backupsrv01-dir: watchdog.c:196-0 Registered watchdog 7f12f001e138, interval 15 
one shot
backupsrv01-dir: btimers.c:145-0 Start thread timer 7f12f001e378 tid 
7f12fbfff640 for 15 secs.
backupsrv01-dir: bsockcore.c:354-0 Current [2001:hidden:hidden:101::2]:9102 All 
[2001:hidden:hidden:101::2]:9102
backupsrv01-dir: bsockcore.c:285-0 who=Client: server05a-fd 
host=2001:hidden:hidden:101::2 port=9102
backupsrv01-dir: bsockcore.c:472-0 OK connected to server  Client: server05a-fd 
2001:hidden:hidden:101::2:9102. 
socket=2001:hidden:hidden:101::10.60862:2001:hidden:hidden:101::2.9102 
s=0x7f12f001e688


But FileDaemon shows errors:
server05a-fd: lib/watchdog.c:82-0 Initialising NicB-hacked watchdog thread
server05a-fd: lib/watchdog.c:197-0 Registered watchdog 311c2c8, interval 30
server05a-fd: lib/mem_pool.c:617-0 max_size=512
server05a-fd: lib/events.c:48-0 Events: code=FD0001 daemon=server05a-fd 
ref=0x238e type=daemon source=*Daemon* text=Filed startup
server05a-fd: lib/message.c:1534-0 Enter Jmsg type=17
server05a-fd: lib/watchdog.c:254-0 NicB-reworked watchdog thread entered
server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
server05a-fd: lib/bnet_server.c:90-0 Addresses 
0.0.0.0:9102<http://0.0.0.0:9102> [0.0.0.0]:9102

(Startup successful, now I’m running stat client command on server)

server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
(And those both lines repeat thousands of times within a few seconds.)


What version is your client?

R.

Best regarda,

Frank


Von: Radosław Korzeniewski 
mailto:rados...@korzeniewski.net>>
Gesendet: Donnerstag, 29. Dezember 2022 23:19
An: Eyermann, Frank 
mailto:frank.eyerm...@munich-business-school.de>>
Cc: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Betreff: Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

Hello,

czw., 29 gru 2022 o 15:15 Eyermann, Frank 
mailto:frank.eyerm...@munich-business-school.de>>
 napisał(a):
Hello all,

In our network I’ve enabled IPv6 in dual-stack configuration.

Bacula-dir and Bacula-SD version 11.0.6, on Ubuntu 22.04

With Linux Clients everything works fine.

For Windows Clients (tested with 2016, 2019 and 2022 servers):
If I state Address in Client resource of Director as an IPv4 address, 
everything works fine.
If I state Address in Client resource of Director as an IPv6 address (or DNS 
name), communication with Client is stuck:

  *   Director establishes TCP connection to client (3-way TCP Handshake)
  *   Director sends a Hello packet
  *   Client does _not_ respond with „starttls“ but simply TCP acknowledges 
previous packet.

At this point the communication is stuck. Director waits forever, Client waits 
forever.

To debug what is going on, just execute both dir and client with '-d500' (or 
higher) and examine output to find on what procedure it stuck on both programs.

I hope this helps.
--
Radosław Korzeniewski
rados...@korzeniewski.net<mailto:rados...@korzeniewski.net>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Radosław Korzeniewski
rados...@korzeniewski.net<mailto:rados...@korzeniewski.net>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

2023-01-02 Thread Radosław Korzeniewski
Hi,

sob., 31 gru 2022 o 01:30 Eyermann, Frank <
frank.eyerm...@munich-business-school.de> napisał(a):

> Hello Radoslaw,
>
>
>
> thank you for pointing me at the debug option.
>
>
>
> Running the director reveals not much interessing (I’ve tried stat client
> command)
>
>
>
> backupsrv01-dir: ua_status.c:274-0 status:stat client:
>
> backupsrv01-dir: watchdog.c:196-0 Registered watchdog 7f12f001e138,
> interval 15 one shot
>
> backupsrv01-dir: btimers.c:145-0 Start thread timer 7f12f001e378 tid
> 7f12fbfff640 for 15 secs.
>
> backupsrv01-dir: bsockcore.c:354-0 Current
> [2001:hidden:hidden:101::2]:9102 All [2001:hidden:hidden:101::2]:9102
>
> backupsrv01-dir: bsockcore.c:285-0 who=Client: server05a-fd
> host=2001:hidden:hidden:101::2 port=9102
>
> backupsrv01-dir: bsockcore.c:472-0 OK connected to server  Client:
> server05a-fd 2001:hidden:hidden:101::2:9102.
> socket=2001:hidden:hidden:101::10.60862:2001:hidden:hidden:101::2.9102
> s=0x7f12f001e688
>
>
>
>
>
> But FileDaemon shows errors:
>
> server05a-fd: lib/watchdog.c:82-0 Initialising NicB-hacked watchdog thread
>
> server05a-fd: lib/watchdog.c:197-0 Registered watchdog 311c2c8, interval 30
>
> server05a-fd: lib/mem_pool.c:617-0 max_size=512
>
> server05a-fd: lib/events.c:48-0 Events: code=FD0001 daemon=server05a-fd
> ref=0x238e type=daemon source=*Daemon* text=Filed startup
>
> server05a-fd: lib/message.c:1534-0 Enter Jmsg type=17
>
> server05a-fd: lib/watchdog.c:254-0 NicB-reworked watchdog thread entered
>
> server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
>
> server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
>
> server05a-fd: lib/bnet_server.c:90-0 Addresses 0.0.0.0:9102
> [0.0.0.0]:9102
>
>
>
> (Startup successful, now I’m running stat client command on server)
>
>
>
> server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
>
> server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
>
> server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
>
> server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
>
> server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
>
> server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
>
> server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
>
> server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
>
> (And those both lines repeat thousands of times within a few seconds.)
>
>
>

What version is your client?

R.


> Best regarda,
>
>
>
> Frank
>
>
>
>
>
> *Von:* Radosław Korzeniewski 
> *Gesendet:* Donnerstag, 29. Dezember 2022 23:19
> *An:* Eyermann, Frank 
> *Cc:* bacula-users@lists.sourceforge.net
> *Betreff:* Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no
> starttls
>
>
>
> Hello,
>
>
>
> czw., 29 gru 2022 o 15:15 Eyermann, Frank <
> frank.eyerm...@munich-business-school.de> napisał(a):
>
> Hello all,
>
>
>
> In our network I’ve enabled IPv6 in dual-stack configuration.
>
>
>
> Bacula-dir and Bacula-SD version 11.0.6, on Ubuntu 22.04
>
>
>
> With Linux Clients everything works fine.
>
>
>
> For Windows Clients (tested with 2016, 2019 and 2022 servers):
>
> If I state Address in Client resource of Director as an IPv4 address,
> everything works fine.
>
> If I state Address in Client resource of Director as an IPv6 address (or
> DNS name), communication with Client is stuck:
>
>- Director establishes TCP connection to client (3-way TCP Handshake)
>- Director sends a Hello packet
>- Client does _*not*_ respond with „starttls“ but simply TCP
>acknowledges previous packet.
>
>
>
> At this point the communication is stuck. Director waits forever, Client
> waits forever.
>
>
>
> To debug what is going on, just execute both dir and client with '-d500'
> (or higher) and examine output to find on what procedure it stuck on both
> programs.
>
>
>
> I hope this helps.
>
> --
>
> Radosław Korzeniewski
> rados...@korzeniewski.net
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


-- 
Radosław Korzeniewski
rados...@korzeniewski.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

2022-12-30 Thread Eyermann, Frank
Hello Radoslaw,

thank you for pointing me at the debug option.

Running the director reveals not much interessing (I’ve tried stat client 
command)

backupsrv01-dir: ua_status.c:274-0 status:stat client:
backupsrv01-dir: watchdog.c:196-0 Registered watchdog 7f12f001e138, interval 15 
one shot
backupsrv01-dir: btimers.c:145-0 Start thread timer 7f12f001e378 tid 
7f12fbfff640 for 15 secs.
backupsrv01-dir: bsockcore.c:354-0 Current [2001:hidden:hidden:101::2]:9102 All 
[2001:hidden:hidden:101::2]:9102
backupsrv01-dir: bsockcore.c:285-0 who=Client: server05a-fd 
host=2001:hidden:hidden:101::2 port=9102
backupsrv01-dir: bsockcore.c:472-0 OK connected to server  Client: server05a-fd 
2001:hidden:hidden:101::2:9102. 
socket=2001:hidden:hidden:101::10.60862:2001:hidden:hidden:101::2.9102 
s=0x7f12f001e688


But FileDaemon shows errors:
server05a-fd: lib/watchdog.c:82-0 Initialising NicB-hacked watchdog thread
server05a-fd: lib/watchdog.c:197-0 Registered watchdog 311c2c8, interval 30
server05a-fd: lib/mem_pool.c:617-0 max_size=512
server05a-fd: lib/events.c:48-0 Events: code=FD0001 daemon=server05a-fd 
ref=0x238e type=daemon source=*Daemon* text=Filed startup
server05a-fd: lib/message.c:1534-0 Enter Jmsg type=17
server05a-fd: lib/watchdog.c:254-0 NicB-reworked watchdog thread entered
server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
server05a-fd: filed/filed.c:295-0 filed: listening on port 9102
server05a-fd: lib/bnet_server.c:90-0 Addresses 0.0.0.0:9102 [0.0.0.0]:9102

(Startup successful, now I’m running stat client command on server)

server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
server05a-fd: lib/bnet.c:490-0 Socket error: err=10014 Unknown error
server05a-fd: lib/bnet_server.c:191-0 Accept=-1 errno=603979776
(And those both lines repeat thousands of times within a few seconds.)

Best regarda,

Frank


Von: Radosław Korzeniewski 
Gesendet: Donnerstag, 29. Dezember 2022 23:19
An: Eyermann, Frank 
Cc: bacula-users@lists.sourceforge.net
Betreff: Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

Hello,

czw., 29 gru 2022 o 15:15 Eyermann, Frank 
mailto:frank.eyerm...@munich-business-school.de>>
 napisał(a):
Hello all,

In our network I’ve enabled IPv6 in dual-stack configuration.

Bacula-dir and Bacula-SD version 11.0.6, on Ubuntu 22.04

With Linux Clients everything works fine.

For Windows Clients (tested with 2016, 2019 and 2022 servers):
If I state Address in Client resource of Director as an IPv4 address, 
everything works fine.
If I state Address in Client resource of Director as an IPv6 address (or DNS 
name), communication with Client is stuck:

  *   Director establishes TCP connection to client (3-way TCP Handshake)
  *   Director sends a Hello packet
  *   Client does _not_ respond with „starttls“ but simply TCP acknowledges 
previous packet.

At this point the communication is stuck. Director waits forever, Client waits 
forever.

To debug what is going on, just execute both dir and client with '-d500' (or 
higher) and examine output to find on what procedure it stuck on both programs.

I hope this helps.
--
Radosław Korzeniewski
rados...@korzeniewski.net<mailto:rados...@korzeniewski.net>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

2022-12-29 Thread Radosław Korzeniewski
Hello,

czw., 29 gru 2022 o 15:15 Eyermann, Frank <
frank.eyerm...@munich-business-school.de> napisał(a):

> Hello all,
>
>
>
> In our network I’ve enabled IPv6 in dual-stack configuration.
>
>
>
> Bacula-dir and Bacula-SD version 11.0.6, on Ubuntu 22.04
>
>
>
> With Linux Clients everything works fine.
>
>
>
> For Windows Clients (tested with 2016, 2019 and 2022 servers):
>
> If I state Address in Client resource of Director as an IPv4 address,
> everything works fine.
>
> If I state Address in Client resource of Director as an IPv6 address (or
> DNS name), communication with Client is stuck:
>
>- Director establishes TCP connection to client (3-way TCP Handshake)
>- Director sends a Hello packet
>- Client does _*not*_ respond with „starttls“ but simply TCP
>acknowledges previous packet.
>
>
>
> At this point the communication is stuck. Director waits forever, Client
> waits forever.
>

To debug what is going on, just execute both dir and client with '-d500'
(or higher) and examine output to find on what procedure it stuck on both
programs.

I hope this helps.
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula 11.0.6 Windows Client IPv6 no starttls

2022-12-29 Thread Eyermann, Frank
Hello all,

In our network I've enabled IPv6 in dual-stack configuration.

Bacula-dir and Bacula-SD version 11.0.6, on Ubuntu 22.04

With Linux Clients everything works fine.

For Windows Clients (tested with 2016, 2019 and 2022 servers):
If I state Address in Client resource of Director as an IPv4 address, 
everything works fine.
If I state Address in Client resource of Director as an IPv6 address (or DNS 
name), communication with Client is stuck:

  *   Director establishes TCP connection to client (3-way TCP Handshake)
  *   Director sends a Hello packet
  *   Client does _not_ respond with "starttls" but simply TCP acknowledges 
previous packet.

At this point the communication is stuck. Director waits forever, Client waits 
forever.

Setting TLS enable = no has no effect.

Is this a bug or do I miss something? Firewalls are switched off for testing

Best regards,

Frank


My Client resource in Director configuration:

Client {
  Name = server05a-fd
  #Address = server05a.hidden.domain
  Address = 2001:hidden:hidden:101::2
  #Address = 192.168.1.2
  FDPort = 9102
  Catalog = MyCatalog
 Password = "hidden"
  TLS enable = no   # has somehow no effect
}

My FileDaemon resource in bacula-fd.conf:

FileDaemon {
  Name = server05a-fd
  FDAddresses = {
ipv4 = { addr=0.0.0.0; port = 9102; }
ipv6 = { addr=:: ; port = 9102; }
  }# where we listen for the director
  WorkingDirectory = "C:\\Program Files\\Bacula\\working"
  Pid Directory = "C:\\Program Files\\Bacula\\working"
  Plugin Directory = "C:\\Program Files\\Bacula\\plugins"
  Maximum Concurrent Jobs = 5
}
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 7.2 windows 64 binaries

2021-04-28 Thread issa alkoht via Bacula-users
Thank you

Sent from Yahoo Mail on Android 
 
  On Tue, 27 Apr 2021 at 3:42 a.m., Jose Alberto wrote:   
https://www.bacula.org/downloads/old-releases/Bacula-7.2.0/

Base   https://www.bacula.org/downloads/old-releases
On Mon, Apr 26, 2021 at 2:03 AM issa alkoht via Bacula-users 
 wrote:

Dears,Can anyone send me Bacula 7.2 Windows x64 binaries, since the like on 
Bacula download page not working.
Thank you.With the best.

Sent from Yahoo Mail on Android___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



-- 
#
#   Sistema Operativo: Debian      #
#        Caracas, Venezuela          #
#  
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 7.2 windows 64 binaries

2021-04-26 Thread Jose Alberto
https://www.bacula.org/downloads/old-releases/Bacula-7.2.0/

Base   https://www.bacula.org/downloads/old-releases

On Mon, Apr 26, 2021 at 2:03 AM issa alkoht via Bacula-users <
bacula-users@lists.sourceforge.net> wrote:

> Dears,
> Can anyone send me Bacula 7.2 Windows x64 binaries, since the like on
> Bacula download page not working.
>
> Thank you.
> With the best.
>
> Sent from Yahoo Mail on Android
> 
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


-- 
#
#   Sistema Operativo: Debian  #
#Caracas, Venezuela  #
#
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula 7.2 windows 64 binaries

2021-04-26 Thread issa alkoht via Bacula-users
Dears,Can anyone send me Bacula 7.2 Windows x64 binaries, since the like on 
Bacula download page not working.
Thank you.With the best.

Sent from Yahoo Mail on Android___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula 9.6.6 windows backups

2020-12-08 Thread Satvinder Singh
Hi,

I have been testing out bacula for past few weeks. I have setup jobs for linux 
and windows clients (server 2016 and server 2019). The linux backups are 
running well, with almost gigabit speeds as we have a gigabit backbone network. 
But then windows backups are extremely slow averaging around 65kbps. I have 
tested the network connectivity between the backup server and clients using 
iperf and there is no issue there I see speeds of over 700mbps. I have also 
tried disabling VSS and enabling Spool Data but no change. I have also tried 
the Maximum Network Buffer Size = 32768 on the client but still no change.

Has anyone seen this any help is greatly appreciated.

Thanks
Satvinder
Disclaimer: This message is intended only for the use of the individual or 
entity to which it is addressed and may contain information which is 
privileged, confidential, proprietary, or exempt from disclosure under 
applicable law. If you are not the intended recipient or the person responsible 
for delivering the message to the intended recipient, you are strictly 
prohibited from disclosing, distributing, copying, or in any way using this 
message. If you have received this communication in error, please notify the 
sender and destroy and delete any copies you may have received.
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula for Windows?

2015-10-31 Thread Ana Emília M . Arruda
Thank you Carlo :)
I'm glad this helped.

Regards,
Ana

On Fri, Oct 30, 2015 at 12:08 PM, Carlo Filippetto <
carlo.filippe...@gmail.com> wrote:

> ANA!!! You are the best!
>
> :D
>
> 2015-10-30 15:59 GMT+01:00 Ana Emília M. Arruda <emiliaarr...@gmail.com>:
>
>> Hello Carlo,
>>
>> The latest windows binaries released for community use is the 5.2.10. You
>> can find more information here:
>> http://www.baculasystems.com/windows-binaries-for-bacula-community-users
>>
>> The status client bconsole command shows the client version at the
>> begining of its output.
>>
>> Best regards,
>> Ana
>>
>> On Fri, Oct 30, 2015 at 11:43 AM, Carlo Filippetto <
>> carlo.filippe...@gmail.com> wrote:
>>
>>> Dears,
>>> it is possibile that the last version for windows is the 5.2.10?
>>> I upgrade all (Linux client and servers), and I can't find any new
>>> *.exe version for Windows
>>>
>>> Do you know any command to show the version of every client from
>>> bconsole?
>>>
>>>
>>> Thank you
>>>
>>>
>>>
>>>
>>> --
>>>
>>> ___
>>> Bacula-users mailing list
>>> Bacula-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>
>>>
>>
>
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula for Windows?

2015-10-30 Thread Carlo Filippetto
Dears,
it is possibile that the last version for windows is the 5.2.10?
I upgrade all (Linux client and servers), and I can't find any new  *.exe
version for Windows

Do you know any command to show the version of every client from bconsole?


Thank you
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula for Windows?

2015-10-30 Thread Carlo Filippetto
ANA!!! You are the best!

:D

2015-10-30 15:59 GMT+01:00 Ana Emília M. Arruda <emiliaarr...@gmail.com>:

> Hello Carlo,
>
> The latest windows binaries released for community use is the 5.2.10. You
> can find more information here:
> http://www.baculasystems.com/windows-binaries-for-bacula-community-users
>
> The status client bconsole command shows the client version at the
> begining of its output.
>
> Best regards,
> Ana
>
> On Fri, Oct 30, 2015 at 11:43 AM, Carlo Filippetto <
> carlo.filippe...@gmail.com> wrote:
>
>> Dears,
>> it is possibile that the last version for windows is the 5.2.10?
>> I upgrade all (Linux client and servers), and I can't find any new  *.exe
>> version for Windows
>>
>> Do you know any command to show the version of every client from bconsole?
>>
>>
>> Thank you
>>
>>
>>
>>
>> --
>>
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>>
>
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula for Windows?

2015-10-30 Thread Ana Emília M . Arruda
Hello Carlo,

The latest windows binaries released for community use is the 5.2.10. You
can find more information here:
http://www.baculasystems.com/windows-binaries-for-bacula-community-users

The status client bconsole command shows the client version at the begining
of its output.

Best regards,
Ana

On Fri, Oct 30, 2015 at 11:43 AM, Carlo Filippetto <
carlo.filippe...@gmail.com> wrote:

> Dears,
> it is possibile that the last version for windows is the 5.2.10?
> I upgrade all (Linux client and servers), and I can't find any new  *.exe
> version for Windows
>
> Do you know any command to show the version of every client from bconsole?
>
>
> Thank you
>
>
>
>
> --
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
I've scoured the universe for others with this problem, and I promise you, only 
one other person has posted about this back in 2010 and there was no 
resolution, or at least, nothing helpful. I've installed bacula-fd 5.0.2 on 
Server 2008 R2. The FD started automatically after installation. I shut it 
down, edited the bacula-fd.conf file to change the password, and now bacula-fd 
won't start at all. Can't double click the bacula-fd.exe because when you do, a 
command window flashes then is gone, and nothing. Starting it from the command 
line yields the following error:

PS C:\Program Files\Bacula .\bacula-fd
PS C:\Program Files\Bacula
01-Aug 11:30 bacula-fd: ERROR TERMINATION at 
/tmp/bacula/bacula/src/lib/parse_conf.c:898
Config error: Cannot open config file C:\ProgramData\Bacula/bacula-fd.conf: 
No such file or directory


Can someone help me figure this out? I'm at a total loss.

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Jeff Shanholtz
You need to specify the location of your conf file with the -c flag when you
run from a command prompt. You can check the command line used by the
service in the registry (HKLM\System\CurrentControlSet\Services\Bacula-fd),
but you'll want to remove the /service part when running from the command
line.

-Original Message-
From: rlh1533 [mailto:bacula-fo...@backupcentral.com] 
Sent: Monday, August 01, 2011 8:59 AM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula on Windows 2008 won't start

I've scoured the universe for others with this problem, and I promise you,
only one other person has posted about this back in 2010 and there was no
resolution, or at least, nothing helpful. I've installed bacula-fd 5.0.2 on
Server 2008 R2. The FD started automatically after installation. I shut it
down, edited the bacula-fd.conf file to change the password, and now
bacula-fd won't start at all. Can't double click the bacula-fd.exe because
when you do, a command window flashes then is gone, and nothing. Starting it
from the command line yields the following error:

PS C:\Program Files\Bacula .\bacula-fd
PS C:\Program Files\Bacula
01-Aug 11:30 bacula-fd: ERROR TERMINATION at
/tmp/bacula/bacula/src/lib/parse_conf.c:898
Config error: Cannot open config file
C:\ProgramData\Bacula/bacula-fd.conf: No such file or directory


Can someone help me figure this out? I'm at a total loss.

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--




--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
Starting it from the command line yields the following error:

PS C:\Program Files\Bacula .\bacula-fd
PS C:\Program Files\Bacula
01-Aug 11:30 bacula-fd: ERROR TERMINATION at 
/tmp/bacula/bacula/src/lib/parse_conf.c:898
Config error: Cannot open config file C:\ProgramData\Bacula/bacula-fd.conf: 
No such file or directory


Can someone help me figure this out? I'm at a total loss.

Why install 5.0.2? 5.0.3 is current and just as easy to fetch, it also puts the
config file in a more obvious location, are you sure you notice the path the
fd is compiled to look in by default as per the error above?

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
The bacula registry key has this in it for bacula-fd.exe execution:

C:\Program Files\Bacula\bacula-fd.exe /service  -c C:\Program 
Files\Bacula\bacula-fd.conf

That is the correct location of bacula-fd.conf. In a command window, this 
command seems to work:

PS C:\Program Files\Bacula .\bacula-fd -c C:\Program 
Files\Bacula\bacula-fd.conf


At least, after I use that command, I have these  in the shell, and not an 
error message. After that, I still can't connect to the fd though from the 
director...

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
@Joeseph:


I am using 5.0.2 because that is the version of the director. The config file 
is in the same folder as the fd .exe: C:\Program Files\Bacula\

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Jeff Shanholtz
Can you telnet to it on the fd port? I would first try that on the client
system, and assuming it makes a connection, try it again from the director
system. If it fails to connect from that system then you've got some sort of
firewall issue.

-Original Message-
From: rlh1533 [mailto:bacula-fo...@backupcentral.com] 
Sent: Monday, August 01, 2011 9:44 AM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula on Windows 2008 won't start

The bacula registry key has this in it for bacula-fd.exe execution:

C:\Program Files\Bacula\bacula-fd.exe /service  -c C:\Program
Files\Bacula\bacula-fd.conf

That is the correct location of bacula-fd.conf. In a command window, this
command seems to work:

PS C:\Program Files\Bacula .\bacula-fd -c C:\Program
Files\Bacula\bacula-fd.conf


At least, after I use that command, I have these  in the shell, and not
an error message. After that, I still can't connect to the fd though from
the director...

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--




--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
I am using 5.0.2 because that is the version of the director. The config file 
is in the same folder as the fd .exe: C:\Program Files\Bacula\

Ok, look *very* closely at the error? Unless you specify the config file, it 
looks
in C:\ProgramData\Bacula *NOT* C:\Program Files\Bacula
   

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
I am using 5.0.2 because that is the version of the director. The config file 
is in the same folder as the fd .exe: C:\Program Files\Bacula\


Whoops, missed your earlier post. In this case, my guess is you edited the 
config
with a non ascii only editor. This happened to me the first time I setup a win 
fd.
Worth a look...

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
I can't telnet to that port...I believe the reason is because bacula-fd isn't 
running to accept any connections, though. I've completely turned the firewall 
off, so I don't think that's the problem

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
@Joseph:

Editing the config with a non-ASCII only editor will screw it up...? You've got 
to be kidding me...I just used notepad in Windows. What should I use?

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
Editing the config with a non-ASCII only editor will screw it up...? You've 
got to be kidding me...I just used notepad in Windows. What should I use?

Of course, if it adds xml formatting for example...

Notepad is good, as per the docs:
On most modernWin32 machines, you can edit the conf files with notepad and
choose output encoding UTF-8.

Honestly, its been so long as I use vi on windows as well..

You certainly can check to see if the process is running to remove the 
ambiguity...

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
Used notepad, the process is not running. It definitely will not start on 
Windows.

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
Used notepad, the process is not running. It definitely will not start on 
Windows.

Have a closer look, I just opened the fd conf on this Win7 wkst as it doesn't 
ever get
used often as I had to change the director name anyway. I intentional used 
another
encoding method _other_ than what the docs called and it won't start. Restored 
the
backup, edited the dir name and saved it properly and it starts.

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
@Joeseph: At your behest, I went back and saved the file as UTF-8, rather than 
ANSI, and the bacula-fd.exe works! I never would have thought that. You just 
made my day sir. MAY A THOUSAND BEAUTIFUL WOMEN SWOON AT YOUR FEET.

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
You just made my day sir.

Lol, glad to see it working...

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula on Windows 32 fail to connect to SD

2011-06-24 Thread John Malone
Output from the SD log on the server.
 
Is it complaining that bacula-dir is already running, or is it just a comment? 
If this is a problem how do I start a job without the director already running?
 
In the previous version of this log I was using FQDN but it didn't like that, 
so now I have replaced the FQDN with the IP address. It seems to be resolving 
that into the server's name (wrong way round, surely) but still refuses to 
connect.
 
24-Jun 13:39 bacula-dir: ERROR TERMINATION at bsys.c:439
bacula-dir is already running. pid=2854
Check file /var/run/bacula/bacula-dir.9101.pid
24-Jun 13:39 bacula01-dir JobId 46: No prior Full backup Job record found.
24-Jun 13:39 bacula01-dir JobId 46: No prior or suitable Full backup
found in catalog. Doing FULL backup.
24-Jun 13:39 bacula01-dir JobId 46: Start Backup JobId 46,
Job=bristol-1622a6f-fd.2011-06-24_13.39.24_13
24-Jun 13:39 bacula01-dir JobId 46: Error: bsock.c:208 gethostbyname()
for host bacula01 failed: ERR=Authoritative answer for host not
found.
24-Jun 13:39 bacula01-dir JobId 46: Error: Bacula bacula01-dir 5.0.2
(28Apr10): 24-Jun-2011 13:39:26
  Build OS:   i486-pc-linux-gnu debian squeeze/sid
  JobId:  46
  Job:bristol-1622a6f-fd.2011-06-24_13.39.24_13
  Backup Level:   Full (upgraded from Incremental)
  Client: bristol-1622a6f-fd 5.0.3 (04Aug10)
Linux,Cross-compile,Win32
  FileSet:WinTest 2011-06-23 12:46:28
  Pool:   File (From Job resource)
  Catalog:MyCatalog (From Client resource)
  Storage:File (From Job resource)
  Scheduled time: 24-Jun-2011 13:39:21
  Start time: 24-Jun-2011 13:39:26
  End time:   24-Jun-2011 13:39:26
  Elapsed time:   0 secs
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:no
  Encryption: no
  Accurate:   no
  Volume name(s):
  Volume Session Id:  0
  Volume Session Time:0
  Last Volume Bytes:  0 (0 B)
  Non-fatal FD errors:1
  SD Errors:  0
  FD termination status:
  SD termination status:
  Termination:*** Backup Error ***
 
24-Jun 13:42 bacula-dir: ERROR TERMINATION at bsys.c:439
bacula-dir is already running. pid=2854
Check file /var/run/bacula/bacula-dir.9101.pid
 
 

 
Output of bacula client screen:
 
bristol-1622a6f-fd Version: 5.0.3 (04 August 2010)  VSS Linux
Cross-compile Win32
Daemon started 24-Jun-11 13:15. Jobs: run=0 running=0.
 Heap: heap=0 smbytes=15,764 max_bytes=16,024 bufs=72 max_bufs=76
 Sizeof: boffset_t=8 size_t=4 debug=0 trace=1
 
Running Jobs:
JobId 47 Job bristol-1622a6f-fd.2011-06-24_13.42.46_14 is running.
Full Backup Job started: 24-Jun-11 13:41
Files=0 Bytes=0 Bytes/sec=0 Errors=0
Files Examined=0
SDReadSeqNo=5 fd=552


__
'Do it online' with our growing range of online services - 
http://www.bristol.gov.uk/services

Sign-up for our email bulletin giving news, have-your-say and event information 
at: http://www.bristol.gov.uk/newsdirect 

View webcasts of Council meetings at http://www.bristol.gov.uk/webcast

Bristol is the UK's first Cycling City. Visit www.betterbybike.info to join 
thousands of others getting around by bike.
--
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows

2011-06-23 Thread John Malone
Hi,
 
Appended is the output of the Bacula Status screen on my test client, an XP 
machine.
The job has been running for 22 minutes, on this occasion (and I have tried 
this several times) and it never does anything else.
 
I'm interested in the SDSocket closed. message. I have seen several 
references to it on the web but no explanation, either of what it means or what 
to do about it.
 
The next question, of course, is what to do about all those zeroes? (Files=0 
Bytes=0 Bytes/sec=0 Errors=0  Files Examined=0)
Cheers
 
John
 
bristol-1622a6f-fd Version: 5.0.3 (04 August 2010)  VSS Linux Cross-compile 
Win32
Daemon started 22-Jun-11 16:09. Jobs: run=0 running=0.
 Heap: heap=0 smbytes=46,325 max_bytes=87,066 bufs=98 max_bufs=171
 Sizeof: boffset_t=8 size_t=4 debug=0 trace=1
 
Running Jobs:
JobId 17 Job bristol-1622a6f-fd.2011-06-23_12.53.35_09 is running.
Full System or Console Job started: 23-Jun-11 12:56
Files=0 Bytes=0 Bytes/sec=0 Errors=0
Files Examined=0
SDSocket closed.
Director connected at: 23-Jun-11 12:58

 
Terminated Jobs:


__
'Do it online' with our growing range of online services - 
http://www.bristol.gov.uk/services

Sign-up for our email bulletin giving news, have-your-say and event information 
at: http://www.bristol.gov.uk/newsdirect 

View webcasts of Council meetings at http://www.bristol.gov.uk/webcast

Bristol is the UK's first Cycling City. Visit www.betterbybike.info to join 
thousands of others getting around by bike.
--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows

2011-06-23 Thread Konstantin Khomoutov
On Thu, 23 Jun 2011 13:28:06 +0100
John Malone john.mal...@bristol.gov.uk wrote:

 Appended is the output of the Bacula Status screen on my test client,
 an XP machine. The job has been running for 22 minutes, on this
 occasion (and I have tried this several times) and it never does
 anything else. I'm interested in the SDSocket closed. message. I
 have seen several references to it on the web but no explanation,
 either of what it means or what to do about it. The next question, of
 course, is what to do about all those zeroes? (Files=0 Bytes=0
 Bytes/sec=0 Errors=0  Files Examined=0)

Try to troubleshoot your Windows client installation by enabling its
debugging trace file (and possibly running it interactively from a
console window).  For hints on how to do this, refer to this message,
for instance:
http://www.adsm.org/lists/html/Bacula-users/2011-05/msg00045.html

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula on windows?

2011-05-25 Thread SSzretter
Is it possible to run at least the bacula storage service on windows?

My drives are on a windows machine so I need the backup data stored there.
Ideally I would want the director and other components running there too if
possible, but I could live with linux for the director if need be.

The site and documentation seem to imply that it IS possible but the
installer only shows the client as an install option.
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula on windows?

2011-05-25 Thread Roy Sigurd Karlsbakk
 Is it possible to run at least the bacula storage service on windows?
 
 My drives are on a windows machine so I need the backup data stored
 there. Ideally I would want the director and other components running
 there too if possible, but I could live with linux for the director if
 need be.
 
 The site and documentation seem to imply that it IS possible but the
 installer only shows the client as an install option.

I would guess installing it under cygwin might work, but YMMW, I don't know any 
setups like that.

Vennlige hilsener / Best regards

roy
--
Roy Sigurd Karlsbakk
(+47) 97542685
r...@karlsbakk.net
http://blogg.karlsbakk.net/
--
I all pedagogikk er det essensielt at pensum presenteres intelligibelt. Det er 
et elementært imperativ for alle pedagoger å unngå eksessiv anvendelse av 
idiomer med fremmed opprinnelse. I de fleste tilfeller eksisterer adekvate og 
relevante synonymer på norsk.

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula 5.0.3 windows XP (Solution)

2010-11-17 Thread neoroot
Hi, i have instaled Centos 5.5 server with bacula 5.0.3

my firts workstation to backup is windows 7 pro, all good.

but wen i install client on Windows XP, never connect from director...

i loose one week searching solutions, today y get whats is wrong, on 
bacula-fd.conf 

all reference to director need be director.name-dir and erroneous param are 
automatically set in director.name 

no -dir included ... i include this and restart service in client and work fine.

+--
|This was sent by neor...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula Client Windows 2008 - CPU Load

2010-09-22 Thread Rodrigo Fernandes
I am starting testing with Bacula in windows 2008. Someone's been through
high CPU consumption? Is there any parameter to adjust this problem? Set the
fileset with GZIP1 solve the problem?


Thanks a lot,
Rodrigo Fernandes
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows SBS 2008

2010-07-15 Thread Kevin Keane
I've been using Bacula on a Windows 2008 server for a while now. A couple 
things:

- Forget tape drives. With SBS Server, use USB hard disks for backup. Use 
2008's native backup (Not NTBackup any more - the new one is MUCH improved once 
you get over the completely new concepts).
- Forget BackupExec. There really never was much justification for it in most 
businesses. SBS' own built-in utilities are very good for 90% of small 
businesses and much easier to manage. BackupExec and Bacula excel in larger 
installations.

- Make sure you apply Exchange 2007 SP2. This is true even with Windows' own 
backup. Before that service pack, Exchange was not backup aware! I think some 
backup vendors provided their own VSS providers for Exchange.

- Junction points generate warning messages. You will get lots of them. Some 
other people have reported that Bacula handles them just fine, and you can 
restore it without a problem.
- Bacula for Windows does not support IPv6 and, worse, has an ugly failure mode 
(you have to create a separate A record in DNS without a corresponding  
record for the server to make it work). Windows 2008 heavily uses IPv6, so 
turning it off is really not an option.
- Only bacula-fd exists supported on Windows. Bacula-dir and bacula-sd are 
unsupported.

What I do is use Windows' own backup to create a full server backup to another 
hard disk. I then back up this hard disk using bacula. In my case, that is very 
easy because the backup disk is an iSCSI drive.

-Original Message-
From: jmaillists [mailto:jmailli...@promani.be] 
Sent: Tuesday, July 13, 2010 5:12 PM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula on Windows SBS 2008

Good day,

I have been using Bacula on a Linux server and Backup Exec on a Windows small 
business server, both with good results on their platform.

Apparantly Bacula is working OK now on Windows through the VSS service, that's 
what I read in the Bacula documentation.

Has anyone tried Bacula on a Windows SBS 2008 server to backup files and 
Exchange databases and how were the results? Also, the standard NTBackup 
doesn't support tape drives from Server 2008 on, but probably Bacula still 
will? Any other pitfalls to expect?

I'm really considering this now because Symantec refuse to provide upgrade 
rates for our older Backup Exec...

Hope to hear some opinions from you all,

thanks
Joris



--
This SF.net email is sponsored by Sprint What will you do first with EVO, the 
first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows SBS 2008

2010-07-13 Thread jmaillists
Good day,

I have been using Bacula on a Linux server and Backup
Exec on a Windows small business server, both with good
results on their platform.

Apparantly Bacula is working OK now on Windows through
the VSS service, that's what I read in the
Bacula documentation.

Has anyone tried Bacula on a Windows SBS 2008 server
to backup files and Exchange databases and how were
the results? Also, the standard NTBackup doesn't
support tape drives from Server 2008 on, but probably
Bacula still will? Any other pitfalls to expect?

I'm really considering this now because Symantec refuse
to provide upgrade rates for our older Backup Exec...

Hope to hear some opinions from you all,

thanks
Joris



--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows SBS 2008

2010-07-13 Thread James Harper
 Good day,
 
 I have been using Bacula on a Linux server and Backup
 Exec on a Windows small business server, both with good
 results on their platform.
 
 Apparantly Bacula is working OK now on Windows through
 the VSS service, that's what I read in the
 Bacula documentation.
 
 Has anyone tried Bacula on a Windows SBS 2008 server
 to backup files and Exchange databases and how were
 the results?

VSS alone will take snapshot copies of the Exchange database. Restoring
should just be a matter of copying the files back into place but please
test.

 Also, the standard NTBackup doesn't
 support tape drives from Server 2008 on, but probably
 Bacula still will? Any other pitfalls to expect?

Around Bacula 3.x you could run the director and sd on windows, but they
are no longer built. I never had much luck with sd though, it kept
reporting write failures even though there is a retry-on-write-failure
fix in there to work around some sort of bug in windows. I would advise
not running the director or stored under windows.

 
 I'm really considering this now because Symantec refuse
 to provide upgrade rates for our older Backup Exec...
 

We're in that position with a few clients too, but for various reasons
Bacula isn't an option at this stage so we're stuck with either old
versions or costly upgrades.

James

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread Bill Szkotnicki
I am trying to come up with a reasonable fileset for windows 7 or vista 
clients.
The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
My fileset is:

FileSet {
  Name = win7-files
  Include {
Options {
  onefs=no
  Compression=GZIP
  signature=SHA1
  Sparse = yes
}
File = C:/Users
  }
}

But it is giving strange messages ... see below.

Has anyone got insight into how to do this effectively?

Ideally I would also like to exclude all of the unnecessary garbage that 
windows puts into Users.

Bill

09-Apr 08:39 msi-fd JobId 11029:  Cannot open C:/Users/All 
Users/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application 
Data/Microsoft/Search/Data/Applications/Windows/MSS.log: ERR=The process 
cannot access the file because it is being used by another process.
.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread Timo Neuvonen
Bill Szkotnicki b...@uoguelph.ca kirjoitti viestissä 
news:4bbf2000.8030...@uoguelph.ca...
I am trying to come up with a reasonable fileset for windows 7 or vista
 clients.
 The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
 My fileset is:

 FileSet {
  Name = win7-files
  Include {
Options {
  onefs=no
  Compression=GZIP
  signature=SHA1
  Sparse = yes
}
File = C:/Users
  }
 }

 But it is giving strange messages ... see below.

 09-Apr 08:39 msi-fd JobId 11029:  Cannot open C:/Users/All
 Users/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application

Maybe adding this into the fileset might help:
Enable VSS = yes

--
TiN 



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread John Drescher
On Fri, Apr 9, 2010 at 8:39 AM, Bill Szkotnicki b...@uoguelph.ca wrote:
 I am trying to come up with a reasonable fileset for windows 7 or vista
 clients.
 The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
 My fileset is:

 FileSet {
  Name = win7-files
  Include {
    Options {
      onefs=no
      Compression=GZIP
      signature=SHA1
      Sparse = yes
    }
    File = C:/Users
  }
 }

 But it is giving strange messages ... see below.

 Has anyone got insight into how to do this effectively?

 Ideally I would also like to exclude all of the unnecessary garbage that
 windows puts into Users.

 Bill

 09-Apr 08:39 msi-fd JobId 11029:      Cannot open C:/Users/All
 Users/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application
 Data/Microsoft/Search/Data/Applications/Windows/MSS.log: ERR=The process
 cannot access the file because it is being used by another process.
 .

I believe this is normal. These are junction points (kind of like
symbolic links) that should already be backed up in their actual
location.

John

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread John Drescher
On Fri, Apr 9, 2010 at 11:06 AM, John Drescher dresche...@gmail.com wrote:
 On Fri, Apr 9, 2010 at 8:39 AM, Bill Szkotnicki b...@uoguelph.ca wrote:
 I am trying to come up with a reasonable fileset for windows 7 or vista
 clients.
 The obvious idea is (C:/Users  i.e. all users data on the PC or laptop )
 My fileset is:

 FileSet {
  Name = win7-files
  Include {
    Options {
      onefs=no
      Compression=GZIP
      signature=SHA1
      Sparse = yes
    }
    File = C:/Users
  }
 }

 But it is giving strange messages ... see below.

 Has anyone got insight into how to do this effectively?

 Ideally I would also like to exclude all of the unnecessary garbage that
 windows puts into Users.

 Bill

 09-Apr 08:39 msi-fd JobId 11029:      Cannot open C:/Users/All
 Users/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application Data/Application Data/Application Data/Application
 Data/Application
 Data/Microsoft/Search/Data/Applications/Windows/MSS.log: ERR=The process
 cannot access the file because it is being used by another process.
 .

 I believe this is normal. These are junction points (kind of like
 symbolic links) that should already be backed up in their actual
 location.


I believe Documents And Settings should be the folder you backup
instead of C:/Users

John

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread Jari Fredriksson
On 9.4.2010 18:10, John Drescher wrote:
 
 I believe Documents And Settings should be the folder you backup
 instead of C:/Users
 

There is no Documents And Settings in Vista/Windows 7.

That is an XP thing.

-- 
http://www.iki.fi/jarif/

Grief can take care of itself; but to get the full value of a joy you must
have somebody to divide it with.
-- Mark Twain



signature.asc
Description: OpenPGP digital signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula and windows 7 or vista

2010-04-09 Thread johat

Disclaimer: please bear in mind that I am an absolute begnner myself, and that 
I am no windows sysadmin. 

Here's the file set for one of our windows servers:

Fileset #123;
nbsp; Name = My semi-fictional windows server
nbsp; Enable VSS = yes
nbsp; Include #123;
nbsp; nbsp; nbsp;File = E#58;/Data
nbsp; #125;
nbsp; Exclude #123;
nbsp; nbsp; File = E#58;/Data/Users/Transfer
nbsp; #125;
#125;



 Ideally I would also like to exclude all of the unnecessary garbage that 
 windows puts into Users.


As soon as you know which files and subdirectories te exclude, just put the 
names in the Exclude clause, as shown above. In the example above, the 
'E:/Data/Users/Transfer' subdirectory is excluded from the backup.


 But it is giving strange messages
 
 *snip*
 
 ERR=The process cannot access the file because it is being used by another 
 process.


IIRC, this problem is apparently solved by enabling the VSS service on the 
windows client and setting the 'Enable VSS' option in your fileset directive to 
'Yes'.  Note to the veterans: please feel free to correct me if I am wrong 
here. I am still learning here.

Greetings  good luck,
Joachim

+--
|This was sent by jvdhat...@kiss.nl via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula and Windows Vista 64Bit

2009-01-22 Thread KNOPS Manfred
Hello together,

 

we installed bacula 2.4.4 win32 fileserver-deamon and console on a
windows 64 bit system, called clapton.

We use bacula 2.4.3 on a opensuse 11.0 system for bacula directory
daemon and bacula storage daemon.

We configured a job to backup the vista machine.

 

Here the job configuration:

fileserver:/etc/bacula # cat clapton-dir.conf

# /etc/bacula/clapton-backup.conf

 

#

# Job definition for host clapton

#

Job {

  Name = clapton-Automatic-Backup

  Type = Backup

  Client = clapton

  FileSet = clapton-FileSet

  Schedule = WeeklyCycle

  Storage = clapton-Storage

  Messages = Standard

  Pool = clapton-Pool

}

 

Job {

  Name = clapton-Restore

  Type = Restore

  Client = clapton

  FileSet = clapton-FileSet

  Storage = clapton-Storage

  Messages = Standard

  Pool = clapton-Pool

  Where = d:\\temp

}

 

Job {

  Name = clapton-Full-Manual-Backup

  Type = Backup

  Level = Full

  Client = clapton

  FileSet = clapton-FileSet

  Storage = clapton-Storage

  Messages = Standard

  Pool = clapton-Pool

}

#

# Fileset definition for host clapton

#

FileSet {

  Name = clapton-FileSet

  Enable VSS = yes

  Include {

Options {

  onefs = no

  signature = SHA1

  compression = GZIP9

  @/etc/bacula/excludedAbaqusFiles.conf

  @/etc/bacula/excludedWindowsFiles.conf

  }

File = c:/users/krug

File = d:/users/krug

}

  Exclude {

File = c:/users/krug/appdata/local/temp

File = c:/users/krug/appdata/locallow

File = c:/users/krug/confidential

File = c:/users/krug/downloads

File = c:/users/krug/music

File = c:/users/krug/pictures

File = c:/users/krug/searches

File = c:/users/krug/videos

File = d:/users/krug/confidential

}

  }

 

#

# Client Definition for host clapton

#

Client {

  Name = clapton

  Address = clapton

  Catalog = backupserver-Catalog

  Password = HGIgito2sPLtOerYIhru2W5TsCDr6dFs0C2p97Q5zwP/

  }

#

# Storage Definition for host clapton

#

Storage {

  Name = clapton-Storage

  Address = backupserver

  SDPort = 9103

  Password = HVb1lensP9LH9//LZbdhV1SHnHgZnHeMJrlErML8+Pmg

  Device = clapton-Device

  Media Type = File

}

 

#

# Pool Definition for host clapton

#

Pool {

Name = clapton-Pool

Pool Type = Backup

Recycle = yes

AutoPrune = yes

Volume Retention = 1 months

Use Volume Once = yes

Maximum Volume Bytes = 4509715660.8

Label Format = clapton-

Maximum Volumes = 31

}

 

 

#

# Schedule definition for host clapton

#

# The schedule definition stores in file

# /etc/bacula/bacula-dir.conf

fileserver:/etc/bacula #

 

The communication between bacula directory and Clapton fileserver deamon
works.

But I have some problems with this client. That's the reason to ask if
someone can help.

 

The first schedule job run last night.

After that I got a mail. This mail contains messages like this:

 

21-Jan 23:05 clapton-fd JobId 29:  Could not open directory
c:/users/krug/AppData/Local/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten: ERR=Der Dateiname konnte durch das
System nicht zugeordnet werden.

 

21-Jan 23:05 clapton-fd JobId 29: Error: Read error on file
c:/users/krug/AppData/Local/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwe
ndungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsda
ten/Anwendungsdaten/Microsoft/Outlook/outlook.ost. ERR=Der Prozess kann
nicht auf die Datei zugreifen, da ein anderer Prozess einen Teil der
Datei gesperrt hat.

 

Bacula has right. A Path with so much directories called Anwendungsdaten
didn't exist. The path is for example
c:/users/krug/AppData/Local/Microsoft/Outlook/outlook.ost.

I made tests on this machine. 

1.   c:/users/krug/AppData/Localdir /A:H returns a dir called
Anwendungsdaten.

2.   c:/users/krug/AppData/Localcd Anwendungsdaten chaned into this
dir.

3.   c:/users/krug/AppData/Local/Anwendungsdatendir returns a info
that no file exist.

 

Now my question. Why should bacula backup this directory?

What can I do?

 

Regards

Manfred

--
This SF.net email is sponsored by:

[Bacula-users] Bacula and Windows Tape Driver

2008-11-09 Thread Ricardo Duarte

Dear All,
 
I currently have a Dell Tape Library (TL2000) connected to a Windows 2003 
server via SCSI.
I'm using NTBackup to backup our Exchange servers, and I really don't want to 
drop it for now. I trust it more for that kind of backups.
But I still want to use Bacula to backup all the other services like MySQL, 
Apaches, user accounts, System States, Filesystems... on our mixed environment.
I read on the Bacula documentation the following:
 
... Bacula is known to work perfectly well with SCSI tape drivers on FreeBSD, 
Linux, Solaris, and Windows machines, and it may work on other *nix machines, 
but we have not tested it...
 
From this phrase, it seems to me that it is possible to use my Tape Library 
connected to my Windows server for bacula backups. And it even says perfectly 
well. 
I'm excited. That would be the perfect setup for me.
So my question is: can I really use my tape connected to Windows, on Bacula? If 
so, how can I do it? Should I install storage daemon on Windows? Is it stable?
 
Thanks,
Ricardo
 
_
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-ussource=wlmailtagline-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?) - and bat!

2007-12-08 Thread Michael Lewinger
As far as I have checked it, char encoding trouble is seen only
between non-Unicode and Unicode clients, i.e., files from non-Unicode
systems can be restored to non-Unicode systems (same for Unicode). If
the chars are not properly displayed on the director's interface,
there's no need to worry, but I'd certainly test recovery for those
files on the original client. In my case all recovers are done
properly.

Michael

On Dec 5, 2007 6:43 PM, Pierre Pintaric [EMAIL PROTECTED] wrote:
 Hello there,

 This is to follow the thread :
 http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg27961.html

 I had the same problem with putty, I change the character encoding to
 UTF8 and now, it works perfectly.
 But when I use bat, the display is correct, but when I restore a file,
 it doesn't find it

 05-Dec 14:38 vserv01-fd JobId 34: Warning: Cannot change permissions of 
 /tmp/bacula-restores/C/Documents and Settings/Administrateur.SICTIAM/Menu 
 Démarrer/Programmes: ERR=No such file or directory
 05-Dec 14:34 sictiam-sd JobId 34: Alert: TapeAlert[25]:Undefined.

 I am sure, the problem comes from encoding, but where to change it for
 bat?? That's the question...

 any idea?

 Thanks

 --
 Pierre PINTARIC
 SICTIAM
 Porte 15 Space Antipolis 3
 2323, chemin Saint Bernard
 06225 Vallauris
 Tel : 04 92 96 80 83
 Fax : 04 92 96 92 96
 http://www.sictiam.fr/


 -
 SF.Net email is sponsored by: The Future of Linux Business White Paper
 from Novell.  From the desktop to the data center, Linux is going
 mainstream.  Let it simplify your IT future.
 http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users




-- 
Michael Lewinger
MBR Computers
http://mbrcomp.co.il
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-30 Thread Arno Lehmann
Hello,

30.11.2007 19:56,, Sebastian wrote::
 Hi,
 
 if I want to backup e.g. C:\Dokumente und
 Einstellungen\--user--\Startmenü, I have to write
 File = C:/Dokumente und Einstellungen/--user--/Startmenü to my
 FileSet-resource.
 
 works fine for me, it is probably an charset issue, and afaik it is not
 documented in the manual.

Well, that is nothing Bacula-specific, in fact.

It's a character coding mismatch.

The configuration file is interpreted as UTF-8 iirc (or rather, the 
bytes in the file names are interpreted by windows to be UTF-8, and 
you display with ISO-Latin1 most probably.

I see this quite often, in most cases when I work on a linux system 
using a UTF-8 character coding scheme (e.g. LC_CTYPE=en_US.UTF-8) and 
the terminal (putty here, most often) is assuming latin1 character 
encoding.

When editing the configuration with vi in a putty terminal window, I 
just need to activate the proper translation, and voilà, I see all the 
Umlauts and accebted characters as they are interpreted by windows.

You could try something similar...

Arno

 greets,
 Sebastian
 
 Bacula-Dir: 2.2.5 on Debian sid
 Bacula-Client: 2.2.6 on WindowsXP SP2
 
 
 Arno Lehmann wrote:
 Hi,

 29.11.2007 08:54,, Vladimirs Vecgailis wrote::
   
 Hi,

 i'm experiencing the same problem except not with hungarian but
 with german Umlauts - ö / ä / ü.

 I even found a similar question/problem like mine (and now - like
 yours :-) ):

 http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg21470.html



 Backups works fine, but i get warnings in the LOG and the email. 
 Although the files/dirs with special char's are backup'ed. So i
 ignore these errors for now...

 If there would be any other solution i would be glad to hear about
 it.
 
 I can not confirm this. See here:
 Microsoft Windows [Version 6.0.6000]
 Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.

 C:\Users\Arnocd \tmp\bacula-restores\C\testbackups\Värßeichnµs

 C:\tmp\bacula-restores\C\testbackups\Värßeichnµsdir
   Volume in Laufwerk C: hat keine Bezeichnung.
   Volumeseriennummer: 3AFC-56F4

   Verzeichnis von C:\tmp\bacula-restores\C\testbackups\Värßeichnµs

 29.11.2007  14:16DIR  .
 29.11.2007  14:16DIR  ..
 29.11.2007  11:25 0 Dätäì.txt
 1 Datei(en),  0 Bytes
 2 Verzeichnis(se), 14.232.092.672 Bytes frei

 C:\tmp\bacula-restores\C\testbackups\Värßeichnµs

 This was backed up from and restored to the same client, MS Vista 
 business.

 This is the jobs file list:

 Choose a query (1-16): 12
 Enter JobId: 1168
 +-+-+
 | Path| Name 
|
 +-+-+
 | C:/testbackups/ | 
|
 | C:/testbackups/ | ADS.txt 
|
 | C:/testbackups/ | Arno 
 Lehmann.contact|
 | C:/testbackups/ | Ein Name mit 
 Ümlätön.txt |
 | C:/testbackups/Documents/   | 
|
 | C:/testbackups/Documents/   | sfscon-2.odp 
|
 | C:/testbackups/Documents/   | sfscon.pdf 
|
 | C:/testbackups/Värßeichnµs/  | 
 |
 | C:/testbackups/Värßeichnµs/  | Dätäì.txt 
  |
 | C:/testbackups/Värßeichnµs/G€lôgenêß Gáld/ | 
   |
 +-+-+

 And there are no warnings in the job output or the mail:

 29-Nov 12:30 VM-dir JobId 1168: Start Backup JobId 1168, 
 Job=Host.2007-11-29_12.30.16
 29-Nov 12:30 VM-dir JobId 1168: Using Device FileStorage
 29-Nov 12:30 VM-sd JobId 1168: Volume Full-0036 previously written, 
 moving to end of data.
 29-Nov 12:30 VM-sd JobId 1168: Ready to append to end of Volume 
 Full-0036 size=52083
 29-Nov 12:30 Host-fd: Generate VSS snapshots. Driver=VSS Vista, 
 Drive(s)=C
 29-Nov 12:30 VM-sd JobId 1168: Job write elapsed time = 00:00:36, 
 Transfer rate = 7.099 K bytes/second
 29-Nov 12:30 VM-dir JobId 1168: Bacula VM-dir 2.2.6 (10Nov07): 
 29-Nov-2007 12:30:45
Build OS:   i686-suse-linux-gnu suse 10.3
JobId:  1168
Job:Host.2007-11-29_12.30.16
Backup Level:   Full
Client: Host-fd 2.1.22 (26Jun07) 
 Linux,Cross-compile,Win32
FileSet:HostFS 2007-11-13 22:15:00
Pool:   Full (From Job FullPool override)
Storage:File (From Pool resource)
Scheduled time: 29-Nov-2007 12:30:00
Start time: 29-Nov-2007 12:30:09
End time:   29-Nov-2007 12:30:45

Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-30 Thread Sebastian
Hi,

if I want to backup e.g. C:\Dokumente und
Einstellungen\--user--\Startmenü, I have to write
File = C:/Dokumente und Einstellungen/--user--/Startmenü to my
FileSet-resource.

works fine for me, it is probably an charset issue, and afaik it is not
documented in the manual.
greets,
Sebastian

Bacula-Dir: 2.2.5 on Debian sid
Bacula-Client: 2.2.6 on WindowsXP SP2


Arno Lehmann wrote:
 Hi,

 29.11.2007 08:54,, Vladimirs Vecgailis wrote::
   
 Hi,

 i'm experiencing the same problem except not with hungarian but
 with german Umlauts - ö / ä / ü.

 I even found a similar question/problem like mine (and now - like
 yours :-) ):

 http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg21470.html



 Backups works fine, but i get warnings in the LOG and the email. 
 Although the files/dirs with special char's are backup'ed. So i
 ignore these errors for now...

 If there would be any other solution i would be glad to hear about
 it.
 

 I can not confirm this. See here:
 Microsoft Windows [Version 6.0.6000]
 Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.

 C:\Users\Arnocd \tmp\bacula-restores\C\testbackups\Värßeichnµs

 C:\tmp\bacula-restores\C\testbackups\Värßeichnµsdir
   Volume in Laufwerk C: hat keine Bezeichnung.
   Volumeseriennummer: 3AFC-56F4

   Verzeichnis von C:\tmp\bacula-restores\C\testbackups\Värßeichnµs

 29.11.2007  14:16DIR  .
 29.11.2007  14:16DIR  ..
 29.11.2007  11:25 0 Dätäì.txt
 1 Datei(en),  0 Bytes
 2 Verzeichnis(se), 14.232.092.672 Bytes frei

 C:\tmp\bacula-restores\C\testbackups\Värßeichnµs

 This was backed up from and restored to the same client, MS Vista 
 business.

 This is the jobs file list:

 Choose a query (1-16): 12
 Enter JobId: 1168
 +-+-+
 | Path| Name 
|
 +-+-+
 | C:/testbackups/ | 
|
 | C:/testbackups/ | ADS.txt 
|
 | C:/testbackups/ | Arno 
 Lehmann.contact|
 | C:/testbackups/ | Ein Name mit 
 Ümlätön.txt |
 | C:/testbackups/Documents/   | 
|
 | C:/testbackups/Documents/   | sfscon-2.odp 
|
 | C:/testbackups/Documents/   | sfscon.pdf 
|
 | C:/testbackups/Värßeichnµs/  | 
 |
 | C:/testbackups/Värßeichnµs/  | Dätäì.txt 
  |
 | C:/testbackups/Värßeichnµs/G€lôgenêß Gáld/ | 
   |
 +-+-+

 And there are no warnings in the job output or the mail:

 29-Nov 12:30 VM-dir JobId 1168: Start Backup JobId 1168, 
 Job=Host.2007-11-29_12.30.16
 29-Nov 12:30 VM-dir JobId 1168: Using Device FileStorage
 29-Nov 12:30 VM-sd JobId 1168: Volume Full-0036 previously written, 
 moving to end of data.
 29-Nov 12:30 VM-sd JobId 1168: Ready to append to end of Volume 
 Full-0036 size=52083
 29-Nov 12:30 Host-fd: Generate VSS snapshots. Driver=VSS Vista, 
 Drive(s)=C
 29-Nov 12:30 VM-sd JobId 1168: Job write elapsed time = 00:00:36, 
 Transfer rate = 7.099 K bytes/second
 29-Nov 12:30 VM-dir JobId 1168: Bacula VM-dir 2.2.6 (10Nov07): 
 29-Nov-2007 12:30:45
Build OS:   i686-suse-linux-gnu suse 10.3
JobId:  1168
Job:Host.2007-11-29_12.30.16
Backup Level:   Full
Client: Host-fd 2.1.22 (26Jun07) 
 Linux,Cross-compile,Win32
FileSet:HostFS 2007-11-13 22:15:00
Pool:   Full (From Job FullPool override)
Storage:File (From Pool resource)
Scheduled time: 29-Nov-2007 12:30:00
Start time: 29-Nov-2007 12:30:09
End time:   29-Nov-2007 12:30:45
Elapsed time:   36 secs
Priority:   10
FD Files Written:   10
SD Files Written:   10
FD Bytes Written:   254,191 (254.1 KB)
SD Bytes Written:   255,574 (255.5 KB)
Rate:   7.1 KB/s
Software Compression:   None
VSS:yes
Encryption: no
Volume name(s): Full-0036
Volume Session Id:  15
Volume Session Time:1196332141
Last Volume Bytes:  308,463 (308.4 KB)
Non-fatal FD errors:0
SD Errors:  0
FD termination status:  OK
SD termination status:  OK
Termination:Backup OK

 29-Nov 12:30 VM-dir JobId 1168: Begin pruning Jobs.
 29-Nov 12:30 VM-dir JobId 1168: No Jobs found to prune.
 29-Nov 12:30 VM-dir JobId 

Re: [Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-30 Thread Sebastian
Thanks for the hint, you are totally right: I am logging in via putty.
In the putty-options -- window -- translation -- UTF-8 and there are
no more problems with umlauts.

Sebastian


Arno Lehmann wrote:
 Hello,

 30.11.2007 19:56,, Sebastian wrote::
   
 Hi,

 if I want to backup e.g. C:\Dokumente und
 Einstellungen\--user--\Startmenü, I have to write
 File = C:/Dokumente und Einstellungen/--user--/Startmenü to my
 FileSet-resource.

 works fine for me, it is probably an charset issue, and afaik it is not
 documented in the manual.
 

 Well, that is nothing Bacula-specific, in fact.

 It's a character coding mismatch.

 The configuration file is interpreted as UTF-8 iirc (or rather, the 
 bytes in the file names are interpreted by windows to be UTF-8, and 
 you display with ISO-Latin1 most probably.

 I see this quite often, in most cases when I work on a linux system 
 using a UTF-8 character coding scheme (e.g. LC_CTYPE=en_US.UTF-8) and 
 the terminal (putty here, most often) is assuming latin1 character 
 encoding.

 When editing the configuration with vi in a putty terminal window, I 
 just need to activate the proper translation, and voilà, I see all the 
 Umlauts and accebted characters as they are interpreted by windows.

 You could try something similar...

 Arno

   
 greets,
 Sebastian
 
 Bacula-Dir: 2.2.5 on Debian sid
 Bacula-Client: 2.2.6 on WindowsXP SP2


 Arno Lehmann wrote:
 
 Hi,

 29.11.2007 08:54,, Vladimirs Vecgailis wrote::
   
   
 Hi,

 i'm experiencing the same problem except not with hungarian but
 with german Umlauts - ö / ä / ü.

 I even found a similar question/problem like mine (and now - like
 yours :-) ):

 http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg21470.html



 Backups works fine, but i get warnings in the LOG and the email. 
 Although the files/dirs with special char's are backup'ed. So i
 ignore these errors for now...

 If there would be any other solution i would be glad to hear about
 it.
 
 
 I can not confirm this. See here:
 Microsoft Windows [Version 6.0.6000]
 Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.

 C:\Users\Arnocd \tmp\bacula-restores\C\testbackups\Värßeichnµs

 C:\tmp\bacula-restores\C\testbackups\Värßeichnµsdir
   Volume in Laufwerk C: hat keine Bezeichnung.
   Volumeseriennummer: 3AFC-56F4

   Verzeichnis von C:\tmp\bacula-restores\C\testbackups\Värßeichnµs

 29.11.2007  14:16DIR  .
 29.11.2007  14:16DIR  ..
 29.11.2007  11:25 0 Dätäì.txt
 1 Datei(en),  0 Bytes
 2 Verzeichnis(se), 14.232.092.672 Bytes frei

 C:\tmp\bacula-restores\C\testbackups\Värßeichnµs

 This was backed up from and restored to the same client, MS Vista 
 business.

 This is the jobs file list:

 Choose a query (1-16): 12
 Enter JobId: 1168
 +-+-+
 | Path| Name 
|
 +-+-+
 | C:/testbackups/ | 
|
 | C:/testbackups/ | ADS.txt 
|
 | C:/testbackups/ | Arno 
 Lehmann.contact|
 | C:/testbackups/ | Ein Name mit 
 Ümlätön.txt |
 | C:/testbackups/Documents/   | 
|
 | C:/testbackups/Documents/   | sfscon-2.odp 
|
 | C:/testbackups/Documents/   | sfscon.pdf 
|
 | C:/testbackups/Värßeichnµs/  | 
 |
 | C:/testbackups/Värßeichnµs/  | Dätäì.txt 
  |
 | C:/testbackups/Värßeichnµs/G€lôgenêß Gáld/ | 
   |
 +-+-+

 And there are no warnings in the job output or the mail:

 29-Nov 12:30 VM-dir JobId 1168: Start Backup JobId 1168, 
 Job=Host.2007-11-29_12.30.16
 29-Nov 12:30 VM-dir JobId 1168: Using Device FileStorage
 29-Nov 12:30 VM-sd JobId 1168: Volume Full-0036 previously written, 
 moving to end of data.
 29-Nov 12:30 VM-sd JobId 1168: Ready to append to end of Volume 
 Full-0036 size=52083
 29-Nov 12:30 Host-fd: Generate VSS snapshots. Driver=VSS Vista, 
 Drive(s)=C
 29-Nov 12:30 VM-sd JobId 1168: Job write elapsed time = 00:00:36, 
 Transfer rate = 7.099 K bytes/second
 29-Nov 12:30 VM-dir JobId 1168: Bacula VM-dir 2.2.6 (10Nov07): 
 29-Nov-2007 12:30:45
Build OS:   i686-suse-linux-gnu suse 10.3
JobId:  1168
Job:Host.2007-11-29_12.30.16
Backup Level:   Full
Client: Host-fd 2.1.22 (26Jun07) 
 Linux,Cross-compile,Win32
FileSet:HostFS 2007-11-13 22:15:00
Pool:  

[Bacula-users] Bacula and Windows XP client: dir/file names with spec. chars (unicode?)

2007-11-27 Thread Balogh Ferenc vision
Hello all,

First of all please excuse for my english, i'm hungarian.

I have just installed Bacula 2.2.6 from source to a Slackware 12 system. 
I successfully configured the main program, the two web interfaces and 
after all installed the win32 exe for a target computer. I configured 
everything for a quick test, and it's worked fine. The Director can 
connect to the FileDaemon over the network and it saved the test 
directory and also I can restore the files.

Next, I tried to set up the final config for the client so I set the 
directories and files, and wanted to take a test before the finish (and 
before I set up the schedule dates and times).

After I started the FULL BACKUP from the bconsole the client started to 
work (seeked the floppy drive??? --- in the config i successfully set up 
the directories with path information like c:/backup_this, and no link 
for floppy --- i think it was the VSS), the tray icon of the client 
changed to yellow and the hint for it was something like the last job 
has warnings. Without any other detailed error messages I decided to 
run the client with the debug option (bacula-fd.exe -d 100 out), and 
started the job from the bconsole (from the slackware). After it 
finished (so did nothing) I opened the log file (bacula-fd.trace i 
think) and saw that the problem is around the special characters on my 
filesystem. I'm using windows xp (pro sp2) hungarian version with 
filesystem NTFS, and I have directories and files with special 
characters like
   Képek   (which means Pictures).
Hungarian special characters (accents) is like á Á é É ő Ő etc.
(Sorry if your system can't display it...)

In the trace log the special characters are O.K. (I see that Bacula 
Director send it right, and the VSS try to open it --- but can't).

What I don't know: is it Bacula (Win32 Client) problem, VSS / WinXP 
problem or a Slackware linux - Utf8 problem?

I tried without VSS (Enable VSS = off) -- same problem.
Tried without any extra options (signature, compression, etc) -- same 
problem.

I think I have successfully set up my linux system to UTF8 (locale shows 
en_EN.UTF-8 for every environment variable).

Oh and I did a little test. Opened my bacula-fd (trace) log file on my 
winxp client and copied the directory name (with accents) to the 
clipboard, then inserted it to the winxp command line. The characters 
was O.K., so I think the Director send the characters to the Client in 
the right form, without any changes or conversion. The configuration 
files are saved in utf8.

If I try to backup a directory with no special characters that's okay 
anytime, after I change it back to the accented name then the error occurs.

And this is the case with the special filenames, too:
I created a directory named testbackup on my windows machine. Copied 
two files in it:
- a simple, english named one like test_file.txt
- a hungarian named one like ékezetes_fájl.txt

The backup completed (!!!) but when I listed the saved files in the 
bconsole, I saw the hungarian named file with wrong characters! (like 
when you have no utf8 enabled in your browser and open an unicode-only 
page...)

Summary:

Bacula 2.2.6
Director on Slackware 12 linux (filesystem ext3, utf8 configured /i think/)
FileDaemon on Windows XP Pro SP2 (filesystem ntfs, hungarian version)
Config O.K.
Test O.K.
Problem with special (hungarian) characters like accents
I think the director successfully send the special characters to the client.

What should I do now?

Thanks for your help and advices,
Ferenc Balogh

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Windows Disaster Recovery with Bacula

2007-09-08 Thread James Harper
 Windows Disaster Recovery with Bacula - how one guy did it
 
 http://paulspontifications.blogspot.com/2007/09/windows-disaster-
 recovery-with-bacula.html
 
 or http://tinyurl.com/yu2kts
 

I've done it that way before too, but building BartPE can be a real
PITA. The big advantage of the BartPE way though is that you can 'Just
Restore' and everything works (I don't know why that guy had so much
trouble, I just did a straightforward restore when I tried it).

The ASR method has the advantage that it automagically sets up your
partitions for you, which is great if you are restoring to the exact
same hardware, but a pain if you want to restore to a larger disk (I'm
in the middle of doing this right now). The ASR.SIF file format is a
little tricky to modify.

James


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula and Windows Vista

2007-06-21 Thread Kern Sibbald
Hello,

Recently, I bought a Windows Vista laptop ($$$ -- hint), so that I could test 
the Bacula FD on it. First a few comments on Vista:

Good things (at least for users):
1. It has nice looking graphics
2. It has a lot of features
3. They sure are packing a lot of 3rd party software into their kernel
(e.g. virus checkers, disk repartitioners, encrypted folders,
automatic file backup, ...).  I wouldn't want to be 
an independent Windows utility software vendor.
4. You right click on many menu items to get a lot more functionality.
5. They have installed the software in a much more reasonable set of
directory names (shorter and no spaces).  If I am not mistaken, most
the old XP directory names are there too (sort of -- see below).


Not so good things:
1. It is pretty big pig -- it squats in 500MB of memory, uses about 60GB of
disk, and it took over an hour to boot up the first time, and quite a long
time the second time; after defragging the disk, it boots in a reasonable
time.
2. Although the new directory structure has more reasonable directory names
   (shorter and no spaces), they have provided junctions to the old names
   for compatibility. Unfortunately few third party programs such
   as Bacula know about junctions, so they get confused, and typically
   this manifests itself as references to files/directories that do not seem
   to exist ...
3. VSS (Volume shadow copy) is not compatible with the older
code used by Bacula.
4. System services can no longer interact with the desktop, which means that
the Bacula tray monitor does not work.
5. There are a number new levels of security, which means that after
installing Bacula,  you cannot edit the conf files without explicitly
finding the right dialog and changing your permissions on the files.  
6. Due to junctions not being really downward compatible, the Bacula menu
links to the conf files complain that the file does not exist.  By the
way, junctions have been around for a while, but were apparently never
used in a default install.  However, on Vista, there are a lot of
junctions in the default install.
7. The new hard disk is 100GB the pre-loaded software uses 36GB.
8. Due to the need for swap space (2GB RAM) and snapshot space, the largest
   size available to load Linux along side of Vista is 28GB  -- i.e. as
   mentioned above, the system needs 60 GB of disk, and this is a virgin
   system (with the Bacula FD loaded).

So where are we with Bacula:
1. After 6 hours of upgrades to my WinXP system (62 SP1 updates, then SP 2,
   then install .NET Framework, then install Windows SDK, perhaps I will have
   the new VSS code loaded, 
2.  *perhaps* as their documentation claims, it is now a simple recompile with
   new header files (I doubt it very much).
3. Junctions are another story, and I have no idea how much work that is
   going to be.
4. Even if the new VSS works, it will only work on WinXP, Windows server 2003,
   and Vista, which means that in VSS mode, it is unlikely that the Bacula FD
   will support older systems (Win98, WinMe, WinNT, ...) as it currently does.
5. Time estimate: since I'm not getting paid for this: none.

Best regards,

Kern




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows Vista

2007-06-21 Thread Mike Hanby
I've done some testing on my own Vista system, I posted previously, but
here's a short recap followed by the results after some tweaking.

1. Using my FileSet that I had defined for my XP system, my full backup
would end up over 300GB's, when the Vista drive only had 100GB's on it.

2. I'd see a bunch of errors such as:
Could not open directory C:/Documents and
Settings/joeshmo/AppData/Local/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/Application
Data/Application Data/Application Data/Application Data/History: ERR=The
name of the file cannot be resolved by the system.

3. I added the following to my FileSet definition for my Vista box to
exclude the junctions from the backup:
  Exclude {
  File = C:/MSOCache
  File = C:/*.TMP
  File = C:/ProgramData/Application Data*
  File = C:/ProgramData/Desktop
  File = C:/ProgramData/Favorites
  File = C:/ProgramData/Start Menu
  File = C:/ProgramData/Templates
  File = C:/$*
  File = C:/Users/All Users
  File = C:/Users/Default User
  File = C:/Users/*/Application Data
  File = C:/Users/*/Cookies
  File = C:/Users/*/NetHood
  File = C:/Users/*/PrintHood
  File = C:/Users/*/Recent
  File = C:/Users/*/SendTo
  File = C:/Users/*/Start Menu
  File = C:/Users/*/Templates
  File = C:/Users/*/Local Settings
  File = C:/Users/*/My Documents
  File = C:/Documents and Settings
  }

Results: After adding the exclusions for the junctions, my backup completed
and used up 56GB's worth of hard drive space (as opposed to over 300GB's
without the exclusions).

I'll attempt to restore some data from that backup tonight to see if
recovery functions, but at least the backups are now the size I would
expect.

I suppose the only downside of this is, if I restore, none of the junctions
will be recreated.

Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kern
Sibbald
Sent: Thursday, June 21, 2007 04:50
To: bacula-users
Cc: bacula-devel
Subject: [Bacula-users] Bacula and Windows Vista

Hello,

Recently, I bought a Windows Vista laptop ($$$ -- hint), so that I could
test 
the Bacula FD on it. First a few comments on Vista:

Good things (at least for users):
1. It has nice looking graphics
2. It has a lot of features
3. They sure are packing a lot of 3rd party software into their kernel
(e.g. virus checkers, disk repartitioners, encrypted folders,
automatic file backup, ...).  I wouldn't want to be 
an independent Windows utility software vendor.
4. You right click on many menu items to get a lot more functionality.
5. They have installed the software in a much more reasonable set of
directory names (shorter and no spaces).  If I am not mistaken, most
the old XP directory names are there too (sort of -- see below).


Not so good things:
1. It is pretty big pig -- it squats in 500MB of memory, uses about 60GB of
disk, and it took over an hour to boot up the first time, and quite a
long
time the second time; after defragging the disk, it boots in a
reasonable
time.
2. Although the new directory structure has more reasonable directory names
   (shorter and no spaces), they have provided junctions to the old names
   for compatibility. Unfortunately few third party programs such
   as Bacula know about junctions, so they get confused, and typically
   this manifests itself as references to files/directories that do not seem
   to exist ...
3. VSS (Volume shadow copy) is not compatible with the older
code used by Bacula.
4. System services can no longer interact with the desktop, which means that
the Bacula tray monitor does not work.
5. There are a number new levels of security, which means that after
installing Bacula,  you cannot edit the conf files without explicitly
finding the right dialog and changing your permissions on the files.  
6. Due to junctions not being really downward compatible, the Bacula menu
links to the conf files complain that the file does not exist.  By the
way, junctions have been around for a while, but were apparently never
used in a default install.  However, on Vista, there are a lot of
junctions in the default install.
7. The new hard disk is 100GB the pre-loaded software uses 36GB.
8. Due to the need for swap space (2GB RAM) and snapshot space, the largest
   size available to load Linux along side of Vista is 28GB  -- i.e. as
   mentioned above, the system needs 60 GB of disk, and this is a virgin
   system (with the Bacula FD loaded).

So where are we with Bacula:
1. After 6 hours of upgrades to my WinXP system (62 SP1 updates, then SP 2,
   then install .NET

Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Silver Salonen
On Monday 09 April 2007, Maciej Piechotka wrote:
 I backup C:\Document  Settings by bacula. After some time I format
 Windows partition by accident. I reinstall Windows and I've tried to
 recover buckup.
 1. It produce a lot of errors warning: Permission of xyz was not
 changed because file do not exist or something like that. What's
 wrong? Everything except this is OK.
 2. Few profiles restored are partially ok - everything in it seems ok
 but windows creates new profile (in form USERNAME.HOSTNAME). What's
 going on?
 
 Regards

About 2.

If Windows detects user's folder that is not created by Windows itself (e.g. 
some ID is wrong somewhere), it creates another folder in 
form username.domain or smth. If you want your user's folder to be in form 
of username, I suggest you rename the restored folder into smth 
like username.bak, let Windows create appropriate folder and then copy all 
the restored files-folders into the new folder.

Silver

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
 On Monday 09 April 2007, Maciej Piechotka wrote:
  I backup C:\Document  Settings by bacula. After some time I format
  Windows partition by accident. I reinstall Windows and I've tried to
  recover buckup.
  1. It produce a lot of errors warning: Permission of xyz was not
  changed because file do not exist or something like that. What's
  wrong? Everything except this is OK.
  2. Few profiles restored are partially ok - everything in it seems ok
  but windows creates new profile (in form USERNAME.HOSTNAME). What's
  going on?
 
  Regards

 About 2.

 If Windows detects user's folder that is not created by Windows itself (e.g.
 some ID is wrong somewhere), it creates another folder in
 form username.domain or smth. If you want your user's folder to be in form
 of username, I suggest you rename the restored folder into smth
 like username.bak, let Windows create appropriate folder and then copy all
 the restored files-folders into the new folder.

 Silver


Thanks - it works.However the desktop background do not work, but it's
not a big problem.
I wish I come back to unix-based system as soon as possible...

Thank you

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
On 4/10/07, Maciej Piechotka [EMAIL PROTECTED] wrote:
 On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
  On Monday 09 April 2007, Maciej Piechotka wrote:
   I backup C:\Document  Settings by bacula. After some time I format
   Windows partition by accident. I reinstall Windows and I've tried to
   recover buckup.
   1. It produce a lot of errors warning: Permission of xyz was not
   changed because file do not exist or something like that. What's
   wrong? Everything except this is OK.
   2. Few profiles restored are partially ok - everything in it seems ok
   but windows creates new profile (in form USERNAME.HOSTNAME). What's
   going on?
  
   Regards
 
  About 2.
 
  If Windows detects user's folder that is not created by Windows itself (e.g.
  some ID is wrong somewhere), it creates another folder in
  form username.domain or smth. If you want your user's folder to be in form
  of username, I suggest you rename the restored folder into smth
  like username.bak, let Windows create appropriate folder and then copy all
  the restored files-folders into the new folder.
 
  Silver
 

 Thanks - it works.However the desktop background do not work, but it's
 not a big problem.
 I wish I come back to unix-based system as soon as possible...

 Thank you


Sorry - the interface settings are completly forgotten after each logout. .

Regards

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Silver Salonen
On Tuesday 10 April 2007, Maciej Piechotka wrote:
 On 4/10/07, Maciej Piechotka [EMAIL PROTECTED] wrote:
  On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
   On Monday 09 April 2007, Maciej Piechotka wrote:
I backup C:\Document  Settings by bacula. After some time I format
Windows partition by accident. I reinstall Windows and I've tried to
recover buckup.
1. It produce a lot of errors warning: Permission of xyz was not
changed because file do not exist or something like that. What's
wrong? Everything except this is OK.
2. Few profiles restored are partially ok - everything in it seems ok
but windows creates new profile (in form USERNAME.HOSTNAME). What's
going on?
   
Regards
  
   About 2.
  
   If Windows detects user's folder that is not created by Windows itself 
(e.g.
   some ID is wrong somewhere), it creates another folder in
   form username.domain or smth. If you want your user's folder to be in 
form
   of username, I suggest you rename the restored folder into smth
   like username.bak, let Windows create appropriate folder and then copy 
all
   the restored files-folders into the new folder.
  
   Silver
  
 
  Thanks - it works.However the desktop background do not work, but it's
  not a big problem.
  I wish I come back to unix-based system as soon as possible...
 
  Thank you
 
 
 Sorry - the interface settings are completly forgotten after each logout. .

Well, I guess you still have to overlook the restored folder's access 
permissions - change the owner of the folder and apply it recursively etc.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Silver Salonen
On Tuesday 10 April 2007, Maciej Piechotka wrote:
 On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
  On Tuesday 10 April 2007, Maciej Piechotka wrote:
   On 4/10/07, Maciej Piechotka [EMAIL PROTECTED] wrote:
On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
 On Monday 09 April 2007, Maciej Piechotka wrote:
  I backup C:\Document  Settings by bacula. After some time I 
format
  Windows partition by accident. I reinstall Windows and I've tried 
to
  recover buckup.
  1. It produce a lot of errors warning: Permission of xyz was not
  changed because file do not exist or something like that. What's
  wrong? Everything except this is OK.
  2. Few profiles restored are partially ok - everything in it seems 
ok
  but windows creates new profile (in form USERNAME.HOSTNAME). 
What's
  going on?
 
  Regards

 About 2.

 If Windows detects user's folder that is not created by Windows 
itself
  (e.g.
 some ID is wrong somewhere), it creates another folder in
 form username.domain or smth. If you want your user's folder to be 
in
  form
 of username, I suggest you rename the restored folder into smth
 like username.bak, let Windows create appropriate folder and then 
copy
  all
 the restored files-folders into the new folder.

 Silver

   
Thanks - it works.However the desktop background do not work, but it's
not a big problem.
I wish I come back to unix-based system as soon as possible...
   
Thank you
   
  
   Sorry - the interface settings are completly forgotten after each 
logout. .
 
  Well, I guess you still have to overlook the restored folder's access
  permissions - change the owner of the folder and apply it recursively etc.
 
 
 Yes - of course - but Windows not connected to domain have not such
 possibility (according to microsoft.com) I'll try to phone to MS
 Support but I'd be most grateful if you find something.
 
 Regards

What do you mean? If you check for folder's security, you can add/remove local 
users there for every kind of access permissions. I'm just checking Windows 
2000 and there's option: Security - Advanced - Owner - Replace owner on 
subcontainers and objects. I would try playing with it :)

Silver

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Silver Salonen
On Tuesday 10 April 2007, Maciej Piechotka wrote:
 On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
  On Tuesday 10 April 2007, Maciej Piechotka wrote:
   On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
On Tuesday 10 April 2007, Maciej Piechotka wrote:
 On 4/10/07, Maciej Piechotka [EMAIL PROTECTED] wrote:
  On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
   On Monday 09 April 2007, Maciej Piechotka wrote:
I backup C:\Document  Settings by bacula. After some time I
  format
Windows partition by accident. I reinstall Windows and I've 
tried
  to
recover buckup.
1. It produce a lot of errors warning: Permission of xyz was 
not
changed because file do not exist or something like that. 
What's
wrong? Everything except this is OK.
2. Few profiles restored are partially ok - everything in it 
seems
  ok
but windows creates new profile (in form USERNAME.HOSTNAME).
  What's
going on?
   
Regards
  
   About 2.
  
   If Windows detects user's folder that is not created by Windows
  itself
(e.g.
   some ID is wrong somewhere), it creates another folder in
   form username.domain or smth. If you want your user's folder 
to be
  in
form
   of username, I suggest you rename the restored folder into 
smth
   like username.bak, let Windows create appropriate folder and 
then
  copy
all
   the restored files-folders into the new folder.
  
   Silver
  
 
  Thanks - it works.However the desktop background do not work, but 
it's
  not a big problem.
  I wish I come back to unix-based system as soon as possible...
 
  Thank you
 

 Sorry - the interface settings are completly forgotten after each
  logout. .
   
Well, I guess you still have to overlook the restored folder's access
permissions - change the owner of the folder and apply it recursively 
etc.
   
  
   Yes - of course - but Windows not connected to domain have not such
   possibility (according to microsoft.com) I'll try to phone to MS
   Support but I'd be most grateful if you find something.
  
   Regards
 
  What do you mean? If you check for folder's security, you can add/remove 
local
  users there for every kind of access permissions. I'm just checking 
Windows
  2000 and there's option: Security - Advanced - Owner - Replace owner on
  subcontainers and objects. I would try playing with it :)
 
  Silver
 
 
 In XP only if it's attached to domain. I found dos command - but the
 result is still the same.

Have you disabled simple file sharing from folder options? Also, I hope 
you're not using FAT32 ;)

PS. why don't you reply to the list also?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
 On Tuesday 10 April 2007, Maciej Piechotka wrote:
  On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
   On Tuesday 10 April 2007, Maciej Piechotka wrote:
On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
 On Tuesday 10 April 2007, Maciej Piechotka wrote:
  On 4/10/07, Maciej Piechotka [EMAIL PROTECTED] wrote:
   On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
On Monday 09 April 2007, Maciej Piechotka wrote:
 I backup C:\Document  Settings by bacula. After some time I
   format
 Windows partition by accident. I reinstall Windows and I've
 tried
   to
 recover buckup.
 1. It produce a lot of errors warning: Permission of xyz was
 not
 changed because file do not exist or something like that.
 What's
 wrong? Everything except this is OK.
 2. Few profiles restored are partially ok - everything in it
 seems
   ok
 but windows creates new profile (in form USERNAME.HOSTNAME).
   What's
 going on?

 Regards
   
About 2.
   
If Windows detects user's folder that is not created by Windows
   itself
 (e.g.
some ID is wrong somewhere), it creates another folder in
form username.domain or smth. If you want your user's folder
 to be
   in
 form
of username, I suggest you rename the restored folder into
 smth
like username.bak, let Windows create appropriate folder and
 then
   copy
 all
the restored files-folders into the new folder.
   
Silver
   
  
   Thanks - it works.However the desktop background do not work, but
 it's
   not a big problem.
   I wish I come back to unix-based system as soon as possible...
  
   Thank you
  
 
  Sorry - the interface settings are completly forgotten after each
   logout. .

 Well, I guess you still have to overlook the restored folder's access
 permissions - change the owner of the folder and apply it recursively
 etc.

   
Yes - of course - but Windows not connected to domain have not such
possibility (according to microsoft.com) I'll try to phone to MS
Support but I'd be most grateful if you find something.
   
Regards
  
   What do you mean? If you check for folder's security, you can add/remove
 local
   users there for every kind of access permissions. I'm just checking
 Windows
   2000 and there's option: Security - Advanced - Owner - Replace owner on
   subcontainers and objects. I would try playing with it :)
  
   Silver
  
 
  In XP only if it's attached to domain. I found dos command - but the
  result is still the same.

 Have you disabled simple file sharing from folder options? Also, I hope
 you're not using FAT32 ;)


Thanks. However to few files even super users have no access...
The UID's changed after reinstallation of Windows and few users who do
not exist have full controll over them.

 PS. why don't you reply to the list also?


I click on Reply instead of Reply to all

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
 Thanks. However to few files even super users have no access...
 The UID's changed after reinstallation of Windows and few users who do
 not exist have full controll over them.


Even in such case it didn't help.Even for owner all setting is
forgotten. Is it possible to recover data withoou setting permissions?

Regards

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Joseph S. Rizzari
Maciej Piechotka wrote:
 On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
 On Tuesday 10 April 2007, Maciej Piechotka wrote:
 On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
 On Tuesday 10 April 2007, Maciej Piechotka wrote:
 On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
 On Tuesday 10 April 2007, Maciej Piechotka wrote:
 On 4/10/07, Maciej Piechotka [EMAIL PROTECTED] wrote:
 On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
 On Monday 09 April 2007, Maciej Piechotka wrote:
 I backup C:\Document  Settings by bacula. After some time I
 format
 Windows partition by accident. I reinstall Windows and I've
 tried
 to
 recover buckup.
 1. It produce a lot of errors warning: Permission of xyz was
 not
 changed because file do not exist or something like that.
 What's
 wrong? Everything except this is OK.
 2. Few profiles restored are partially ok - everything in it
 seems
 ok
 but windows creates new profile (in form USERNAME.HOSTNAME).
 What's
 going on?

 Regards
 About 2.

 If Windows detects user's folder that is not created by Windows
 itself
 (e.g.
 some ID is wrong somewhere), it creates another folder in
 form username.domain or smth. If you want your user's folder
 to be
 in
 form
 of username, I suggest you rename the restored folder into
 smth
 like username.bak, let Windows create appropriate folder and
 then
 copy
 all
 the restored files-folders into the new folder.

 Silver


Not sure if this will help the situation, but when I back up Windows 
systems using Bacula I also backup the system state by using the `client 
run before job' command in bacula-dir.conf.

Mine is formatted as follows in bacula-dir.conf:

Client Run Before Job =
\c:/Program Files/bacula/bin/systemstate.bat\

All in one line of course.  On the client machine I have a bat file 
which says:

start /wait ntbackup backup systemstate /F c:\systemstate.bkf
exit 0

When I do a complete restore, I log in as Administrator and then use 
ntbackup to restore the system state as it was.  Afterwards I can log in 
using the user account (no USERNAME.DOMAIN folders are created) and it 
was exactly as it was before.  I never have to mess with any permissions 
at all.  Hope that helps.

 Thanks - it works.However the desktop background do not work, but
 it's
 not a big problem.
 I wish I come back to unix-based system as soon as possible...

 Thank you

 Sorry - the interface settings are completly forgotten after each
 logout. .
 Well, I guess you still have to overlook the restored folder's access
 permissions - change the owner of the folder and apply it recursively
 etc.
 Yes - of course - but Windows not connected to domain have not such
 possibility (according to microsoft.com) I'll try to phone to MS
 Support but I'd be most grateful if you find something.

 Regards
 What do you mean? If you check for folder's security, you can add/remove
 local
 users there for every kind of access permissions. I'm just checking
 Windows
 2000 and there's option: Security - Advanced - Owner - Replace owner on
 subcontainers and objects. I would try playing with it :)

 Silver

 In XP only if it's attached to domain. I found dos command - but the
 result is still the same.
 Have you disabled simple file sharing from folder options? Also, I hope
 you're not using FAT32 ;)

 
 Thanks. However to few files even super users have no access...
 The UID's changed after reinstallation of Windows and few users who do
 not exist have full controll over them.
 
 PS. why don't you reply to the list also?

 
 I click on Reply instead of Reply to all
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 


-- 
Joseph S. Rizzari
Lincoln Laboratory
Massachusetts Institute of Technology
244 Wood Street
Lexington, MA 02420-9108
Phone +1.781.981.4277

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Kern Sibbald
On Tuesday 10 April 2007 16:29, Joseph S. Rizzari wrote:
 Maciej Piechotka wrote:
  On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
  On Tuesday 10 April 2007, Maciej Piechotka wrote:
  On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
  On Tuesday 10 April 2007, Maciej Piechotka wrote:
  On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
  On Tuesday 10 April 2007, Maciej Piechotka wrote:
  On 4/10/07, Maciej Piechotka [EMAIL PROTECTED] wrote:
  On 4/10/07, Silver Salonen [EMAIL PROTECTED] wrote:
  On Monday 09 April 2007, Maciej Piechotka wrote:
  I backup C:\Document  Settings by bacula. After some time I
  format
  Windows partition by accident. I reinstall Windows and I've
  tried
  to
  recover buckup.
  1. It produce a lot of errors warning: Permission of xyz was
  not
  changed because file do not exist or something like that.
  What's
  wrong? Everything except this is OK.
  2. Few profiles restored are partially ok - everything in it
  seems
  ok
  but windows creates new profile (in form USERNAME.HOSTNAME).
  What's
  going on?
 
  Regards
  About 2.
 
  If Windows detects user's folder that is not created by Windows
  itself
  (e.g.
  some ID is wrong somewhere), it creates another folder in
  form username.domain or smth. If you want your user's folder
  to be
  in
  form
  of username, I suggest you rename the restored folder into
  smth
  like username.bak, let Windows create appropriate folder and
  then
  copy
  all
  the restored files-folders into the new folder.
 
  Silver
 
 
 Not sure if this will help the situation, but when I back up Windows 
 systems using Bacula I also backup the system state by using the `client 
 run before job' command in bacula-dir.conf.
 
 Mine is formatted as follows in bacula-dir.conf:
 
 Client Run Before Job =
 \c:/Program Files/bacula/bin/systemstate.bat\
 
 All in one line of course.  On the client machine I have a bat file 
 which says:
 
 start /wait ntbackup backup systemstate /F c:\systemstate.bkf
 exit 0
 
 When I do a complete restore, I log in as Administrator and then use 
 ntbackup to restore the system state as it was.  Afterwards I can log in 
 using the user account (no USERNAME.DOMAIN folders are created) and it 
 was exactly as it was before.  I never have to mess with any permissions 
 at all.  Hope that helps.

This procedure or at least something very close is described in the Rescue 
chapter of the manual.  The Win32 chapter of the manual also mentions it.

 
  Thanks - it works.However the desktop background do not work, but
  it's
  not a big problem.
  I wish I come back to unix-based system as soon as possible...
 
  Thank you
 
  Sorry - the interface settings are completly forgotten after each
  logout. .
  Well, I guess you still have to overlook the restored folder's access
  permissions - change the owner of the folder and apply it recursively
  etc.
  Yes - of course - but Windows not connected to domain have not such
  possibility (according to microsoft.com) I'll try to phone to MS
  Support but I'd be most grateful if you find something.
 
  Regards
  What do you mean? If you check for folder's security, you can 
add/remove
  local
  users there for every kind of access permissions. I'm just checking
  Windows
  2000 and there's option: Security - Advanced - Owner - Replace owner 
on
  subcontainers and objects. I would try playing with it :)
 
  Silver
 
  In XP only if it's attached to domain. I found dos command - but the
  result is still the same.
  Have you disabled simple file sharing from folder options? Also, I hope
  you're not using FAT32 ;)
 
  
  Thanks. However to few files even super users have no access...
  The UID's changed after reinstallation of Windows and few users who do
  not exist have full controll over them.
  
  PS. why don't you reply to the list also?
 
  
  I click on Reply instead of Reply to all
  
  -
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share 
your
  opinions on IT  business topics through brief surveys-and earn cash
  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
  
 
 
 -- 
 Joseph S. Rizzari
 Lincoln Laboratory
 Massachusetts Institute of Technology
 244 Wood Street
 Lexington, MA 02420-9108
 Phone +1.781.981.4277
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing 

Re: [Bacula-users] Bacula and Windows

2007-04-10 Thread Maciej Piechotka
I know - but it's a little too late know. I hope I nearly solved the problem.

Thank you very much.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula in Windows XP

2006-12-27 Thread Rogerio
I´m testing Bacula in a Windows XP, when a run job i have the following
error:

 

Job started. JobId=10

27-Dec 12:01 Debian-dir: No prior Full backup Job record found.

27-Dec 12:01 Debian-dir: No prior or suitable Full backup found. Doing FULL
backup.

27-Dec 12:01 Debian-dir: Start Backup JobId 10,
Job=Suporte.2006-12-27_12.01.07

27-Dec 15:01 suporte-fd: Suporte.2006-12-27_12.01.07 Fatal error: Failed to
connect to Storage daemon: Debian:9103

27-Dec 15:01 suporte-fd: Suporte.2006-12-27_12.01.07 Error:
c:\cygwin\home\kern\bacula\k\src\win32\lib\../../lib/bnet.c:768
gethostbyname() for host Debian failed: ERR=Authoritative answer for host
not found.

27-Dec 12:01 Debian-dir: Suporte.2006-12-27_12.01.07 Fatal error: Socket
error from Filed on Storage command: ERR=No data available

27-Dec 12:01 Debian-dir: Suporte.2006-12-27_12.01.07 Error: Bacula 1.36.2
(28Feb05): 27-Dec-2006 12:01:13

  JobId:  10

  Job:Suporte.2006-12-27_12.01.07

  Backup Level:   Full (upgraded from Incremental)

  Client: suporte-fd

  FileSet:Suporte 2006-12-27 11:46:42

  Pool:   Default

  Storage:File

  Start time: 27-Dec-2006 12:01:09

  End time:   27-Dec-2006 12:01:13

  FD Files Written:   0

  SD Files Written:   0

  FD Bytes Written:   0

  SD Bytes Written:   0

  Rate:   0.0 KB/s

  Software Compression:   None

  Volume name(s): 

  Volume Session Id:  4

  Volume Session Time:1167227172

  Last Volume Bytes:  0

  Non-fatal FD errors:0

  SD Errors:  0

  FD termination status:  

  SD termination status:  Waiting on FD

  Termination:*** Backup Error ***

 

Any help???

 

Thanks,

Rogerio

 

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula in Windows XP

2006-12-27 Thread Bill Moran
In response to Rogerio [EMAIL PROTECTED]:

 I´m testing Bacula in a Windows XP, when a run job i have the following
 error:
 
 Job started. JobId=10
 
 27-Dec 12:01 Debian-dir: No prior Full backup Job record found.
 
 27-Dec 12:01 Debian-dir: No prior or suitable Full backup found. Doing FULL
 backup.
 
 27-Dec 12:01 Debian-dir: Start Backup JobId 10,
 Job=Suporte.2006-12-27_12.01.07
 
 27-Dec 15:01 suporte-fd: Suporte.2006-12-27_12.01.07 Fatal error: Failed to
 connect to Storage daemon: Debian:9103
 
 27-Dec 15:01 suporte-fd: Suporte.2006-12-27_12.01.07 Error:
 c:\cygwin\home\kern\bacula\k\src\win32\lib\../../lib/bnet.c:768
 gethostbyname() for host Debian failed: ERR=Authoritative answer for host
 not found.
 
 27-Dec 12:01 Debian-dir: Suporte.2006-12-27_12.01.07 Fatal error: Socket
 error from Filed on Storage command: ERR=No data available
 
 27-Dec 12:01 Debian-dir: Suporte.2006-12-27_12.01.07 Error: Bacula 1.36.2
 (28Feb05): 27-Dec-2006 12:01:13
 
   JobId:  10
 
   Job:Suporte.2006-12-27_12.01.07
 
   Backup Level:   Full (upgraded from Incremental)
 
   Client: suporte-fd
 
   FileSet:Suporte 2006-12-27 11:46:42
 
   Pool:   Default
 
   Storage:File
 
   Start time: 27-Dec-2006 12:01:09
 
   End time:   27-Dec-2006 12:01:13
 
   FD Files Written:   0
 
   SD Files Written:   0
 
   FD Bytes Written:   0
 
   SD Bytes Written:   0
 
   Rate:   0.0 KB/s
 
   Software Compression:   None
 
   Volume name(s): 
 
   Volume Session Id:  4
 
   Volume Session Time:1167227172
 
   Last Volume Bytes:  0
 
   Non-fatal FD errors:0
 
   SD Errors:  0
 
   FD termination status:  
 
   SD termination status:  Waiting on FD
 
   Termination:*** Backup Error ***
 
  
 
 Any help???

Yes.  Use host names that actually resolve to IP addresses.

From your error messages, the XP machine is being told to connect to a
Storage Daemon on host debian, but there is no such host in DNS.
Either add the host to DNS, or correct the config so it uses a proper
hostname or IP.

-- 
Bill Moran
Collaborative Fusion Inc.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula under Windows 2003 64 bit.

2006-11-09 Thread Kern Sibbald
On Tuesday 17 October 2006 06:09, Troy Daniels wrote:
 Greetings,
 
 We are looking at introducing 6 new Windows 2003 Enterprise 64 Servers 
 into our business in the not too distant future.
 As the rest of the servers (Mostly Redhat EL3 with a few FreeBSD boxes 
 and a couple of 32 bit Windows servers) are backed up using Bacula we 
 intend to use it on these new beasts as well.
 
 Has anyone had experience running Bacula under 64 bit windows? Are 64 
 bit binaries needed and/or available for Bacula? We'd only need to run 
 File Daemons on the new boxes with backups getting done from our 
 existing Director.
 
 We are currently running 1.38.5 but I'm planning on upgrading to 1.40 
 when it comes out (If I had more time, I'd be upgraded to the latest 
 1.39 Beta version already to help testing it)
 
 Also, if anyone has any information on known limits in the Windows 
 Bacula client (Path lengths, etc) that would be good - one of the other 
 staff here has vague recollections of a maximum path length of 164 
 characters for restores.

In version 1.38.x the maximum Windows total path length is 260 characters. On 
version 1.39.x and above, it should be limited to something like 65K 
characters.

 
 Any and all information appreciated,
 
 Cheers,
 
 
 Troy Daniels
 Systems Administrator
 iTouch Australia (pty) ltd.
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula under Windows 2003 64 bit.

2006-11-09 Thread Robert Nelson
Actually the Path name limit in version 1.39.x and above is 32767.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kern
Sibbald
Sent: Thursday, November 09, 2006 11:18 AM
To: bacula-users@lists.sourceforge.net
Cc: Troy Daniels
Subject: Re: [Bacula-users] Bacula under Windows 2003 64 bit.

On Tuesday 17 October 2006 06:09, Troy Daniels wrote:
 Greetings,
 
 We are looking at introducing 6 new Windows 2003 Enterprise 64 Servers 
 into our business in the not too distant future.
 As the rest of the servers (Mostly Redhat EL3 with a few FreeBSD boxes 
 and a couple of 32 bit Windows servers) are backed up using Bacula we 
 intend to use it on these new beasts as well.
 
 Has anyone had experience running Bacula under 64 bit windows? Are 64 
 bit binaries needed and/or available for Bacula? We'd only need to run 
 File Daemons on the new boxes with backups getting done from our 
 existing Director.
 
 We are currently running 1.38.5 but I'm planning on upgrading to 1.40 
 when it comes out (If I had more time, I'd be upgraded to the latest 
 1.39 Beta version already to help testing it)
 
 Also, if anyone has any information on known limits in the Windows 
 Bacula client (Path lengths, etc) that would be good - one of the other 
 staff here has vague recollections of a maximum path length of 164 
 characters for restores.

In version 1.38.x the maximum Windows total path length is 260 characters.
On 
version 1.39.x and above, it should be limited to something like 65K 
characters.

 
 Any and all information appreciated,
 
 Cheers,
 
 
 Troy Daniels
 Systems Administrator
 iTouch Australia (pty) ltd.
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula under Windows 2003 64 bit.

2006-11-09 Thread Kern Sibbald
On Thursday 09 November 2006 20:37, Robert Nelson wrote:
 Actually the Path name limit in version 1.39.x and above is 32767.

OK, noted -- thanks.

 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kern
 Sibbald
 Sent: Thursday, November 09, 2006 11:18 AM
 To: bacula-users@lists.sourceforge.net
 Cc: Troy Daniels
 Subject: Re: [Bacula-users] Bacula under Windows 2003 64 bit.
 
 On Tuesday 17 October 2006 06:09, Troy Daniels wrote:
  Greetings,
  
  We are looking at introducing 6 new Windows 2003 Enterprise 64 Servers 
  into our business in the not too distant future.
  As the rest of the servers (Mostly Redhat EL3 with a few FreeBSD boxes 
  and a couple of 32 bit Windows servers) are backed up using Bacula we 
  intend to use it on these new beasts as well.
  
  Has anyone had experience running Bacula under 64 bit windows? Are 64 
  bit binaries needed and/or available for Bacula? We'd only need to run 
  File Daemons on the new boxes with backups getting done from our 
  existing Director.
  
  We are currently running 1.38.5 but I'm planning on upgrading to 1.40 
  when it comes out (If I had more time, I'd be upgraded to the latest 
  1.39 Beta version already to help testing it)
  
  Also, if anyone has any information on known limits in the Windows 
  Bacula client (Path lengths, etc) that would be good - one of the other 
  staff here has vague recollections of a maximum path length of 164 
  characters for restores.
 
 In version 1.38.x the maximum Windows total path length is 260 characters.
 On 
 version 1.39.x and above, it should be limited to something like 65K 
 characters.
 
  
  Any and all information appreciated,
  
  Cheers,
  
  
  Troy Daniels
  Systems Administrator
  iTouch Australia (pty) ltd.
  
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
 easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
  
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula under Windows 2003 64 bit.

2006-10-17 Thread Philip W. Dalrymple III
We are using the Bacula FD on one 64 bit Windows Workstation (XP)
we used the same exe as for the 32 bit windows and it works without 
problems.

Troy Daniels wrote:
 Greetings,
 
 We are looking at introducing 6 new Windows 2003 Enterprise 64 Servers 
 into our business in the not too distant future.
 As the rest of the servers (Mostly Redhat EL3 with a few FreeBSD boxes 
 and a couple of 32 bit Windows servers) are backed up using Bacula we 
 intend to use it on these new beasts as well.
 
 Has anyone had experience running Bacula under 64 bit windows? Are 64 
 bit binaries needed and/or available for Bacula? We'd only need to run 
 File Daemons on the new boxes with backups getting done from our 
 existing Director.
 
 We are currently running 1.38.5 but I'm planning on upgrading to 1.40 
 when it comes out (If I had more time, I'd be upgraded to the latest 
 1.39 Beta version already to help testing it)
 
 Also, if anyone has any information on known limits in the Windows 
 Bacula client (Path lengths, etc) that would be good - one of the other 
 staff here has vague recollections of a maximum path length of 164 
 characters for restores.
 
 Any and all information appreciated,
 
 Cheers,
 
 
 Troy Daniels
 Systems Administrator
 iTouch Australia (pty) ltd.
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
It is MDT, Inc's policy to delete mail containing unsolicited
file attachments.  Please be sure to contact the MDT staff
member BEFORE sending an e-mail with any file attachments;
they will be able to arrange for the files to be received.

This email, and any files transmitted with it, is confidential
and intended solely for the use of the individual or entity to
whom they are addressed.  If you have received this email in error,
please advise [EMAIL PROTECTED] mailto:[EMAIL PROTECTED].

Philip W. Dalrymple III [EMAIL PROTECTED]
MDT Software - The Change Management Company
+1 678 297 1001
Fax +1 678 297 1003

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula under Windows 2003 64 bit.

2006-10-16 Thread Troy Daniels
Greetings,

We are looking at introducing 6 new Windows 2003 Enterprise 64 Servers 
into our business in the not too distant future.
As the rest of the servers (Mostly Redhat EL3 with a few FreeBSD boxes 
and a couple of 32 bit Windows servers) are backed up using Bacula we 
intend to use it on these new beasts as well.

Has anyone had experience running Bacula under 64 bit windows? Are 64 
bit binaries needed and/or available for Bacula? We'd only need to run 
File Daemons on the new boxes with backups getting done from our 
existing Director.

We are currently running 1.38.5 but I'm planning on upgrading to 1.40 
when it comes out (If I had more time, I'd be upgraded to the latest 
1.39 Beta version already to help testing it)

Also, if anyone has any information on known limits in the Windows 
Bacula client (Path lengths, etc) that would be good - one of the other 
staff here has vague recollections of a maximum path length of 164 
characters for restores.

Any and all information appreciated,

Cheers,


Troy Daniels
Systems Administrator
iTouch Australia (pty) ltd.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users