From: Ludovic Strappazon Date: Mon, 31 Jul 2006 14:24:13 +0000 (+0000) Subject: Traduction de critical.tex X-Git-Tag: Release-2.0.0~696 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=673295f94f2349a04627f60d46135f6d07f649df;p=bacula%2Fdocs Traduction de critical.tex --- diff --git a/docs/manual-fr/consoleconf.tex b/docs/manual-fr/consoleconf.tex index e8f90475..4cb41404 100644 --- a/docs/manual-fr/consoleconf.tex +++ b/docs/manual-fr/consoleconf.tex @@ -11,7 +11,7 @@ \index[general]{General} \addcontentsline{toc}{subsection}{General} -Le fichier de configuration de la console est le plus siple de tous, et en g\'en\'eral, +Le fichier de configuration de la console est le plus simple de tous, et en g\'en\'eral, vous n'aurez rien d'autre \`a changer que le mot de passe. Il contient simplement les informations n\'ecessaires pour se connecter au(x) Director(s). diff --git a/docs/manual-fr/critical.tex b/docs/manual-fr/critical.tex index de4d1549..c63f2a83 100644 --- a/docs/manual-fr/critical.tex +++ b/docs/manual-fr/critical.tex @@ -1,121 +1,132 @@ %% %% -\section*{Critical Items to Implement Before Going Production} +\section*{Pr\'erequis critiques avant de passer en production} \label{_ChapterStart32} -\index[general]{Production!Critical Items to Implement Before Going } -\index[general]{Critical Items to Implement Before Going Production } -\addcontentsline{toc}{section}{Critical Items to Implement Before Going -Production} +\index[general]{Production!Pr\'erequis critiques avant de passer en } +\index[general]{Pr\'erequis critiques avant de passer en production} +\addcontentsline{toc}{section}{Pr\'erequis critiques avant de passer en production} -\subsection*{General} -\index[general]{General } -\addcontentsline{toc}{subsection}{General} +\subsection*{G\'en\'eralit\'es} +\index[general]{G\'en\'eralit\'es } +\addcontentsline{toc}{subsection}{G\'en\'eralit\'es} +Nous vous recommandons de prendre votre temps avant d'impl\'ementer un syst\`eme +de sauvegardes Bacula. C'est un programme complexe, et si vous commettez une +erreur, vous pouvez vous apercevoir inopin\'ement que vous ne pouvez +restaurer vos fichiers quand vous en avez besoin. Ceci est plus +particuli\`erement vrai si vous n'avez jamais utilis\'e de gros logiciel de +sauvegardes auparavant. -We recommend you take your time before implementing a Bacula backup system -since Bacula is a rather complex program, and if you make a mistake, you may -suddenly find that you cannot restore your files in case of a disaster. -This is especially true if you have not previously used a major backup -product. - -If you follow the instructions in this chapter, you will have covered most of -the major problems that can occur. It goes without saying that if you ever -find that we have left out an important point, please inform us, so -that we can document it to the benefit of everyone. +Si vous suivez les instructions de ce chapitre, vous aurez couvert la majorit\'e +des probl\`emes qui peuvent survenir. Il va sans dire que si vous vous apercevez +un jour que nous avons omis un point important, votre retour sera le +bienvenu et enrichira ce document pour le b\'en\'efice de tous. \label{Critical} -\subsection*{Critical Items} -\index[general]{Critical Items } -\index[general]{Items!Critical } -\addcontentsline{toc}{subsection}{Critical Items} +\subsection*{Points critiques} +\index[general]{Points critiques} +\index[general]{Points!Critiques} +\addcontentsline{toc}{subsection}{Points critiques} -The following assumes that you have installed Bacula, you more or less -understand it, you have at least worked through the tutorial or have -equivalent experience, and that you have set up a basic production -configuration. If you haven't done the above, please do so and then come back -here. The following is a sort of checklist that points with perhaps a brief -explanation of why you should do it. You will find the details elsewhere in the -manual. The order is more or less the order you would use in setting up a -production system (if you already are in production, use the checklist anyway). +Dans ce qui suit, nous supposons que vous avez install\'e Bacula, que vous +l'avez plus ou moins compris, que vous avez au moins travaill\'e sur le +chapitre "Une br\`eve documentation", et que vous avez install\'e une +configuration de production basique. Si ce n'est pas le cas, faites-le +avant de revenir ici. La suite est une sorte de {\it checklist} d'actions +\`a ne pas n\'egliger, avec de br\`eves explications sur les raisons de nos +recommandations. Vous trouverez les d\'etails ailleurs dans le manuel. +L'ordre suivi est peu ou prou celui que vous suivrez en installant un +syst\`eme de sauvegardes en production (utilisez cette liste m\^eme si vous +\^etes d\'ej\`a en production !). \begin{itemize} -\item Test your tape drive for compatibility with Bacula by using the test - command in the \ilink{btape}{btape} program. -\item Better than doing the above is to walk through the nine steps in the - \ilink{Tape Testing}{_ChapterStart27} chapter of the manual. It - may take you a bit of time, but it will eliminate surprises. -\item Test your the end of tape handling of your tape drive by using the - fill command in the \ilink{btape}{btape} program. -\item If you are using a 2.4 kernel, make sure that /lib/tls is disabled. Bacula - does not work with this library. See the second point under - \ilink{ Supported Operating Systems.}{SupportedOSes} -\item Do at least one restore of files. If you backup both Unix and Win32 - systems, restore files from each system type. The - \ilink{Restoring Files}{_ChapterStart13} chapter shows you how. -\item Write a bootstrap file to a separate system for each backup job. The - Write Bootstrap directive is described in the - \ilink{Director Configuration}{writebootstrap} chapter of the - manual, and more details are available in the - \ilink{Bootstrap File}{_ChapterStart43} chapter. Also, the default - bacula-dir.conf comes with a Write Bootstrap directive defined. This allows - you to recover the state of your system as of the last backup. -\item Backup your catalog. An example of this is found in the default - bacula-dir.conf file. The backup script is installed by default and should - handle any database, though you may want to make your own local - modifications. -\item Write a bootstrap file for the catalog. An example of this is found in - the default bacula-dir.conf file. This will allow you to quickly restore your - catalog in the event it is wiped out -- otherwise it is many excruciating - hours of work. -\item Make a Bacula Rescue CDROM! See the - \ilink{Disaster Recovery Using a Bacula Rescue - CDROM}{_ChapterStart38} chapter. It is trivial to make such a CDROM, - and it can make system recovery in the event of a lost hard disk infinitely - easier. -\item After doing your first backup restore some or all the data. Do this for - at least one client on each different OS (e.g. Linux, FreeBSD, Solaris, Win32). +\item Testez la compatibilit\'e de votre lecteur avec Bacula avec la commande + {\bf test} du programme \ilink{btape}{btape}. +\item Mieux encore, suivez les neuf \'etapes du chapitre + \ilink{Tester votre lecteur}{_ChapterStart27}. Cela peut prendre du temps, + mais vous \'eviterez aussi les mauvaises surprises. +\item Testez la prise en charge de fin de bande de votre lecteur à l'aide de la + commande {\it fill} du programme \ilink{btape}{btape} +\item Si vous utilisez un noyau 2.4, prenez soin de désactiver /lib/tls si + nécessaire. Bacula ne supporte pas cette librairie. Voyez le second point + sous \ilink{Systèmes d'exploitation supportés}{SupportedOSes}. +\item Faites, au minimum, une restauration de fichier. Si vous sauvegardez + des systèmes Unix et des Win32, testez au moins une restauration sur chacun + des systèmes. Le chapitre \ilink{Restaurer des fichiers}{_ChapterStart13} + vous montre la marche à suivre. +\item Ecrivez un fichier {\it bootstrap} sur un autre système pour chaque + sauvegarde effectuée. La directive {\bf write bootstrap} est décrite dans le + chapitre \ilink{Configurer le Director}{writebootstrap} de ce manuel, et + plus de détails sont disponibles dans le chapitre + \ilink{Le fichier Bootstrap}{_ChapterStart43}. Le fichier de configuration + par défaut du Director comporte une directive {\bf write bootstrap} + prédéfinie. Ceci vous permet de retrouver l'état de votre système lors + de la dernière sauvegarde. +\item Sauvegardez votre catalogue. Un exemple de job qui sauvegarde le + catalogue est est prédéfini dans le fichier de configuration par défaut du + Director. Le script de sauvegarde est installé par défaut et devrait + prendre en charge toute base de données, bien que vous puissiez faire + vos modifications locales. +\item Ecrivez un fichier bootstrap pour le catalogue. Un exemple de ceci figure + dans le fichier de configuration par défaut. Vous serez ainsi en mesure de + restaurer rapidement votre catalogue dans l'éventualité d'une corruption. + Faute d'avoir pris cette précaution, vous vous exposez à des heures d'un + travail atroce pour aboutir au même résultat. +\item Faites une copie des fichiers bacula-dir.conf, bacula-sd.conf, et + bacula-fd.conf que vous utilisez sur votre serveur. déposez la copie + sur une autre machine, en lieu sur, car ces fichiers seront difficiles + à reconstituer si votre serveur subit un crash. +\item Faites un CDROM de secours Bacula ! Consultez le chapitre + \ilink{Disaster Recovery avec un CDROM de secours Bacula}{_ChapterRescue}. + Il est aisé de produire un tel CDROM, aussi, il serait dommage de s'en + priver alors qu'il peut vous rendre la restauration complete d'un système + (par exemple dans le cas d'un disque dur en panne) infiniment plus facile. \end{itemize} -\subsection*{Recommended Items} -\index[general]{Items!Recommended } -\index[general]{Recommended Items } -\addcontentsline{toc}{subsection}{Recommended Items} +\subsection*{Points Recommandés} +\index[general]{Points!Recommandés} +\index[general]{Points Recommandés} +\addcontentsline{toc}{subsection}{Points recommandés} -Although these items may not be critical, they are recommended and will help -you avoid problems. +Bien que les points évoqués ci-dessous ne soient pas critiques, nous les +recommandons à votre attention, car ils peuvent vous éviter des problèmes. \begin{itemize} -\item Read the \ilink{Quick Start Guide to Bacula}{_ChapterStart37} -\item After installing and experimenting with Bacula, read and work carefully - through the examples in the - \ilink{Tutorial}{_ChapterStart1} chapter of this manual. -\item Learn what each of the \ilink{Bacula Utility Programs}{_ChapterStart9} -does. -\item Set up reasonable retention periods so that your catalog does not grow - to be too big. See the following three chapters:\\ - \ilink{Recycling your Volumes}{_ChapterStart22},\\ - \ilink{Basic Volume Management}{_ChapterStart39},\\ - \ilink{Using Pools to Manage Volumes}{_ChapterStart11}. -\item Perform a bare metal recovery using the Bacula Rescue CDROM. See the - \ilink{Disaster Recovery Using a Bacula Rescue CDROM}{_ChapterStart38} - chapter. +\item Lisez le chapitre \ilink{Démarrer avec Bacula}{_ChapterStart37} +\item Après avoir installé Bacula et fait quelques expériences, lisez + attentivement les exemples du chapitre + \ilink{Une brève documentation}{_ChapterStart1} et mettez-les en + oeuvre. +\item Aprenez ce que fait chacun des \ilink{Programmes utilitaires Bacula}{_UtilityChapter}. +\item Fixez des périodes de rétention raisonnables pour éviter que votre + cataloguen ne croisse démesurément. Consultez les trois chapitres suivants : + \ilink{Recycler vos volumes}{_ChapterStart22},\\ + \ilink{Gestion basique des volumes}{_ChapterStart39},\\ + \ilink{Utiliser les pools pour gérer vos volumes}{_ChapterStart11}. +\item Effectuez une restauration {\it from bare metal} (NDT : depuis + le métal brut) à l'aide du CDROM de secours Bacula. consultez le + chapitre \ilink{Disaster Recovery avec un CDROM de secours Bacula}{_ChapterRescue}. \end{itemize} -If you absolutely must implement a system where you write a different -tape each night and take it offsite in the morning. We recommend that you do -several things: +Si vous devez absolument implémenter une politique de sauvegardes dans laquelle +vous écrivez chaque soir sur une cartouche différente que vous exportez +le lendemain matin hors site, nous vous proposons quelques conseils : + \begin{itemize} -\item Write a bootstrap file of your backed up data and a bootstrap file - of your catalog backup to a floppy disk or a CDROM, and take that with - the tape. If this is not possible, try to write those files to another - computer or offsite computer, or send them as email to a friend. If none - of that is possible, at least print the bootstrap files and take that - offsite with the tape. Having the bootstrap files will make recovery - much easier. -\item It is better not to force Bacula to load a particular tape each day. - Instead, let Bacula choose the tape. If you need to know what tape to - mount, you can print a list of recycled and appendable tapes daily, and - select any tape from that list. Bacula may propose a particular tape - for use that it considers optimal, but it will accept any valid tape - from the correct pool. +\item Ecrivez un fichier bootstrap de vos données sauvegardées, et un + autre de votre sauvegarde du catalogue sur disquette ou CDROM, et + accompagnez vos cartouches de cette disquette ou ce CDROM. Si ce + n'est pas possible, tentez au moins d'écrire ces fichiers sur un + autre ordinateur, si possible hors site, ou envoyez les par courrier + électronique à un ami. Si rien de tout ça n'est possible imprimez + les fichiers bootstrap et mettez les avec les cartouches. Les fichiers + bootstrap rendent les opérations de restauration bien plus aisées. +\item Il est préférable de ne pas contraindre Bacula à charger une + cartouche particulière chaque jour. Laissez plutôt Bacula choisir. + S'il vous faut savoir quelle cartouche charger, vous pouvez imprimer + une liste des cartouches recyclées ou à l'état "append", et + sélectionner l'une de ces cartouches. Bacula peut proposer + d'utiliser une cartouche particulière qu'il juge optimale, mais il + acceptera toute cartouche valide pourvu qu'elle provienne du pool + {\it ad hoc}. \end{itemize} diff --git a/docs/manual-fr/images.tex b/docs/manual-fr/images.tex index f63a180e..5195f24d 100644 --- a/docs/manual-fr/images.tex +++ b/docs/manual-fr/images.tex @@ -85,7 +85,12 @@ \newcommand\lthtmlboxmathZ{\@next\next\@currlist{}{\def\next{\voidb@x}}% \expandafter\box\next\egroup}% \newcommand\lthtmlmathtype[1]{\gdef\lthtmlmathenv{#1}}% -\newcommand\lthtmllogmath{\lthtmltypeout{l2hSize % +\newcommand\lthtmllogmath{\dimen0\ht\sizebox \advance\dimen0\dp\sizebox + \ifdim\dimen0>.95\vsize + \lthtmltypeout{% +*** image for \lthtmlmathenv\space is too tall at \the\dimen0, reducing to .95 vsize ***}% + \ht\sizebox.95\vsize \dp\sizebox\z@ \fi + \lthtmltypeout{l2hSize % :\lthtmlmathenv:\the\ht\sizebox::\the\dp\sizebox::\the\wd\sizebox.\preveqno}}% \newcommand\lthtmlfigureA[1]{\let\@savefreelist\@freelist \lthtmlmathtype{#1}\lthtmlvboxmathA}% @@ -153,163 +158,169 @@ % !!! IMAGES START HERE !!! {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap28150}% +\lthtmlpictureA{tex2html_wrap28196}% \includegraphics{./bacula-logo.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap28157}% +\lthtmlpictureA{tex2html_wrap28203}% \includegraphics{./bacula-applications.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap28159}% +\lthtmlpictureA{tex2html_wrap28205}% \includegraphics{./bacula-objects.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap28165}% +\lthtmlpictureA{tex2html_wrap28211}% \includegraphics{./flow.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap28366}% +\lthtmlpictureA{tex2html_wrap28412}% \includegraphics{./Bacula-tray-monitor.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap28505}% +\lthtmlpictureA{tex2html_wrap28551}% \includegraphics{./Conf-Diagram.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap28675}% +\lthtmlinlinemathA{tex2html_wrap_inline6495}% +$2^{31}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlpictureA{tex2html_wrap28721}% \includegraphics{./bimagemgr1.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap28676}% +\lthtmlpictureA{tex2html_wrap28722}% \includegraphics{./bimagemgr2.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap28677}% +\lthtmlpictureA{tex2html_wrap28723}% \includegraphics{./bimagemgr3.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29106}% +\lthtmlpictureA{tex2html_wrap29152}% \includegraphics{./win32-nsis.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29107}% +\lthtmlpictureA{tex2html_wrap29153}% \includegraphics{./win32-welcome.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29108}% +\lthtmlpictureA{tex2html_wrap29154}% \includegraphics{./win32-pkg.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29109}% +\lthtmlpictureA{tex2html_wrap29155}% \includegraphics{./win32-location.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29110}% +\lthtmlpictureA{tex2html_wrap29156}% \includegraphics{./win32-service.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29111}% +\lthtmlpictureA{tex2html_wrap29157}% \includegraphics{./win32-service-ok.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29112}% +\lthtmlpictureA{tex2html_wrap29158}% \includegraphics{./win32-start.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29113}% +\lthtmlpictureA{tex2html_wrap29159}% \includegraphics{./win32-finish.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29114}% +\lthtmlpictureA{tex2html_wrap29160}% \includegraphics{./idle.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29115}% +\lthtmlpictureA{tex2html_wrap29161}% \includegraphics{./tray-icon.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29116}% +\lthtmlpictureA{tex2html_wrap29162}% \includegraphics{./menu.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29117}% +\lthtmlpictureA{tex2html_wrap29163}% \includegraphics{./running.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29118}% +\lthtmlpictureA{tex2html_wrap29164}% \includegraphics{./error.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29199}% +\lthtmlpictureA{tex2html_wrap29245}% \includegraphics{./access-is-denied.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29200}% +\lthtmlpictureA{tex2html_wrap29246}% \includegraphics{./view-only.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29201}% +\lthtmlpictureA{tex2html_wrap29247}% \includegraphics{./properties-security.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29202}% +\lthtmlpictureA{tex2html_wrap29248}% \includegraphics{./properties-security-advanced-owner.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap29203}% +\lthtmlpictureA{tex2html_wrap29249}% \includegraphics{./confirm.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} diff --git a/docs/manual-fr/storedconf.tex b/docs/manual-fr/storedconf.tex index f78f672a..39fdd7fb 100644 --- a/docs/manual-fr/storedconf.tex +++ b/docs/manual-fr/storedconf.tex @@ -1099,7 +1099,7 @@ Command that must be executed to write a part to the device. Before the \end{description} -\subsection*{LA ressource Messages} +\subsection*{La ressource Messages} \label{MessagesResource1} \index[general]{Ressource!Messages} \index[general]{Ressource Messages}