Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and French guidelines.
30723081 of 3157 results
3072.
<ulink url="http://www.rsnapshot.org/">rsnapshot</ulink>: a file system snap shot utility used to create copies of an entire file system.
<ulink url="http://www.rsnapshot.org/">rsnapshot</ulink>[nbsp]: programme de capture d'instantanés utilisé pour créer des copies d'un système de fichiers entier.
Translated and reviewed by Damien H
Located in serverguide/C/backups.xml:347(para)
3073.
Archive Rotation
Rotation des archives
Translated by James Dupin
Reviewed by Damien H
Located in serverguide/C/backups.xml:358(title)
3074.
The shell script in section <xref linkend="backup-shellscripts"/> only allows for seven different archives. For a server whose data doesn't change often this may be enough. If the server has a large amount of data a more robust rotation scheme should be used.
Le script shell de la section <xref linkend="backup-shellscripts"/> ne vous donne qu'un jeu de sauvegardes hebdomadaire. Ceci peut être suffisant pour un serveur dont les données ne varient pas souvent. Si le serveur contient une grande quantité de données, il est préférable d'utiliser un schéma plus robuste de rotations.
Translated and reviewed by Damien H
Located in serverguide/C/backups.xml:359(para)
3075.
Rotating NFS Archives
Rotation des archives NFS
Translated by Philippe Piquer
Reviewed by NSV
Located in serverguide/C/backups.xml:365(title)
3076.
In this section the shell script will be slightly modified to implement a grandfather-father-son rotation scheme (monthly-weekly-daily):
Dans cette section le script shell sera légèrement modifié pour implémenter un schéma de rotation grand-père - père - fils (mensuel-hebdomadaire-journalier):
Translated by Philippe Piquer
Reviewed by NSV
Located in serverguide/C/backups.xml:366(para)
3077.
The rotation will do a <emphasis>daily</emphasis> backup Sunday through Friday.
La rotation va effectuer une sauvegarde <emphasis>journalière</emphasis> du dimanche au vendredi.
Translated by James Dupin
Reviewed by Damien H
Located in serverguide/C/backups.xml:372(para)
3078.
On Saturday a <emphasis>weekly</emphasis> backup is done giving you four weekly backups a month.
Le samedi une sauvegarde <emphasis>hebdomadaire</emphasis> est effectuée donnant 4 sauvegardes hebdomadaires par mois.
Translated by Philippe Piquer
Reviewed by NSV
Located in serverguide/C/backups.xml:377(para)
3079.
The <emphasis>monthly</emphasis> backup is done on the first of the month rotating two monthly backups based on if the month is odd or even.
La sauvegarde <emphasis>mensuelle</emphasis> est effectuée le premier du mois avec une rotation bi-mensuelle en fonction de la parité du mois.
Translated by Philippe Piquer
Reviewed by NSV
Located in serverguide/C/backups.xml:382(para)
3080.
Here is the new script:
Voici le nouveau script:
Translated by Philippe Piquer
Reviewed by NSV
Located in serverguide/C/backups.xml:388(para)
3081.

#!/bin/bash
####################################
#
# Backup to NFS mount script with
# grandfather-father-son rotation.
#
####################################

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

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

# Setup variables for the archive filename.
day=$(date +%A)
hostname=$(hostname -s)

# Find which week of the month 1-4 it is.
day_num=$(date +%d)
if (( $day_num &lt;= 7 )); then
week_file="$hostname-week1.tgz"
elif (( $day_num &gt; 7 &amp;&amp; $day_num &lt;= 14 )); then
week_file="$hostname-week2.tgz"
elif (( $day_num &gt; 14 &amp;&amp; $day_num &lt;= 21 )); then
week_file="$hostname-week3.tgz"
elif (( $day_num &gt; 21 &amp;&amp; $day_num &lt; 32 )); then
week_file="$hostname-week4.tgz"
fi

# Find if the Month is odd or even.
month_num=$(date +%m)
month=$(expr $month_num % 2)
if [ $month -eq 0 ]; then
month_file="$hostname-month2.tgz"
else
month_file="$hostname-month1.tgz"
fi

# Create archive filename.
if [ $day_num == 1 ]; then
[tab]archive_file=$month_file
elif [ $day != "Saturday" ]; then
archive_file="$hostname-$day.tgz"
else
[tab]archive_file=$week_file
fi

# Print start status message.
echo "Backing 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/
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
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
####################################
#
# Sauvegarde vers un point de montage NFS en utilisant
# une rotation grand-parent - parent - enfant
#
####################################

# Ce qu'il faut sauvegarder
backup_files="/home /var/spool/mail /etc /root /boot /opt"

# Où le sauvegarder
dest="/mnt/backup"

# Initialisation des variables utilisées dans le nom de l'archive
day=$(date +%A)
hostname=$(hostname -s)

# Déterminer le numéro de semaine (1-4) du mois en cours
day_num=$(date +%d)
if (( $day_num &lt;= 7 )); then
week_file="$hostname-week1.tgz"
elif (( $day_num &gt; 7 &amp;&amp; $day_num &lt;= 14 )); then
week_file="$hostname-week2.tgz"
elif (( $day_num &gt; 14 &amp;&amp; $day_num &lt;= 21 )); then
week_file="$hostname-week3.tgz"
elif (( $day_num &gt; 21 &amp;&amp; $day_num &lt; 32 )); then
week_file="$hostname-week4.tgz"
fi

# Déterminer si le mois est pair ou impair
month_num=$(date +%m)
month=$(expr $month_num % 2)
if [ $month -eq 0 ]; then
month_file="$hostname-month2.tgz"
else
month_file="$hostname-month1.tgz"
fi

# Création du nom de l'archive
if [ $day_num == 1 ]; then
[tab]archive_file=$month_file
elif [ $day != "Saturday" ]; then
archive_file="$hostname-$day.tgz"
else
[tab]archive_file=$week_file
fi

# Affichage du commencement des opérations
echo "Sauvegarde de $backup_files vers $dest/$archive_file"
date
echo

# Sauvegarde des fichiers à l'aide de tar.
tar czf $dest/$archive_file $backup_files

# Affichage de la fin des opérations
echo
echo "Sauvegarde terminée"
date

# Listing détaillé des fichiers de $dest pour vérifier leur poids
ls -lh $dest/
Translated and reviewed by Damien H
Located in serverguide/C/backups.xml:391(programlisting)
30723081 of 3157 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, Anthony Guéchoum, Arnaud Soyez, Arthur Schmitt, Arthur WEBER, Aurélien Luciani, Aymeric, Banal, Bruno, CaptainCrook, 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, Enrico Rosina, Etienne Malandain, Fabián Rodríguez, Fabrice Coutadeur, Florian Bolgar, Frank Bob, Gilles Accad, Gougnaf, GroNox, Guillaume Damiens, Gwi, Huygens, Immunoman, Issam BOUZIANE, JF Jarry, James Dupin, Jean Champémont, Jean-Luc Villoué, Jean-Philippe, Jean-Philippe LECHÊNE, Jeremy Moiny, Jerome CK, Joanna Tordjeman, Johan, Jonathan Clarke, KHALIFA Yanis, Kkouet, Knah Tsaeb, Laurent RICHARD, Lionel Montrieux, Lionel Porcheron, Loic Treyvaud, Louis DEMAY, ManuPeng, Marc Auer, Marc Plano-Lesay, Mathieu Cinquin, Mathieu Goeminne, Matthieu CHAUVEAU, Michel, Mika, Milan Bouchet-Valat, NSV, Nebaff, Nicolas Borboën, Nicolas DERIVE, Nicolas Réau, Nicolas Van Wambeke, Olivier, Onra, Pascal, Pascal Corpet, Pascal Havet, Paul Darby, Philippe Piquer, Pierre Buard, Pierre David, Pierre Slamich, Pierrick Vandenbroucke, Psykocrash, Removed by request, Rodolphe Ortalo, Romain Pineau, Sebastien Beaujour, Stéphane V, SuperBOB, Sylvain Doctrinal, Sylvain Lasnier, Séb Buch, Sébastien GRIPON, T0m-S, TaZmaniak, Tarsus, Valentin Rocher, Vincent Esposito, Wassim Derguech, Will Hunting, X, Xavier Latry, Xavier RAFFIN, Yann Dìnendal, Yves MATHIEU, arno_b, baptiste, bruno, elaliberte, gaetan belsack, hardball, ivan, kos!, lann, madden, maxubuntu, olivier perrin, onwa, p-yves, sam101, seb35690, sm126, sun-wukong, thebachman, tomestla, torglut, vouzico.