Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and French guidelines.
19571966 of 2030 results
1957.
Another option is to copy the archive file to an external hard drive which can then be taken off site. Since the price of external hard drives continue to decrease it may be cost affective to use two drives for each archive level. This would allow you to have one external drive attached to the backup server and one in another location.
Un autre moyen est de copier les sauvegardes sur un disque dur externe qui peut alors être changé de lieu. Comme le prix des disques durs externes continue de baisser, il peut être rentable d'utiliser deux disques pour chaque niveau d'archive. Ceci vous permettrait d'avoir un disque externe relié au serveur de sauvegarde et un en lieu sûr.
Translated and reviewed by Damien H
Located in serverguide/C/backups.xml:465(para)
1958.
Tape Drives
Lecteurs de bande
Translated by Philippe Piquer
Reviewed by NSV
Located in serverguide/C/backups.xml:472(title)
1959.
A tape drive attached to the server can be used instead of a NFS share. Using a tape drive simplifies archive rotation, and taking the media off site as well.
Un lecteur de bande peut être installé sur le serveur et remplacer un partage NFS. L'utilisation d'un lecteur de bande simplifie la rotation des archives, et la sécurisation des médias hors-site.
Translated by Philippe Piquer
Reviewed by NSV
Located in serverguide/C/backups.xml:473(para)
1960.
When using a tape drive the filename portions of the script aren't needed because the date is sent directly to the tape device. Some commands to manipulate the tape are needed. This is accomplished using <application>mt</application>, a magnetic tape control utility part of the <application>cpio</application> package.
Lors de l'utilisation d'un lecteur de bande, la partie nom de fichier du script n'est pas nécessaire vu l'envoi direct de la date vers le périphérique. Certaines commandes sont nécessaires à l'utilisation de la bande. Ceci est effectué par l'utilisation de <application>mt</application>, un utilitaire de gestion de bande magnétique faisant partie du paquet <application>cpio</application>.
Translated and reviewed by Bruno
Located in serverguide/C/backups.xml:477(para)
1961.
Here is the shell script modified to use a tape drive:
Voici le script shell modifié pour l'utilisation d'un lecteur de bande:
Translated by Philippe Piquer
Reviewed by NSV
Located in serverguide/C/backups.xml:482(para)
1962.

#!/bin/bash
####################################
#
# Backup to tape drive script.
#
####################################

# What to backup.
backup_files="/home /var/spool/mail /etc /root /boot /opt"

# Where to backup to.
dest="/dev/st0"

# Print start status message.
echo "Backuping up $backup_files to $dest"
date
echo

# Make sure the tape is rewound.
mt -f $dest rewind

# Backup the files using tar.
tar czf $dest $backup_files

# Rewind and eject the tape.
mt -f $dest rewoffl

# Print end status message.
echo
echo "Backup finished"
date
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

#!/bin/bash
####################################
#
# Script de sauvegarde sur lecteur de bande.
#
####################################

# Que faut-il sauvegarder[nbsp]?
backup_files="/home /var/spool/mail /etc /root /boot /opt"

# Où sauvegarder[nbsp]?
dest="/dev/st0"

# Message à afficher de début d'une sauvegarde[nbsp]:
echo "Sauvegarde de $backup_files vers $dest"
date
echo

# On vérifie le rembobinage de la bande...
mt -f $dest rewind

# Utilisation de tar pour la sauvegarde.
tar czf $dest $backup_files

# Rembobinage et éjection de la bande.
mt -f $dest rewoffl

# Affiche le message de fin de sauvegarde.
echo
echo "Sauvegarde terminée"
date
Translated and reviewed by Bruno
1963.
The default device name for a SCSI tape drive is <filename>/dev/st0</filename>. Use the appropriate device path for your system.
Le nom de périphérique par défaut pour un lecteur de bandes SCSI est <filename>/dev/st0</filename>. Employez le chemin correspondant à votre système.
Translated by Philippe Piquer
Reviewed by Bruno
Located in serverguide/C/backups.xml:519(para)
1964.
Restoring from a tape drive is basically the same as restoring from a file. Simply rewind the tape and use the device path instead of a file path. For example to restore the <filename>/etc/hosts</filename> file to <filename>/tmp/etc/hosts</filename>:
La restauration à partir d'un lecteur de bandes est essentiellement équivalente à la restauration à partir d'un fichier. Il suffit de rembobiner la bande et remplacer le chemin du fichier par celui du périphérique. Par exemple, pour restaurer le fichier <filename>/etc/hosts</filename> vers <filename>/tmp/etc/hosts</filename>[nbsp]:
Translated and reviewed by Bruno
Located in serverguide/C/backups.xml:524(para)
1965.
mt -f /dev/st0 rewind
mt -f /dev/st0 rewind
Translated by Philippe Piquer
Reviewed by Bruno
Located in serverguide/C/backups.xml:529(command)
1966.
tar -xzf /dev/st0 -C /tmp etc/hosts
tar -xzf /dev/st0 -C /tmp etc/hosts
Translated by Philippe Piquer
Reviewed by Bruno
Located in serverguide/C/backups.xml:530(command)
19571966 of 2030 results

This translation is managed by Ubuntu French Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: 65GYgzf, Alain Lebret, Alban CLERGEOT, AlbinOz, Alexandre Franke, Alexandre Imache, Anis CHEBBI, Arnaud Soyez, Aurélien Luciani, Bertrand JUGLAS, Bruno, CarZ, Christophe Painchaud, Claude Paroz, Colin GILLE, Coster David, DI RUSCIO Fernand, Damien Deroussen, Damien H, David Bertho, Denis Bisaro, Denis Choveaux, Didier Roche-Tolomelli, Donk, Emmanuel Sunyer, Etienne Malandain, Fabián Rodríguez, Fabrice Coutadeur, Florian Neyret, Frank Bob, Fred Saunier, Ghimli, Gilles Accad, Gougnaf, GroNox, Guillaume Damiens, Gwi, Huygens, James Dupin, Jean Champémont, Jean-Luc Villoué, Jean-Philippe, Jerome CK, Joanna Tordjeman, Jonathan Clarke, Jérémie Corbier, KHALIFA Yanis, Knah Tsaeb, Laurent RICHARD, Lionel Porcheron, Loic Treyvaud, Louis DEMAY, ManuPeng, Marc Auer, Mathieu Goeminne, Mathieu Trudel-Lapierre, Matthieu CHAUVEAU, Michel, Mika, NSV, Nebaff, Nicolas Borboën, Nicolas DERIVE, Nicolas Michel, Nicolas Réau, Olivier, Onra, Pascal, Pascal Corpet, Pascal Havet, Paul Darby, Philippe Piquer, Pierre Buard, Pierre Slamich, Pierrick Vandenbroucke, Psykocrash, Rafik Elouerchefani, Removed by request, Rodolphe Ortalo, Stéphane V, Surfoo, Sylvain Doctrinal, Sylvain Lasnier, Sébastien GRIPON, T0m-S, TaZmaniak, Valentin Rocher, Vincent Esposito, Vincent Labreche, Will Hunting, X, Xavier Verne, Yann Dìnendal, Yves MATHIEU, baptiste, blob, bruno, ivan, kos!, lann, madden, olivier perrin, pouchat, prunier charly, sam101, seb35690, sun-wukong, thebachman, tomestla, vouzico.