Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and French guidelines.
701704 of 704 results
4822.

#!/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 <= 7 )); then
week_file="$hostname-week1.tgz"
elif (( $day_num > 7 && $day_num <= 14 )); then
week_file="$hostname-week2.tgz"
elif (( $day_num > 14 && $day_num <= 21 )); then
week_file="$hostname-week3.tgz"
elif (( $day_num > 21 && $day_num < 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.
(no translation yet)
Located in serverguide/C/backups.xml:401(programlisting)
4870.

# Definition of "Tape Drive" storage device
Storage {
Name = TapeDrive
# Do not use "localhost" here
Address = backupserver # N.B. Use a fully qualified name here
SDPort = 9103
Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3LT3Cgkiyjc"
Device = "Tape Drive"
Media Type = tape
}
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)
Located in serverguide/C/backups.xml:723(programlisting)
4875.
This <emphasis>FileSet</emphasis> will backup the <filename role="directory">/etc</filename> and <filename role="directory">/home</filename> directories. The <emphasis>Options</emphasis> resource directives configure the FileSet to create an MD5 signature for each file backed up, and to compress the files using GZIP.
(no translation yet)
Located in serverguide/C/backups.xml:762(para)
4896.
For more <emphasis>Bacula</emphasis> configuration options, refer to <ulink url="http://blog.bacula.org/documentation/documentation/">Bacula's Documentation</ulink>.
(no translation yet)
Located in serverguide/C/backups.xml:873(para)
701704 of 704 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: Amarokk, Anthony MASSET, Cob @FPGLaurent, Doug Smythies, Emmanuel Sunyer, Enrico Rosina, Havok Novak, Jean-Marc, Jeff, Nicolas Delvaux, Pascal Baudry, Pascal Maugendre, Peter Matulis, Philip Millan, Pierre Slamich, Simon THOBY, Sylvie Gallet, Sébastien DUMORTIER, Vilsafur, YoBoY, alexandre958, baj, gisele perreault, jean-bernard marcon, jeanne_jeremy, simon-alexandre.