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

Re: rsync



On Monday 04 December 2000 11:28, Joaquim Ortega-Cerda wrote:
> Yes it is running. The module name is kde, not debian. You should use
>  rsync -v -az --delete kde.tdyc.com:kde/dists/potato dists/potato/
> instead of
> rsync -v -az --delete kde.tdyc.com:debian/dists/potato dists/potato/
> Quim

Arrrgh!  Thanks Quim!!  I always forget that I can list modules with rsync.
Will put it into cron when 2.0.1 potato debs appear.  FWIW if someone
else what's to use rsync only for KDE2 i386 potato debs:

    cd "$tdyc_mirror_root"
    exec rsync --dry-run -v -v -az --delete --delete-excluded \
        --exclude source/       \
        --exclude incoming/     \
        --exclude changes/      \
        --exclude qt1apps/      \
        --exclude binary-alpha/ \
        --exclude binary-m68k/  \
        --exclude binary-sparc/ \
        --exclude binary-powerpc/ \
        kde.tdyc.com::kde/dists/potato/ .

Remove --dry-run and -v's as you like :)
Achim



Reply to: