Re: [Bacula-users] Windows 7 Client Backup

2011-08-11 Thread sabrina974

Hello,


I have gota server Debian Squeeze 6.0.2, updated.

I’veinstalled mysql-server. Then I’ve installed Bacula, using command
“apt-getinstall”. Installation’s good.

I’ve donesome tests :
- I’veput a debian squeeze client : Backup ok
- SomeWindows Seven clients, on which I’ve put the lastest version
of Bacula.

I’ve gotproblems with the Windows Seven clients.
I’ve got oneclient (PC-inf-03), works properly for save, but unable to start
BAT,and I’ve got this message:
bat:ABORTING due to ERROR in console/console.cpp:155
Failes to connect to SRVTLX01-dir for populateLists.
  

I’ve gotsome errors reported in Windows Events :
Nom de l’application défaillante bat.exe,version : 0.0.0.0, horodatage :
0x4bd743cf
Nom du module défaillant : bacula.dll,version : 0.0.0.0, horodatage :
0x4bd74377
Code d’exception : 0xc005
Décalage d’erreur : 0x00032f45
ID du processus défaillant : 0x16a0
Heure de début de l’applicationdéfaillante : 0x01cc57347e9d42a5
Chemin d’accès de l’applicationdéfaillante : C:\Program Files\Bacula\bat.exe
Chemin d’accès du module défaillant:C:\Program Files\Bacula\bacula.dll
ID de rapport : df66dc12-c327-11e0-af8e-14feb5e22837

The Baculaservice start only manually.

Otherclients :unable to start BAT, unable to start the Bacula service too.
And there’s anerror 1067 when trying to start bacula service.

The ServerBacula : unable to join them.

 
So I wishyou’ll help me.

Thanks alot,

Sabrina


McCann, Brian wrote:
 
 Hi All.  I'm having a hard time finding a solution to this...but I'm sure
 there is one.  When all my desktops were on Windows XP, I used the Client
 Run Before Job command to run ntbackup to make a system state backup to
 grab the registry and all those other goodies.  For the life of me, I
 can't find the equivalent tool on Windows 7.  Has anyone figured this out
 yet?
 
 Thanks!
 --Brian
 
 --
 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
 
 

-- 
View this message in context: 
http://old.nabble.com/Windows-7-Client-Backup-tp27822359p32240928.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows 7 Client Backup

2010-05-11 Thread McCann, Brian
FWIW, I'm just getting back to this...and that command doesn't work on Windows 
7.  Systemstatebackup is only available on Windows Server 2008.

Thanks though,
--Brian

From: Koldo Santisteban [mailto:ksantiste...@gmail.com]
Sent: Tuesday, March 09, 2010 2:34 AM
To: Phil Stracchino
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Windows 7 Client Backup

Ntbackup does not exist on Windows Vista/2008 and 7...
Try using this command Wbadmin start systemstatebackup -backuptarget: PATH

ntbackup is changed with wbadmin, information regarding this command on 
http://technet.microsoft.com/en-us/library/cc770340%28WS.10%29.aspx

I hope this can help you
Regards!!
On Mon, Mar 8, 2010 at 11:13 PM, Phil Stracchino 
ala...@metrocast.netmailto:ala...@metrocast.net wrote:
On 03/08/10 16:55, Thomas Mueller wrote:
 Am Mon, 08 Mar 2010 10:06:24 -0500 schrieb Phil Stracchino:
 On 03/08/10 09:26, McCann, Brian wrote:
 Hi All.  I'm having a hard time finding a solution to this...but I'm
 sure there is one.  When all my desktops were on Windows XP, I used the
 Client Run Before Job command to run ntbackup to make a system state
 backup to grab the registry and all those other goodies.  For the life
 of me, I can't find the equivalent tool on Windows 7.  Has anyone
 figured this out yet?

 It's my understanding that this is no longer necessary if using VSS. Can
 anyone confirm?

 IMHO the system state backup is still needed for a complete recovery.VSS
 itself is just a snapshot method to get a consistent state of files.
Surely by now there has to be some better way to JUST dump and restore
the registry.  This problem has existed ever since ... was it Windows
3.x or Windows 95?


--
 Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
 ala...@caerllewys.netmailto:ala...@caerllewys.net   
ala...@metrocast.netmailto:ala...@metrocast.net   
p...@co.ordinate.orgmailto:p...@co.ordinate.org
Renaissance Man, Unix ronin, Perl hacker, Free Stater
It's not the years, it's the mileage.

--
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.netmailto: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] Windows 7 Client Backup

2010-05-11 Thread Koldo Santisteban
Yes, only on Vista/2008... On Windows 7 i think that the unique solution is
to use Backup and Restore option on control panel, and schedule a backup
of system image...and then save to bacula...That is not very useful. Perhaps
the better way is create a system repair disc and only use bacula to save
user files...
Regards

