[Bacula-users] webacula 0.3.beta

2007-07-20 Thread Santa Claus

Hi, there!

Webacula - WEb Bacula - simple web interface of a Bacula backup system.

Now, version 0.3.beta rewritten in use Zend Framework 1.0

Source code, screenshots.
Enjoy ;)

http://sourceforge.net/projects/webacula/
http://code.google.com/p/webacula/

---
have a nice day
-
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] Webacula

2007-07-15 Thread Santa Claus
http://code.google.com/p/webacula/

Webacula - WEb Bacula - simple web interface of a Bacula backup system.

-
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


[Bacula-users] copy data between volumes

2007-03-20 Thread Santa Claus
Hi, there

How to copy very important data (period of storage of 5 years) from
one Volume to another. Example, copy data from file Volume to tape
Volume (like Migration) ?

Thanks.

-
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] copy data between volumes

2007-03-20 Thread Santa Claus
Ryan Novosielski wrote:
 http://www.bacula.org/rel-manual/Migration.html

How to _COPY_ (not move!) very important data (period of storage of 5
years) from one Volume to another.

-
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] file count mismatch

2006-07-13 Thread Santa Claus
Hi,I have problem.The same set of files backuped, restored and then again backuped (pseudo migration ;)FIRST :main.dir: Start Backup ...
... FD Files Written: 2,983 SD Files Written: 2,983 FD Bytes Written: 2,269,780,608 (2.269 GB) SD Bytes Written: 2,270,159,980 (2.270 GB)... Non-fatal FD errors: 0
 SD Errors: 0 FD termination status: OK SD termination status: OK Termination: Backup OKSECOND:
main.dir: Start Restore Job .. Files Expected: 2,983 Files Restored: 2,836 Bytes Restored: 13,063,380,491 FD Errors: 0
 FD termination status: OK SD termination status: OK Termination: Restore OK -- warning file count mismatchTHIRD :
main.dir: Start Backup ... Backup Level: Full FD Files Written: 2,983 SD Files Written: 2,983 FD Bytes Written: 2,269,780,608 (2.269 GB) SD Bytes Written: 2,270,159,677 (
2.270 GB) ... Non-fatal FD errors: 0 SD Errors: 0 FD termination status: OK SD termination status: OK Termination: Backup OK
Pay attention to number of the processed files.What is file count mismatch ?Thanks.

-
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] parallel running of jobs

2006-07-04 Thread Santa Claus
Hi,After many tests I have created the necessary configuration for parallel running of jobs.Both tasks for copying, and tasks for restoration.Files of a configuration look below.Pay attention on:
0. See Running Concurrent Jobs chapter of original documentation.1. All priorities are identical (in example, Priority = 10)2. As well as it is described in the documentation simultaneous record and reading from one Storage, are impossible.
Test this configuration:- first run Job : 2: file1-to-pool1- after this complete, run Job : 3: file2-to-pool2- there and then immediately run Job : 1: restore.files
- status dirRunning Jobs:JobId Level Name Status
== 2 Full file2-to-pool2.2006-07-04_14.47.36
 is running 3 restore.files.2006-07-04_14.48.40 is runningToo concerns and to tapes.My environment: FC5, MySQL 5, bacula 
1.38.11-3 (build from src.rpm).- bacula-dir.conf Director { Name = main.dir WorkingDirectory = /arc/temp
 Maximum Concurrent Jobs = 100 ...}Storage { Name = StorageFile1 Device = devFileStorage1 Media Type = File1 Maximum Concurrent Jobs = 100 ...}
