Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and French guidelines.
18811890 of 2030 results
1881.
There are many ways to backup a Ubuntu installation. The most import thing about backups is to develop a <emphasis>backup plan</emphasis> consisting of what to backup, where to backup it up to, and how to restore it.
(no translation yet)
1882.
The following sections discuss various ways of accomplishing these tasks.
Les sections suivantes développent les différentes manières d'accomplir ces tâches.
Translated by Yves MATHIEU
Reviewed by Pierre Slamich
In upstream:
Les sections suivantes proposent diverses manières d'accomplir ces tâches[nbsp]:
Suggested by Damien H
Located in serverguide/C/backups.xml:18(para)
1883.
Shell Scripts
Scripts shell
Translated and reviewed by NSV
Located in serverguide/C/backups.xml:22(title)
1884.
One of the simplest ways to backup a system is using a <emphasis>shell script</emphasis>. For example, a script can be used to configure which directories to backup, and use those directories as arguments to the <application>tar</application> utility creating an archive file. The archive file can then be moved or copied to another location. The archive can also be created on a remote file system such as an <emphasis>NFS</emphasis> mount.
Une des méthodes les plus simples pour sauvegarder un système est d'utiliser un <emphasis>script shell</emphasis>. On peut, par exemple, se servir d'un script pour définir les répertoires à sauvegarder et utiliser ensuite ces répertoires comme arguments pour <application>tar</application> afin de créer un fichier archive. Ce fichier archive peut être ensuite déplacé ou copié vers un autre endroit de stockage. Il peut aussi être créé sur un système de fichiers distant comme un montage NFS.
Translated and reviewed by Damien H
Located in serverguide/C/backups.xml:23(para)
1885.
The <application>tar</application> utility creates one archive file out of many files or directories. <application>tar</application> can also filter the files through compression utilities reducing the size of the archive file.
L'utilitaire <application>tar</application> crée un fichier archive à partir de plusieurs fichiers ou répertoires. <application>tar</application> peut aussi faire appel à des utilitaires de compression pour réduire la taille de l'archive.
Translated and reviewed by Damien H
Located in serverguide/C/backups.xml:29(para)
1886.
Simple Shell Script
Script shell simple
Translated by James Dupin
Reviewed by Damien H
Located in serverguide/C/backups.xml:35(title)
1887.
The following shell script uses <application>tar</application> to create an archive file on a remotely mounted NFS file system. The archive filename is determined using additional command line utilities.
Le script shell suivant se sert de <application>tar</application> pour créer une archive sur un montage NFS. Le nom de l'archive est défini en se servant de divers utilitaires en ligne de commande.
Translated and reviewed by Damien H
Located in serverguide/C/backups.xml:36(para)
1888.

#!/bin/sh
####################################
#
# Backup to NFS mount script.
#
####################################

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

# Where to backup to.
dest="/mnt/backup"

# Create archive filename.
day=$(date +%A)
hostname=$(hostname -s)
archive_file="$hostname-$day.tgz"

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

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

# Print end status message.
echo
echo "Backup finished"
date

# Long listing of files in $dest to check file sizes.
ls -lh $dest
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.
(no translation yet)
1889.
<emphasis>$backup_files:</emphasis> a variable listing which directories you would like to backup. The list should be customized to fit your needs.
<emphasis>$backup_files:</emphasis>une variable listant quels répertoires vous voulez sauvegarder. La liste doit être adaptée pour répondre à vos besoins.
Translated and reviewed by Pierre Slamich
In upstream:
<emphasis>$backup_files[nbsp]:</emphasis> variable listant les répertoires que vous souhaitez sauvegarder. La liste doit être adaptée à vos besoins.
Suggested by Damien H
Located in serverguide/C/backups.xml:77(para)
1890.
<emphasis>$day:</emphasis> a variable holding the day of the week (Monday, Tuesday, Wednesday, etc). This is used to create an archive file for each day of the week, giving a backup history of seven days. There are other ways to accomplish this including other ways using the <application>date</application> utility.
<emphasis>$day:</emphasis> variable contenant le jour de la semaine (Lundi, Mardi, Mercredi, etc...). Celle-ci est utilisée pour créer un fichier archive pour chaque jour de la semaine, donnant un historique de sauvegarde sur sept jours. Il y a d'autres façons d'accomplir ceci, et notemment parmi les autres fonctions de l'utilitaire <application>date</application>.
Translated and reviewed by Pierre Slamich
In upstream:
<emphasis>$day[nbsp]:</emphasis> variable contenant le jour de la semaine (lundi, mardi, mercredi, etc.). Elle est utilisée pour créer une archive pour chaque jour de la semaine, donnant un historique hebdomadaire de sauvegarde. Il y a d'autres façons de réaliser ceci, y compris en utilisant <application>date</application>.
Suggested by Damien H
Located in serverguide/C/backups.xml:83(para)
18811890 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.