Bacula-users

[Bacula-users] Fwd: What this message means?

2009-06-01 16:02:02
Subject: [Bacula-users] Fwd: What this message means?
From: John Drescher <drescherjm AT gmail DOT com>
To: bacula-users <Bacula-users AT lists.sourceforge DOT net>
Date: Mon, 1 Jun 2009 15:58:05 -0400
---------- Forwarded message ----------
From: Reynier Perez Mira <rperezm AT uci DOT cu>
Date: Mon, Jun 1, 2009 at 2:59 PM
Subject: RE: [Bacula-users] What this message means?
To: John Drescher <drescherjm AT gmail DOT com>


I don't think so. I haven't any Firewall. I think there is a config
files problem. This is the file under Windows Server (to be backed
up):
# Client (File Services) to backup
Client {
 Name = salvasprod-fd
 Address = 10.128.50.114
 FDPort = 9102
 Catalog = MyCatalog
 Password = "tspwafdM69JheEBJ"      # password for FileDaemon
 File Retention = 1 year            # 1 year
 Job Retention = 1 year             # 1 year
 AutoPrune = yes                    # Prune expired Jobs/Files
}

And this is the config file at Director Server:
#Description: Backup the files include in FS for salvasprod-fd
#-----------------------------------------------------------------
#Job Definition
Job {
 Name = "Copia-SalvasProdFull-FD"
 JobDefs = "DefinicionPorDefectoParaCopias"
 Level = Full
 Client = salvasprod-fd
 FileSet = "Copia-SalvasProd-FS"
 Schedule = "ScheduleFull"
 Write Bootstrap =
"/media/bacula_save/bootstrap_files/Copia-SalvasProdFull-FD.bsr"
 Priority = 5  # Se ejecuta una vez que se haya realizado la salva }

#Client Definition
Client {
 Name = salvasprod-fd
 Address = 10.128.50.114
 FDPort = 9102
 Catalog = MyCatalog
 Password = "sKNtH4g5j6GrC7da"
 File Retention = 1 years
 Job Retention = 1 years
}

# Copia mensual completa a la SAN
Schedule {
 Name = "ScheduleFull"
 Run = Level = Full Pool = Copia-SalvasProd-FullPool 4th sun at 4:00
 Run = Level = Differential Pool = Copia-SalvasProd-DifferentialPool sun at 2:00
 Run = Level = Incremental Pool = Copia-SalvasProd-IncrementalPool
mon-sat at 2:00 }

#Pool Definition
Pool {
 Name = Copia-SalvasProd-FullPool
 Pool Type = Backup
 Recycle = yes
 AutoPrune = yes
 Volume Retention = 1 year
 Recycle Oldest Volume = yes
 Maximum Volume Jobs = 1
 Label Format =  Copia-SalvasProd-Pool-Full-
 Maximum Volumes = 2
}

Pool {
 Name = Copia-SalvasProd-DifferentialPool
 Pool Type = Backup
 Recycle = yes
 AutoPrune = yes
 Volume Retention = 1 year
 Recycle Oldest Volume = yes
 Maximum Volume Jobs = 1
 Label Format =  Copia-SalvasProd-Pool-Differential-
 Maximum Volumes = 2
}

Pool {
 Name = Copia-SalvasProd-IncrementalPool
 Pool Type = Backup
 Recycle = yes
 AutoPrune = yes
 Volume Retention = 1 year
 Recycle Oldest Volume = yes
 Maximum Volume Jobs = 1
 Label Format =  Copia-SalvasProd-Pool-Incremental-
 Maximum Volumes = 2
}

#FileSet Definition
FileSet {
 Name = " Copia-SalvasProd-FS"
 Include {
   Options {
     signature = SHA1
     compression = GZIP9
   }
   File = "E:/Salva IP/PP_UCI_2009"
 }
}

Where is the problem?
Cheers
Ing. Reynier Pérez Mira



-- 
John M. Drescher

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>