Displaying 1 result from an estimated 1 matches for "uploadqueue".
2004 May 20
2
rsync creates wrong sized files
...problems, I thought perhaps I should report it here
as well.
I'm using rsync 2.6.2 on a Debian woody system, with libc 2.2.5.
I have rsync running daily to mirror the Debian archives, mainly for
i386 files. The command I use is this:
rsync -r -R -l -t --delete --exclude=/Incoming --exclude=/UploadQueue \
--exclude=*_alpha.deb --exclude=*_alpha.udeb --exclude=*-alpha \
--exclude=*_arm.deb --exclude=*_arm.udeb --exclude=*-arm \
--exclude=*_hppa.deb --exclude=*_hppa.udeb --exclude=*-hppa \
--exclude=*_ia64.deb --exclude=*_ia64.udeb --exclude=*-ia64 \
--exclude=*_m68k.deb --exclude=*_m68k.udeb -...