Storage { Name = StorageFile2 Device = devFileStorage2 Media Type = File2 Maximum Concurrent Jobs = 100 ...}Job { Name = restore.files Type = Restore
 Client = local.fd FileSet = Full Set Storage = StorageFile1 Pool = pool.test1 Where = /arc/restore Maximum Concurrent Jobs = 100 Priority = 10 Write Bootstrap = /var/bacula/test11.bsr
 RunBeforeJob = /etc/bacula/scripts/restore_before.sh ...}FileSet { Name = Full Set Include { Options { signature = MD5 } File = /tmp
 }}Client { Name = local.fd Catalog = MyCatalog Maximum Concurrent Jobs = 100 ...}Catalog { Name = MyCatalog dbname = bacula; user = bacula; password = 
}Messages { Name = Standard ...}Messages { Name = Daemon ...}Pool { Name = pool.test1 Pool Type = Backup LabelFormat = pool.test1
. ...}Pool { Name = pool.test2 Pool Type = Backup LabelFormat = pool.test2. ...}FileSet { Name = file.set.test1 Include {
 Options { signature = MD5 compression = GZIP } File = /arc/test/1 }}FileSet { Name = file.set.test2 Include { Options {
 signature = MD5 compression = GZIP } File = /arc/test/2 }}Job { Name = file1-to-pool1 Type = Backup Level = Full Client = 
local.fd FileSet = file.set.test1 Storage = StorageFile1 Messages = Standard Pool = pool.test1 Write Bootstrap = /var/bacula/test11.bsr RunBeforeJob = /etc/bacula/scripts/test1_before.sh
 SpoolData = yes Maximum Concurrent Jobs = 100 Priority = 10}Job { Name = file2-to-pool2 Type = Backup Level = Full Client = local.fd
 FileSet = file.set.test2 Storage = StorageFile2 Messages = Standard Pool = pool.test2 Write Bootstrap = /var/bacula/test22.bsr RunBeforeJob = /etc/bacula/scripts/test2_before.sh
 SpoolData = yes Maximum Concurrent Jobs = 100 Priority = 10}Job { Name = file1-to-pool2 Type = Backup Level = Full Client = local.fd
 FileSet = file.set.test1 Storage = StorageFile2 Messages = Standard Pool = pool.test2 Write Bootstrap = /var/bacula/test12.bsri RunBeforeJob = /etc/bacula/scripts/test1_before.sh
 SpoolData = yes Maximum Concurrent Jobs = 100 Priority = 10}Job { Name = file2-to-pool1 Type = Backup Level = Full Client = local.fd
 FileSet = file.set.test2 Storage = StorageFile1 Messages = Standard Pool = pool.test1 Write Bootstrap = /var/bacula/test21.bsr RunBeforeJob = /etc/bacula/scripts/test2_before.sh
 SpoolData = yes Maximum Concurrent Jobs = 100 Priority = 10}- bacula-sd.conf 
Storage { Name = Storage1 WorkingDirectory = /arc/temp Pid Directory = /var/run Maximum Concurrent Jobs = 100 ...}Director { Name = main.dir
 ...}Device { Name = devFileStorage1 Media Type = File1 Archive Device = /arc/dev LabelMedia = yes; Random Access = Yes; AutomaticMount = yes; RemovableMedia = no;
 AlwaysOpen = no; Spool Directory = /arc/spool}Device { Name = devFileStorage2 Media Type = File2 Archive Device = /arc/dev LabelMedia = yes; Random Access = Yes;
 AutomaticMount = yes; RemovableMedia = no; AlwaysOpen = no; Spool Directory = /arc/spool}Messages { Name = Standard director = main.dir = all}
- bacula-fd.conf Director { Name = main.dir ...}FileDaemon { Name = local.fd
 WorkingDirectory = /arc/temp Pid Directory = /var/run Maximum Concurrent Jobs = 100 ...}Messages { Name = Standard director = main.dir = all, !skipped}
- restore_before.sh #!/bin/bashsleep 180exit 0;- test1_before.sh
 #!/bin/bashFLAG_FILE=/arc/test/1/flag1INTERVAL=180if [ -f $FLAG_FILE ]then echo Ok. File found: $FLAG_FILE exit 0else echo Error. File not found: $FLAG_FILE
 echo Sleep: $INTERVAL sleep $INTERVAL exit 0fi- test2_before.sh #!/bin/bash
sleep 180EOF
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated 

Re: [Bacula-users] Parallel restore job

2006-06-28 Thread Santa Claus
Priorities here do not play a role.Storage everywhere different.The system is set up on parallel runs of jobs.
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] How to set in Scheduler resource last day month?

2006-04-19 Thread Santa Claus
How to describe/set in Scheduler resource last day month?
Thanks.
N�HS^�隊X���'���u���ڂ�.���y���*m�x%jx.j���^�קvƩ�X�jب�ȧ��m�ݚ�v��קv�^�+j�Z{az^��h��஋�n���)��{h�����ا�׫�+h�(m�Z��jY�w��ǥrg

[Bacula-users] part 2 Bare-metal recovery Windows 2003 Server (PDC)

2006-02-07 Thread Santa Claus
   *
   * Bare-metal recovery Windows 2003 Server (PDC) *
   *
 Part 2/2
   

