[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Sobre la traducción de paquetes



Usage: e2fsck [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]
               [-I inode_buffer_blocks] [-P process_inode_size]
               [-l|-L bad_blocks_file] [-C fd] [-j external_journal]
               [-E extended-options] device

Ayuda de emergencia:
-p                   Reparación automática (sin preguntas)
-n                   No hace cambios al sistema de ficheros
-y                   Contesta "si" a todas las preguntas
-c                   Verifica los bloques malos y luego los agrega a la
                     lista de bloques malos
-f                   Fuerza la revisión aún si el sistema de archivos
                     está marcado como limpio
-v                   Be verbose
-b superblock        Use alternative superblock
-B blocksize         Force blocksize when looking for superblock
-j external_journal  Set location of the external journal
-l bad_blocks_file   Add to badblocks list
-L bad_blocks_file   Set badblocks list

Y esta es buena:

Modo de empleo: tar [OPCIÓN...] [FICHERO]...
GNU `tar' saves many files together into a single tape or disk archive, and can
restore individual files from the archive.

Examples:
 tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.
 tar -tvf archive.tar         # List all files in archive.tar verbosely.
 tar -xf archive.tar          # Extract all files from archive.tar.

Modo principal de operación:

 -A, --catenate, --concatenate   añade ficheros tar a un archivo
 -c, --create               crea un nuevo archivo
 -d, --diff, --compare      encuentra las diferencias entre un archivo y el
                            sistema de ficheros
     --delete               borra del archivo (¡no en cintas magnéticas!)
 -r, --append               añade ficheros al final de un archivo
 -t, --list                 lista el contenido de un archivo
     --test-label           test the archive volume label and exit
 -u, --update               solamente añade ficheros más recientes que la
                            copia del archivo
 -x, --extract, --get       extrae ficheros de un archivo

Modificadores de operación:

 -g, --listed-incremental=FICHERO
                            maneja el nuevo formato GNU de respaldo
                            incremental
 -G, --incremental          maneja el formato GNU antiguo de respaldo
                            incremental
     --ignore-failed-read   no sale con estado distinto de cero cuando hay
                            ficheros ilegibles
 -n, --seek                 archive is seekable
     --occurrence[=NÚMERO]  process only the NUMBERth occurrence of each file
                            in the archive; this option is valid only in
                            conjunction with one of the subcommands --delete,
                            --diff, --extract or --list and when a list of
                            files is given either on the command line or via
                            the -T option; NUMBER defaults to 1
     --sparse-version=MAJOR[.MINOR]
                            set version of the sparse format to use (implies
                            --sparse)
 -S, --sparse               maneja ficheros dispersos de forma eficiente

Overwrite control:

 -k, --keep-old-files       no reemplaza ficheros que existan al extraer
     --keep-newer-files     no reemplaza los ficheros que existan que sean más
                            recientes que sus copias en el archivo
     --no-overwrite-dir     conserva los metadatos de los directorios que
                            existan
     --overwrite            sobreescribe los ficheros que existan al extraer
     --overwrite-dir        overwrite metadata of existing directories when
                            extracting (default)
     --recursive-unlink     vacía jerarquías antes de extraer directorios
     --remove-files         borra los ficheros después de añadirlos al
                            archivo
 -U, --unlink-first         borra cada fichero antes de extraer sobre él
 -W, --verify               intenta verificar el archivo después de escribirlo


Select output stream:

     --ignore-command-error ignore exit codes of children
     --no-ignore-command-error   treat non-zero exit codes of children as
                            error
 -O, --to-stdout            extrae los ficheros a la salida estándar
     --to-command=ORDEN     pipe extracted files to another program

Manejo de los atributos del fichero:

     --atime-preserve[=METHOD]   preserve access times on dumped files, either
                            by restoring the times after reading
                            (METHOD='replace'; default) or by not setting the
                            times in the first place (METHOD='system')
     --delay-directory-restore   delay setting modification times and
                            permissions of extracted directories until the end
                            of extraction
     --group=NOMBRE         fuerza NOMBRE como grupo para los ficheros que se
                            añaden
     --mode=CAMBIOS         fuerza CAMBIOS (simbólicos) de modo para los
                            ficheros que se añaden
     --mtime=FECHA-O-FICHERO   set mtime for added files from DATE-OR-FILE
 -m, --touch                no extrae la fecha de modificación del fichero
     --no-delay-directory-restore
                            cancel the effect of --delay-directory-restore
                            option
     --no-same-owner        extrae los ficheros como usted mismo
     --no-same-permissions  apply the user's umask when extracting permissions
                            from the archive (default for ordinary users)
     --numeric-owner        utiliza siempre números para los nombres de
                            usuarios/grupos
     --owner=NOMBRE         fuerza NOMBRE como propietario de los ficheros que
                            se añaden
 -p, --preserve-permissions, --same-permissions
                            extract information about file permissions
                            (default for superuser)
     --preserve             lo mismo que -p y -s
     --same-owner           intenta extraer los ficheros con el mismo
                            propietario
 -s, --preserve-order, --same-order
                            ordena los nombres que se extraen para que
                            coincidan con el archivo

Device selection and switching:

 -f, --file=ARCHIVO         utiliza un archivo o el dispositivo ARCHIVO
     --force-local          archive file is local even if it has a colon
 -F, --info-script=NOMBRE, --new-volume-script=NOMBRE
                            ejecuta un script al final de cada cinta (implica
                            -M)
 -L, --tape-length=NÚMERO   cambia la cinta después de escribir NÚMERO x 1024
                            bytes
 -M, --multi-volume         crea/lista/extrae un archivo multivolumen
     --rmt-command=ORDEN    utiliza la ORDEN rmt dada en vez de rmt
     --rsh-command=ORDEN    utiliza la ORDEN remota en vez de rsh
     --volno-file=FICHERO   usa/actualiza el número de volumen en FICHERO

Bloques en los dispositivos:

 -b, --blocking-factor=BLOQUES   BLOQUES x 512 bytes por registro
 -B, --read-full-records    rehace los bloques conforme se lee (para tuberías
                            de 4.2BSD)
 -i, --ignore-zeros         no tiene en cuenta los bloques convertidos en
                            ceros dentro de un archivo (significa fin de
                            fichero)
     --record-size=NÚMERO   NUMBER of bytes per record, multiple of 512

Selección del formato de archivo:

 -H, --format=FORMATO       create archive of the given format

FORMATO es uno de los siguientes:

   gnu                      formato GNU tar 1.13.x
   oldgnu                   formato GNU de tar <= 1.12
   pax                      formato POSIX 1003.1-2001 (pax)
   posix                    same as pax
   ustar                    formato POSIX 1003.1-1988 (ustar)
   v7                       formato tar V7 antiguo

 -j, --bzip2                filtra el archivo a través de bzip2
     --old-archive, --portability
                            lo mismo que --format=v7
     --pax-option=keyword[[:]=value][,keyword[[:]=value]]...
                            palabras clave de control de pax
     --posix                lo mismo que --format=posix
     --use-compress-program=PROG
                            filtra a través de PROG (debe aceptar -d)
 -V, --label=TEXTO          create archive with volume name TEXT; at
                            list/extract time, use TEXT as a globbing pattern
                            for volume name
 -z, --gzip, --gunzip, --ungzip   filtra el arhivo a través de gzip
 -Z, --compress, --uncompress   filtra el archivo a través de compress

Selección del fichero local:

     --add-file=FICHERO     add given FILE to the archive (useful if its name
                            starts with a dash)
     --backup[=CONTROL]     se hace un respaldo antes de borrar, escoja el
                            CONTROL de versión
 -C, --directory=DIR        cambia al directorio DIR
     --exclude=PATRÓN       excluye ficheros, dados como un PATRÓN
     --exclude-caches       excluye los directorios que contienen una marca de
                            caché
 -h, --dereference          follow symlinks; archive and dump the files they
                            point to
 -K, --starting-file=NOMBRE-DE-MIEMBRO
                            comienza por el miembro NOMBRE-DE-MIEMBRO dentro
                            del archivo
     --newer-mtime=FECHA    compara la fecha y hora solamente cuando cambian
                            los datos
     --no-recursion         evita descender automáticamente en los
                            directorios
     --no-unquote           do not unquote filenames read with -T
     --null                 -T lee nombres terminados en nulo, desactiva -C
 -N, --newer=FECHA-O-FICHERO, --after-date=FECHA-O-FICHERO
                            almacena solamente ficheros más recientes que
                            FECHA-O-FICHERO
     --one-file-system      permanece en el sistema de ficheros locales al
                            crear el archivo
 -P, --absolute-names       no elimina la `/' inicial de los nombres de
                            ficheros
     --recursion            opera recursivamente sobre los directorios (por
                            omisión)
     --suffix=CADENA        backup before removal, override usual suffix ('~'
                            unless overridden by environment variable
                            SIMPLE_BACKUP_SUFFIX)
 -T, --files-from=FICHERO   get names to extract or create from FILE
     --unquote              unquote filenames read with -T (default)
 -X, --exclude-from=FICHERO excluye los patrones listados en FICHERO

File name transformations:

     --strip-components=NÚMERO   strip NUMBER leading components from file
                            names on extraction
     --transform=EXPRESSION use sed replace EXPRESSION to transform file
                            names

File name matching options (affect both exclude and include patterns):

     --anchored             patterns match file name start
     --ignore-case          ignore case
     --no-anchored          patterns match after any `/' (default for
                            exclusion)
     --no-ignore-case       case sensitive matching (default)
     --no-wildcards         verbatim string matching
     --no-wildcards-match-slash   wildcards do not match `/'
     --wildcards            use wildcards (default for exclusion)
     --wildcards-match-slash   wildcards match `/' (default for exclusion)

Salida informativa:

     --checkpoint[=[.]NUMBER]   display progress messages every NUMBERth
                            record (default 10)
     --index-file=FICHERO   envía la salida detallada a FICHERO
 -l, --check-links          muestra un mensaje si no se vuelcan todos los
                            enlaces
     --no-quote-chars=CADENA   disable quoting for characters from STRING
     --quote-chars=CADENA   additionally quote characters from STRING
     --quoting-style=STYLE  set name quoting style; see below for valid STYLE
                            values
 -R, --block-number         muestra el número de bloque dentro del archivo con
                            cada mensaje
     --show-defaults        show tar defaults
     --show-omitted-dirs    when listing or extracting, list each directory
                            that does not match search criteria
     --show-transformed-names, --show-stored-names
                            show file or archive names after transformation
     --totals[=SIGNAL]      print total bytes after processing the archive;
                            with an argument - print total bytes when this
                            SIGNAL is delivered; Allowed signals are: SIGHUP,
                            SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names
                            without SIG prefix are also accepted
     --utc                  muestra las fechas de modificación de los ficheros
                            en UTC
 -v, --verbose              lista los ficheros procesados detalladamente
 -w, --interactive, --confirmation
                            pide confirmación para cada acción

Opciones de compatibilidad:

     --allow-name-mangling  when creating, allow GNUTYPE_NAMES mangling --
                            considered dangerous
 -o                         when creating, same as --old-archive; when
                            extracting, same as --no-same-owner

Otras opciones:

 -?, --help                 give this help list
     --restrict             disable use of some potentially harmful options
     --usage                give a short usage message
     --version              print program version

Los argumentos obligatorios u opcionales para las opciones largas son también
obligatorios u opcionales para las opciones cortas correspondientes.

The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.
The version control may be set with --backup or VERSION_CONTROL, values are:

 none, off       never make backups
 t, numbered     make numbered backups
 nil, existing   numbered if numbered backups exist, simple otherwise
 never, simple   always make simple backups

Valid arguments for --quoting-style options are:

 literal
 shell
 shell-always
 c
 escape
 locale
 clocale

Las opciones predeterminadas de *esta* versión de tar son:
--format=gnu -f- -b20 --quoting-style=escape --rmt-command=/usr/sbin/rmt
--rsh-command=/usr/bin/rsh

Comunicar bichos a <bug-tar@gnu.org>.

Ésa última frase me encanta, igual que una por ahí de "Reportar bichos
a", por eso pensé que las traducciones estaban un poco abandonadas, o
tal vez no actualizadas, o tal vez hacía falta más gente traduciendo.

Saludos.

--
Venturi

Reply to: