> der test ergab, das die option -h, also symlinks folgen
> nicht unterst�tzt wird.
Da habe ich die Fritzboxe verwechselt, mea culpa:
tar auf einem 7390 mit Firmware: FRITZ!OS 05.21:
==================
# tar h
BusyBox v1.18.5 (2012-03-27 15:06:45 CEST) multi-call binary.
Usage: tar -[cxtvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE]...
Create, extract, or list files from a tar file
Operation:
c Create
x Extract
t List
Options:
f Name of TARFILE ('-' for stdin/out)
C Change to DIR before operation
v Verbose
O Extract to stdout
h Follow symlinks
exclude File to exclude
X File with names to exclude
T File with names to include
==================
Auf einem 7270 mit nicht mehr aktuellen Firmware-Version 74.05.05
==================
# tar h
BusyBox v1.16.1 (2011-03-15 11:17:45 CET) multi-call binary.
Usage: tar -[cxtvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE]...
Create, extract, or list files from a tar file
Options:
c Create
x Extract
t List
Archive format selection:
File selection:
f Name of TARFILE or "-" for stdin
O Extract to stdout
exclude File to exclude
X File with names to exclude
C Change to DIR before operation
v Verbose
=================
Also auf dem 7390-er gibt es das h, auf dem deutlich seltener benutzten 7270-er
nicht, deswegen keine Beschwerden.
> wie wollen wir damit umgehen?
Ein tar Kommando als Attribut. Default ist sehr konservativ, wer symlinks hat,
soll es entsprechend anpassen. Mein Motto: Im Zweifel einfacher fuer den
Programmierer.