Browsing Slovak translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions.
18881897 of 2030 results
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> premenná, ktorá obsahuje zoznam priečinkov, ktoré sa majú zálohovať. Tento zoznam si môžeme upraviť podľa našich potrieb.
Translated and reviewed by Peter Mráz
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> premenná, ktorá obsahuje deň v týždni (Pondelok, Utorok, Streda, atď.). Táto premenná sa používa na vytvorenie archívu pre každý deň v týždni, čo nám poskytne sedem dňovú históriu archívov. Meno archívu môžeme vytvoriť aj inými spôsobmi. Napríklad môžeme využiť nástroj <application>date</application>.
Translated and reviewed by Peter Mráz
Located in serverguide/C/backups.xml:83(para)
1891.
<emphasis>$hostname:</emphasis> variable containing the <emphasis>short</emphasis> hostname of the system. Using the hostname in the archive filename gives you the option of placing daily archive files from multiple systems in the same directory.
<emphasis>$hostname:</emphasis> premenná, ktorá obsahuje <emphasis>krátky</emphasis> názov stanice. Vďaka tomuto menu rozoznáme, z ktorého počítača záloha pochádza, v prípade, že na rovnaké miesto ukladáme zálohy z viacerých počítačov.
Translated and reviewed by Peter Mráz
Located in serverguide/C/backups.xml:90(para)
1892.
<emphasis>$archive_file:</emphasis> the full archive filename.
<emphasis>$archive_file:</emphasis> celé meno súboru s archívom.
Translated and reviewed by Peter Mráz
Located in serverguide/C/backups.xml:97(para)
1893.
<emphasis>$dest:</emphasis> destination of the archive file. The directory needs to be created and in this case <emphasis>mounted</emphasis> before executing the backup script. See <xref linkend="network-file-system"/> for details using <emphasis>NFS</emphasis>.
<emphasis>$dest:</emphasis> priečinok, do ktorého sa má archív uložiť. Tento priečinok je potrebné pred použitím skriptu vytvoriť a v našom prípade aj <emphasis>pripojiť</emphasis> pomocou NFS. Viac informácií o <emphasis>NFS</emphasis> sa nachádza v časti <xref linkend="network-file-system"/>.
Translated and reviewed by Peter Mráz
Located in serverguide/C/backups.xml:102(para)
1894.
<emphasis>status messages:</emphasis> optional messages printed to the console using the <application>echo</application> utility.
<emphasis>stavové správy:</emphasis> toto sú voliteľné správy, ktoré sa vypíšu pomocou nástroja <application>echo</application> na počítači, aby používateľ vedel, čo sa na počítači deje.
Translated and reviewed by Peter Mráz
Located in serverguide/C/backups.xml:109(para)
1895.
<emphasis>tar czf $dest/$archive_file $backup_files:</emphasis> the <application>tar</application> command used to create the archive file.
<emphasis>tar czf $dest/$archive_file $backup_files:</emphasis> príkaz <application>tar</application> sa využíva na vytvorenie archívu.
Translated and reviewed by Peter Mráz
Located in serverguide/C/backups.xml:115(para)
1896.
<emphasis>c:</emphasis> creates an archive.
<emphasis>c:</emphasis> vytvorí archív.
Translated and reviewed by Peter Mráz
Located in serverguide/C/backups.xml:121(para)
1897.
<emphasis>z:</emphasis> filter the archive through the <application>gzip</application> utility compressing the archive.
<emphasis>z:</emphasis> použije kompresiu <application>gzip</application>.
Translated and reviewed by Peter Mráz
Located in serverguide/C/backups.xml:126(para)
18881897 of 2030 results

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

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

Contributors to this translation: Blackbird, Connor Imes, Jozef Káčer, Martin, Matthew East, Peter Mráz, Peter Mráz, Vladimir Polony, salwator.