06 Feb 2006
(copyleft) Santa Claus
temp99 [mad dog] gmail [dot] com


I apologize for my bad English. Please correct this.

This plan is tested on a real server in test conditions.


(...continue...)


* Error EventID 53258 
In Event Log Application the following error from Microsoft Distributed Transaction Coordinator contains: 
Source: MSDTC
Type: Warning
Category: SVC
Event ID: 53258
Description: MS DTC could not correctly process a DC Promotion/Demotion
event. MS DTC will continue to function and will use the existing
security settings. Error Specifics: %1

Solution: 
- Start equipment Component Services (Start - Programs - Administrative Tools).
- Open section Component Services, having pressed on +.
- Open section Computers, having pressed on +.
- Right cliques on My Computer, also choose Properties, tab MSDTC.
- Press button Security Configuration, in the opened window press OK.
- Further in window My Computer Properties also press OK
- You again will appear in window Component Services
- Right cliques on My Computer, also choose Stop MS DTC, this action
will stop corresponding service (Distributed Transaction Coordinator).
- Again right cliques on My Computer, also choose Start MS DTC, this action will start corresponding service.
- See Event Log Application. Probably it is necessary to reload a server to be convinced, that the problem is solved.


* Error EventID 4404

Event Log Application the following error from Microsoft Distributed Transaction Coordinator contains: 
Source: MSDTC
Type: Error
Category: Tracing Infrastructure
Event ID: 4404
Description: MS DTC Tracing infrastructure: the initialization of the
tracing infrastructure failed. Internal Information: msdtc_trace: File:
d:\srvrtm\com\complus\dtc\dtc\trace\src\tracelib.cpp, Line: 1107,
StartTrace Failed, hr=0x80070070

Solution: 
- Start equipment Component Services (Start - Programs - Administrative Tools).
- Open section Component Services, having pressed on +.
- Open section Computers, having pressed on +.
- Right cliques on My Computer, also choose Properties, tab MSDTC.
- Choose Tracing Options.
- Execute sequence of actions: Stop Session, New Session, Flush Data, OK, and more time OK.
- You again will appear in window Component Services.
- Right cliques on My Computer, also choose Stop MS DTC and дале Start
MS DTC, this action will restart corresponding service (Distributed
Transaction Coordinator).
- Again see Event Log Application to be convinced, that the problem is solved.


* Errors EventID 1058, 1030

In Event Log Application the interconnected errors contain:
Source: Userenv
Type: Error
Event ID: 1058
Description: Windows cannot access the file gpt.ini for GPO CN =
{31B2F340-016D-11D2-945F-00C04FB984F9}, CN=Policies, CN=System,
DC=test, DC=net. The file must be present at the location \\
test.net \sysvol \test.net \Policies \
{31B2F340-016D-11D2-945F-00C04FB984F9} \gpt.ini. (The network
location cannot be reached. For information about network
troubleshooting, see Windows Help.). Group Policy processing aborted.

and

Source: Userenv
Type: Error
Event ID: 1030
Description: Windows cannot query for the list of Group Policy objects.
Check the event log for possible messages previously logged by the
policy engine that describes the reason for this.

Solution: The full description of the decision contains in article
Microsoft #842804 http://support.microsoft.com/?id=842804. Be convinced
that:
- Services Netlogon and DFS are started.
- The Controller of the domain valid reads and applies rules from Domain Controllers Policy.
- The NTFS-rights to common resource Sysvol are established{installed} correctly.
- DNS records on server DNS are correct.
- Useful links for the decision of problems: 
 http://technet.microsoft.com/default.aspx
 http://www.eventid.net/




7. Testing a server after recovery
^^

Enter into system with the rights of Administrator.
Start ping for check of availability of a network.
See all system logs (Control Panel- Administrative Tools-
Computer Management- Event Viewer). At presence of error messages
reload a server, if error messages repeat, before transition to 2nd to
a stage all errors (especially having attribute Type = Error) is
necessary for eliminating situations.
For the further testing it is necessary installed Support Tools (ST).
By means of command (from set Support Tools)

netdom query fsmo 

determine, what computer is the owner (Schema owner, Domain role owner, PDC role, RID pool manager, Infrastructure owner).

Check up availability and correctness of job of a domain name system
(Domain Name System, DNS), executed Netdiag/debug command on a server.
It will check up registration NetBIOS, DNS and services. If it will not
help, familiarize with article Microsoft #265706, DCDiag/NetDiag