On Tue, May 11, 2010 at 5:42 PM, McCann, Brian bmcc...@andmore.com wrote:

  FWIW, I’m just getting back to this…and that command doesn’t work on
 Windows 7.  “Systemstatebackup” is only available on Windows Server 2008.



 Thanks though,

 --Brian



 *From:* Koldo Santisteban [mailto:ksantiste...@gmail.com]
 *Sent:* Tuesday, March 09, 2010 2:34 AM
 *To:* Phil Stracchino
 *Cc:* bacula-users@lists.sourceforge.net
 *Subject:* Re: [Bacula-users] Windows 7 Client Backup



 Ntbackup does not exist on Windows Vista/2008 and 7...
 Try using this command *Wbadmin start systemstatebackup -backuptarget:
 PATH*

 ntbackup is changed with wbadmin, information regarding this command on
 http://technet.microsoft.com/en-us/library/cc770340%28WS.10%29.aspx

 I hope this can help you
 Regards!!

 On Mon, Mar 8, 2010 at 11:13 PM, Phil Stracchino ala...@metrocast.net
 wrote:

 On 03/08/10 16:55, Thomas Mueller wrote:
  Am Mon, 08 Mar 2010 10:06:24 -0500 schrieb Phil Stracchino:
  On 03/08/10 09:26, McCann, Brian wrote:
  Hi All.  I'm having a hard time finding a solution to this...but I'm
  sure there is one.  When all my desktops were on Windows XP, I used the
  Client Run Before Job command to run ntbackup to make a system state
  backup to grab the registry and all those other goodies.  For the life
  of me, I can't find the equivalent tool on Windows 7.  Has anyone
  figured this out yet?
 
  It's my understanding that this is no longer necessary if using VSS. Can
  anyone confirm?
 
  IMHO the system state backup is still needed for a complete recovery.VSS
  itself is just a snapshot method to get a consistent state of files.

 Surely by now there has to be some better way to JUST dump and restore
 the registry.  This problem has existed ever since ... was it Windows
 3.x or Windows 95?



 --
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.


 --

 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 mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows 7 Client Backup

2010-03-08 Thread Phil Stracchino
On 03/08/10 09:26, McCann, Brian wrote:
 Hi All.  I'm having a hard time finding a solution to this...but I'm
 sure there is one.  When all my desktops were on Windows XP, I used
 the Client Run Before Job command to run ntbackup to make a system
 state backup to grab the registry and all those other goodies.  For
 the life of me, I can't find the equivalent tool on Windows 7.  Has
 anyone figured this out yet?

It's my understanding that this is no longer necessary if using VSS.
Can anyone confirm?


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
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] Windows 7 Client Backup

2010-03-08 Thread Thomas Mueller
Am Mon, 08 Mar 2010 10:06:24 -0500 schrieb Phil Stracchino:

 On 03/08/10 09:26, McCann, Brian wrote:
 Hi All.  I'm having a hard time finding a solution to this...but I'm
 sure there is one.  When all my desktops were on Windows XP, I used the
 Client Run Before Job command to run ntbackup to make a system state
 backup to grab the registry and all those other goodies.  For the life
 of me, I can't find the equivalent tool on Windows 7.  Has anyone
 figured this out yet?
 
 It's my understanding that this is no longer necessary if using VSS. Can
 anyone confirm?

IMHO the system state backup is still needed for a complete recovery.VSS 
itself is just a snapshot method to get a consistent state of files. 



--
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] Windows 7 Client Backup

2010-03-08 Thread Phil Stracchino
On 03/08/10 16:55, Thomas Mueller wrote:
 Am Mon, 08 Mar 2010 10:06:24 -0500 schrieb Phil Stracchino:
 On 03/08/10 09:26, McCann, Brian wrote:
 Hi All.  I'm having a hard time finding a solution to this...but I'm
 sure there is one.  When all my desktops were on Windows XP, I used the
 Client Run Before Job command to run ntbackup to make a system state
 backup to grab the registry and all those other goodies.  For the life
 of me, I can't find the equivalent tool on Windows 7.  Has anyone
 figured this out yet?

 It's my understanding that this is no longer necessary if using VSS. Can
 anyone confirm?
 
 IMHO the system state backup is still needed for a complete recovery.VSS 
 itself is just a snapshot method to get a consistent state of files. 

Surely by now there has to be some better way to JUST dump and restore
the registry.  This problem has existed ever since ... was it Windows
3.x or Windows 95?


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
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] Windows 7 Client Backup

2010-03-08 Thread Koldo Santisteban
Ntbackup does not exist on Windows Vista/2008 and 7...
Try using this command *Wbadmin start systemstatebackup -backuptarget:
PATH*

ntbackup is changed with wbadmin, information regarding this command on
http://technet.microsoft.com/en-us/library/cc770340%28WS.10%29.aspx

I hope this can help you
Regards!!

On Mon, Mar 8, 2010 at 11:13 PM, Phil Stracchino ala...@metrocast.netwrote:

 On 03/08/10 16:55, Thomas Mueller wrote:
  Am Mon, 08 Mar 2010 10:06:24 -0500 schrieb Phil Stracchino:
  On 03/08/10 09:26, McCann, Brian wrote:
  Hi All.  I'm having a hard time finding a solution to this...but I'm
  sure there is one.  When all my desktops were on Windows XP, I used the
  Client Run Before Job command to run ntbackup to make a system state
  backup to grab the registry and all those other goodies.  For the life
  of me, I can't find the equivalent tool on Windows 7.  Has anyone
  figured this out yet?
 
  It's my understanding that this is no longer necessary if using VSS. Can
  anyone confirm?
 
  IMHO the system state backup is still needed for a complete recovery.VSS
  itself is just a snapshot method to get a consistent state of files.

 Surely by now there has to be some better way to JUST dump and restore
 the registry.  This problem has existed ever since ... was it Windows
 3.x or Windows 95?


 --
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.


 --
 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

--
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