Sindbad~EG File Manager
Modo de empleo: gtar [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:
--check-device check device numbers when creating incremental
archives (default)
-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
--level=NÚMERO dump level for created listed-incremental archive
-n, --seek archive is seekable
--no-check-device do not check device numbers when creating
incremental archives
--no-seek archive is not 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 don't replace existing files when extracting,
treat them as errors
--keep-directory-symlink preserve existing symlinks to directories when
extracting
--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
--skip-old-files don't replace existing files when extracting,
silently skip over them
-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 extract files as yourself (default for ordinary
users)
--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 try extracting files with the same ownership as
exists in the archive (default for superuser)
-s, --preserve-order, --same-order
member arguments are listed in the same order as
the files in the archive
Handling of extended file attributes:
--acls Enable the POSIX ACLs support
--no-acls Disable the POSIX ACLs support
--no-selinux Disable the SELinux context support
--no-xattrs Disable extended attributes support
--selinux Enable the SELinux context support
--xattrs Enable extended attributes support
--xattrs-exclude=MASK specify the exclude pattern for xattr keys
--xattrs-include=MASK specify the include pattern for xattr keys
Selección de dispositivo y opciones:
-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
--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
-V, --label=TEXTO create archive with volume name TEXT; at
list/extract time, use TEXT as a globbing pattern
for volume name
Compression options:
-a, --auto-compress use archive suffix to determine the compression
program
-I, --use-compress-program=PROG
filtra a través de PROG (debe aceptar -d)
-j, --bzip2 filter the archive through bzip2
-J, --xz filter the archive through xz
--lzip filter the archive through lzip
--lzma filter the archive through lzma
--lzop
--no-auto-compress do not use archive suffix to determine the
compression program
-z, --gzip, --gunzip, --ungzip filter the archive through gzip
-Z, --compress, --uncompress filter the archive through 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-backups exclude backup and lock files
--exclude-caches exclude contents of directories containing
CACHEDIR.TAG, except for the tag file itself
--exclude-caches-all exclude directories containing CACHEDIR.TAG
--exclude-caches-under exclude everything under directories containing
CACHEDIR.TAG
--exclude-tag=FICHERO exclude contents of directories containing FILE,
except for FILE itself
--exclude-tag-all=FICHERO exclude directories containing FILE
--exclude-tag-under=FICHERO
exclude everything under directories containing
FILE
--exclude-vcs exclude version control system directories
-h, --dereference follow symlinks; archive and dump the files they
point to
--hard-dereference follow hard links; archive and dump the files they
refer to
-K, --starting-file=NOMBRE-DE-MIEMBRO
begin at member MEMBER-NAME when reading the
archive
--newer-mtime=FECHA compara la fecha y hora solamente cuando cambian
los datos
--no-null disable the effect of the previous --null option
--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, --xform=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)
--wildcards-match-slash wildcards match `/' (default for exclusion)
Salida informativa:
--checkpoint[=NÚMERO] display progress messages every NUMBERth record
(default 10)
--checkpoint-action=ACTION execute ACTION on each checkpoint
--full-time print file time to its full resolution
--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 print file modification times in UTC
-v, --verbose lista los ficheros procesados detalladamente
--warning=KEYWORD warning control
-w, --interactive, --confirmation
pide confirmación para cada acción
Opciones de compatibilidad:
-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 the --quoting-style option are:
literal
shell
shell-always
c
c-maybe
escape
locale
clocale
Las opciones predeterminadas de *esta* versión de tar son:
--format=gnu -f- -b20 --quoting-style=escape --rmt-command=/etc/rmt
--rsh-command=/usr/bin/ssh
Comunicar bichos a <bug-tar@gnu.org>.
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists