]> git.sur5r.net Git - bacula/docs/commitdiff
Add Spanish traslation of the newbsfeatures chapter
authorKern Sibbald <kern@sibbald.com>
Sat, 14 Jan 2012 08:14:10 +0000 (09:14 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 14 Jan 2012 08:14:10 +0000 (09:14 +0100)
docs/manuals/en/main/win32.tex
docs/manuals/es/main/main.tex
docs/manuals/es/main/newbsfeatures_es.tex [new file with mode: 0644]

index 803812db3af0a4666e7023b32f6194dfcc3e5fba..a3cbb23e0f5a75bae996d9dc43e2fb9d9597a4e5 100644 (file)
@@ -11,19 +11,10 @@ production environment. As a consequence, when we
 speak of the Windows version of Bacula below, we are referring to
 the File daemon (client) only. 
 
-As of Bacula version 1.39.20 or greater, the installer is capable
-of installing not just the Client program, but also the Director
-and the Storage daemon and all the other programs that were
-previously available only on Unix systems. These additional
-programs, notably the Director and Storage daemon, have been partially
-tested, are reported to have some bugs, and still need to be documented. 
-They are not yet supported, and we cannot currently accept or fix
-bug reports on them.  Consequently, please test them carefully before putting
-them into a critical production environment.
-
-The Windows version of the Bacula File daemon has been tested on Win98, WinMe,
-WinNT, WinXP, Win2000, and Windows 2003 systems.  We have coded to support
-Win95, but no longer have a system for testing. The Windows version of
+The Windows version of the Bacula File daemon has been tested on 
+WinXP, Win2000, Windows Server 2003, Windows Server 2008,
+Vista, and Windows 7 systems.
+The Windows version of
 Bacula is a native Win32 port, but there are very few source code changes
 to the Unix code, which means that the Windows version is for the most part
 running code that has long proved stable on Unix systems.  When running, it
@@ -47,10 +38,10 @@ This install is standard Windows .exe that runs an install wizard using the
 NSIS Free Software installer, so if you have already installed Windows
 software, it should be very familiar to you. 
 
-If you have a previous version Bacula (1.39.20 or lower)
+If you have a previous version of Bacula
 installed, you should stop the service, uninstall it, and remove
 the Bacula installation directory possibly saving your
-bacula-fd.conf, bconsole.conf, and bwx-console.conf files
+bacula-fd.conf, bconsole.conf, and bat.conf files
 for use with the new version you will install.  The Uninstall
 program is normally found in {\bf c:\textbackslash{}bacula\textbackslash{}Uninstall.exe}.
 We also recommend that you completely remove the directory
@@ -58,7 +49,7 @@ We also recommend that you completely remove the directory
 uses a different directory structure (see below).
 
 Providing you do not already have Bacula installed,
-the new installer (1.39.22 and later) installs the binaries and dlls in 
+the installer installs the binaries and dlls in 
 c:\textbackslash{}Program Files\textbackslash{}Bacula\textbackslash{}bin  
 and the configuration files
 in c:\textbackslash{}Documents and Settings\textbackslash{}All Users\textbackslash{}Application Data\textbackslash{}Bacula
@@ -357,29 +348,27 @@ default.  Typical of Windows, programming these special BackupRead and
 BackupWrite calls is a real nightmare of complications.  The end result
 gives some distinct advantages and some disadvantages.
 
-First, the advantages are that on WinNT/2K/XP systems, the security and
+First, the advantages are that Windows systems, the security and
 ownership information is now backed up.  In addition, with the exception of
 files in exclusive use by another program, Bacula can now access all system
 files.  This means that when you restore files, the security and ownership
-information will be restored on WinNT/2K/XP along with the data.
+information will be restored on Windows along with the data.
 
 The disadvantage of the Windows backup API calls is that it produces
 non-portable backups.  That is files and their data that are backed up on
-WinNT using the native API calls (BackupRead/BackupWrite) cannot be
-restored on Win95/98/Me or Unix systems.  In principle, a file backed up on
-WinNT can be restored on WinXP, but this remains to be seen in practice
-(not yet tested). Bacula should be able to read non-portable
-backups on any system and restore the data appropriately.  However,       
-on a system that does not have the BackupRead/BackupWrite calls (older
-Windows versions and all Unix/Linux machines), though the file data
-can be restored, the Windows security and access control data  will not be restored.
-This means that a standard set of access permissions will be set for
-such restored files.
+Windows using the native API calls (BackupRead/BackupWrite) cannot be
+directly restored on Linux or Unix systems.  Bacula should be able to read
+non-portable backups on any system and restore the data appropriately.
+However, on a system that does not have the BackupRead/BackupWrite calls
+(older Windows versions and all Unix/Linux machines), though the file data
+can be restored, the Windows security and access control data will not be
+restored.  This means that a standard set of access permissions will be set
+for such restored files.
         
 
 As a default, Bacula backs up Windows systems using the Windows API calls.
-If you want to backup data on a WinNT/2K/XP system and restore it on a
-Unix/Win95/98/Me system, we have provided a special {\bf portable} option
+If you want to backup data on a Windows system and restore it on a
+Unix or Linux system, we have provided a special {\bf portable} option
 that backs up the data in a portable fashion by using portable API calls.
 See the \ilink{portable option}{portable} on the Include statement in a
 FileSet resource in the Director's configuration chapter for the details on
@@ -389,17 +378,12 @@ ownership information will be backed up or restored.  The file data can,
 however, be restored on any system.
 
 You should always be able to restore any file backed up on Unix or Win95/98/Me
-to any other system. On some systems, such as WinNT/2K/XP, you may have to
-reset the ownership of such restored files. Any file backed up on WinNT/2K/XP
-should in principle be able to be restored to a similar system (i.e.
-WinNT/2K/XP), however, I am unsure of the consequences if the owner
-information and accounts are not identical on both systems. Bacula will not
-let you restore files backed up on WinNT/2K/XP to any other system (i.e. Unix
-Win95/98/Me) if you have used the defaults. 
+to any other system. On some older Windows systems, you may have to
+reset the ownership of such restored files. 
 
 Finally, if you specify the {\bf portable=yes} option on the files you back
 up. Bacula will be able to restore them on any other system. However, any
-WinNT/2K/XP specific security and ownership information will be lost. 
+Windows specific security and ownership information will be lost. 
 
 The following matrix will give you an idea of what you can expect. Thanks to
 Marc Brueckner for doing the tests: 
@@ -660,7 +644,7 @@ Thanks to Georger Araujo for the above information.
 \index[general]{Problems!Windows Ownership and Permissions}
 \index[general]{Windows Ownership and Permissions Problems}
 
-If you restore files backed up from WinNT/XP/2K to an alternate directory,
+If you restore files backed up from Windows to an alternate directory,
 Bacula may need to create some higher level directories that were not saved
 (or restored). In this case, the File daemon will create them under the SYSTEM
 account because that is the account that Bacula runs under as a service. As of
@@ -745,6 +729,11 @@ program named {\bf cacls} that can perform similar functions.
 \index[general]{State!Backing Up the WinNT/XP/2K System}
 \index[general]{Backing Up the WinNT/XP/2K System State}
 
+Note, most of this section applies to the older Windows OSes that
+do not have VSS. On newer Windows OSes that have VSS, all files
+including the System State will by default be properly backed
+up by Bacula.
+
 A suggestion by Damian Coutts using Microsoft's NTBackup utility in
 conjunction with Bacula should permit a full restore of any damaged system
 files on Win2K/XP. His suggestion is to do an NTBackup of the critical system
@@ -772,6 +761,14 @@ documentation says you can't run a command line restore of the systemstate.
 To the best of my knowledge, this has not yet been tested. If you test it,
 please report your results to the Bacula email list. 
 
+Note, Bacula uses VSS to backup and restore open files and
+system files, but on older Windows machines such as WinNT and
+Win2000, VSS is not implemented by Microsoft so that you must
+use some special techniques to back them up as described
+above.  On new Windows machines, Bacula will backup and restore
+all files including the system state providing you have
+VSS enabled in your Bacula FileSet (default).
+
 \section{Considerations for Filename Specifications}
 \index[general]{Windows!Considerations for Filename Specifications}
 
index 80a96b0f1fc5997a34b1171c0081892e7236ac50..ecf6c2edfaa3442e66904827cecb1c88f87d7e41 100644 (file)
@@ -50,6 +50,7 @@
 \markboth{Bacula Version \version}{Bacula Version \version}
 \pagenumbering{arabic}
 \include{general-en}
+\include{newbsfeatures-es}
 \include{newfeatures-en}
 \include{state-es}
 \include{requirements-es}
diff --git a/docs/manuals/es/main/newbsfeatures_es.tex b/docs/manuals/es/main/newbsfeatures_es.tex
new file mode 100644 (file)
index 0000000..46d2739
--- /dev/null
@@ -0,0 +1,217 @@
+\chapter{Nuevas funcionalidades Bacula Enterprise}
+Esta capítulo muestra las nuevas funcionalidades que se adicionarán a la 
+versión actual de Bacula Enterprise, que está en desarrollo. La misma será 
+liberada en fechas posteriores, probablemente a fines de Junio de 2011. 
+Estas características únicamente están disponibles para quienes poseen 
+una suscripción con Bacula Systems.
+
+Adicional a las funcionalidades indicadas en este capítulo, también 
+se incluyen las de la Comunidad, descritas en el capítulo Nuevas Funcionalidades 
+para la Comunidad.
+
+\section{Reiniciar un job incompleto}
+
+\medskip
+Este proyecto fue propuesto por Bacula Systems y está disponible 
+con Bacula Enterprise Edition.
+
+\section{Soporte para respaldos de MSSQL a nivel de bloques}
+
+Este proyecto fue propuesto por Bacula Systems y está disponible 
+con Bacula Enterprise Edition.
+
+\section{Soporte para el protocolo NDMP}
+
+El nuevo plugin \texttt{ndmp} permite realizar respaldos a una NAS utilizando 
+el protocolo NDMP con el uso del enfoque \textbf{Filer to server}, donde 
+Filer indica la copia que se realiza a través de la LAN al servidor de Bacula.
+
+La opción Accurate debe estar activa en el recurso de Job.
+\begin{verbatim}
+Job {
+ Accurate = yes
+ FileSet = NDMPFS
+ ...
+}
+
+FileSet {
+ Name = NDMPFS
+ ...
+ Include {
+   Plugin = "ndmp:host=nasbox user=root pass=root file=/vol/vol1"
+ }
+}
+\end{verbatim}
+
+Este proyecto fue desarrollado por Bacula Systems y está disponible 
+con Bacula Enterprise Edition.
+
+\section{Limitación de ancho de banda por job}
+
+La nueva directiva {\bf Job Bandwidth Limitation} se puede añadir a la configuración 
+del director o la del file daemon, para limitar el ancho de banda utilizado por un 
+job o un cliente. Se puede definir en el archivo de configuración del file daemon 
+para todos los jobs que corren en dicho equipo, o en el archivo de configuración del 
+director, en cuyo caso pueden aplicarse definiciones particulares por job.
+
+Por ejemplo:
+\begin{verbatim}
+FileDaemon {
+  Name = localhost-fd
+  Working Directory = /some/path
+  Pid Directory = /some/path
+  ...
+  Maximum Bandwidth Per Job = 5Mb/s
+}
+\end{verbatim}
+
+La configuración anterior hará que cualquier job que se ejecuten para este cliente 
+(file daemon) no excedan de 5 Mb/s de rendimiento cuando envíen la data al demonio 
+de almacenamiento (storage daemon).
+
+Se puede indicar el parámetro de velocidad en k/s, Kb/s, m/s, Mb/s.
+
+Por ejemplo:
+\begin{verbatim}
+Job {
+  Name = locahost-data
+  FileSet = FS_localhost
+  Accurate = yes
+  ...
+  Maximum Bandwidth = 5Mb/s
+  ...
+}
+\end{verbatim}
+
+Este ejemplo, provocaría que el job \texttt{localhost-data} no exceda los 5 Mb/s 
+de rendimiento para el envío de la data desde del demonio del cliente al demonio de almacenamiento.
+
+Un nuevo comando de consola \texttt{setbandwidth}, permite definir de manera dinámica el 
+máximo rendimiento para un job en ejecución o futuros jobs para un cliente particular.
+
+\begin{verbatim}
+* setbandwidth limit=1000000 jobid=10
+\end{verbatim}
+
+El parámetro \texttt{limit} está en Kb/s.
+
+\medskip
+Este proyecto fue desarrollado por Bacula Systems y está disponible 
+con Bacula Enterprise Edition.
+
+\section{Diferenciación de respaldos a nivel de bloques para backups incrementales y diferenciales}
+
+El nuevo plugin \texttt{delta} es capaz de calcular y aplicar firmas basadas en las 
+diferencias de archivos. Se puede utilizar para respaldar únicamente los cambios 
+hechos a un archivo binario, tales como PST de Outlook, imágenes de 
+VirtualBox/Vmware o archivos de base de datos.
+
+Se puede utilizar en respaldos incrementales y diferenciales y almacena las bases de 
+datos de firmas en el directorio de trabajo del cliente (file daemon). Este plugin 
+está disponible en todas las plataformas, incluyendo Windows 32 y 64 bits.
+
+La opción Accurate debe estar activa en el recurso de Job.
+\begin{verbatim}
+Job {
+ Accurate = yes
+ FileSet = DeltaFS
+ ...
+}
+
+FileSet {
+ Name = DeltaFS
+ ...
+ Include {
+   Plugin = "delta:/home/eric/.VirtualBox/HardDisks/lenny-i386.vdi"
+ }
+}
+\end{verbatim}
+
+Nota: las funcionalidades básicas para implementar esta funcionalidad se incluyen 
+en la interfaz de plugin para la comunidad, así como en el código básico de la comunidad.
+
+Este proyecto fue desarrollado por Bacula Systems y está disponible con Bacula 
+Enterprise Edition.
+
+\section{Incluir todos las unidades de Windows en el FileSet}
+
+El plugin de Windows \texttt{alldrives} permite que se puedan incluir todas las unidades 
+locales con una directiva simple. Dicho plugin está disponible para Windows 32 y 64 bits.
+
+\begin{verbatim}
+FileSet {
+ Name = EverythingFS
+ ...
+ Include {
+   Plugin = "alldrives"
+ }
+}
+\end{verbatim}
+
+Se pueden excluir algunas unidades específicas con la opción \texttt{exclude}.
+
+\begin{verbatim}
+FileSet {
+ Name = EverythingFS
+ ...
+ Include {
+   Plugin = "alldrives: exclude=D,E"
+ }
+}
+\end{verbatim}
+
+
+Este proyecto fue desarrollado por Bacula Systems y está disponible con Bacula 
+Enterprise Edition.
+
+
+\section{Siempre respaldar un archivo}
+
+Cuando el modo Accurate está activo, se puede indicar si el elemento a respaldar 
+siempre será un archivo, con la siguiente opción:
+
+\begin{verbatim}
+Job {
+   Name = ...
+   FileSet = FS_Example
+   Accurate = yes
+   ...
+}
+
+FileSet {
+ Name = FS_Example
+ Include {
+   Options {
+     Accurate = A
+   }
+   File = /file
+   File = /file2
+ }
+ ...
+}
+\end{verbatim}
+
+Este proyecto fue desarrollado por Bacula Systems y basado en una idea de James Harper, 
+y está disponible con Bacula Enterprise Edition.
+
+\section{Estableciendo el modo Accurate al momento de la corrida}
+
+Ahora se puede especifar el modo Accurate en el comando \texttt{run} y el recurso Schedule.
+
+\begin{verbatim}
+* run accurate=yes job=Test
+\end{verbatim}
+
+\begin{verbatim}
+Schedule {
+  Name = WeeklyCycle
+  Run = Full 1st sun at 23:05
+  Run = Differential accurate=yes 2nd-5th sun at 23:05
+  Run = Incremental  accurate=no  mon-sat at 23:05
+}
+\end{verbatim}
+
+Esto permite ahorrar memoria y recursos de CPU en el servidor donde está el catálogo, 
+en algunos casos.
+
+Estas opciones avanzadas de entonación están disponibles con Bacula Enterprise Edition.