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

Re: [Debian]:rsync



Michelle Konzack <starone@cybercable.fr> writes:

> Hallo Leute,
> 
> irgendwie bekomme ich rsync nicht hin.
> Ich habe folgendes Script.
> 
> #!/bin/sh
> #
> ############################################################
> HOST="ftp.de.debian.org"
> ARCH="i386"
> RELEASE="slink"
> # RELEASE="potato"
> # RELEASE="Debian2.1r5"
> ############################################################
> # rsyn options
> OPT=""
> OPT="$OPT --archive --recursive --copy-links"
> # OPT="$OPT -r -u -l"
> # OPT="$OPT --archive --recursive"
> # OPT="$OPT --delete"
> ############################################################
> # get the "main"
> SOURCEDIR1="/debian/dists/$RELEASE/main/binary-$ARCH"
> DESTDIR1="/data/michelle-is.com/ftp/debian/$RELEASE/main"
> rsync $OPT --log-format="%o %f %l %b" rsync://$HOST/$SOURCEDIR1 $DESTDIR1
> 
> 
> Jedesmal belomme ich die Fehlermeldung:
> 
> virtual1:/# mac-rsync
> : No such file or directorysh
> `sync: unrecognized option `--copy-links

Bei mir funktioniert es mit der Slink-version
rsync (2.3.1-2) unstable; urgency=low

Die habe ich aber wohl von potato genommen und neu compiliert.
-- 
Axel Dürrbaum / Universität Gh Kassel / FB 15 - RTS Regelungstechnik
Mönchebergstraße 7 / 34109 Kassel / Germany / Technik I/II / Raum 2510
phone:+49 561 804 3261  Email:axeld@rts.maschinenbau.uni-kassel.de
------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie
bitte eine E-Mail an majordomo@jfl.de die im Body
"unsubscribe debian-user-de <deine emailadresse>"
enthaelt.
Bei Problemen bitte eine Mail an: Jan.Otto@jfl.de
------------------------------------------------
Anzahl der eingetragenen Mitglieder:     732


Reply to: