bug-gnu-utils
[Top][All Lists]
Advanced

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

Some options... disappear!


From: Pasquale Federico Zema
Subject: Some options... disappear!
Date: Tue, 19 Feb 2002 15:09:36 +0100 (CET)

Hello everybody,
 I'm running Slackware 8.0 - Linux 2.4.5 on a Celeron (Coppermine); it
looks like if some options, in particular circumstances, were not
considered:


1) in the following command, I had to use twice the option "--verbose",
otherwise no filenames were printed:

nice -19 tar --create --bzip2 --verbose --verbose --one-file-system \
 --exclude="$tmpdirname" --numeric-owner \
 --after-date="${oldm}/${oldd}/${oldy} 00:01" \
 --file=$tar_file "$@" 1> $tar_log


2) in this command, a single "--one-file-system" option did not work, I
had to repeat it:

nice -19 tar --create --bzip2 --one-file-system --one-file-system \
 --exclude="$tmpdirname" --numeric-owner "$@" | \
 nice -19 split -b 620m - ${tar_file}_


Every variable used in this command works fine with other combinations
of options; in particular, I could notice that the first command works
fine if I use "--gzip" instead of "--bzip2", and that the second command
started to fail when I first tried to feed the archive directly to the
"split" instead of using the "--file" option.

Please feel free to contact me for any request for details.

Thank you in advance
Federico


address@hidden:~# tar --version
tar (GNU tar) 1.13

Copyright (C) 1988, 92,93,94,95,96,97,98, 1999 Free Software Foundation,
Inc. This is free software; see the source for copying conditions.  
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Written by John Gilmore and Jay Fenlason.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]