1. I have a script that more less says the following: rsync -rav ftp..* :: ***/debian/dists/potato/main/binary-i386 /mnt/drE/mirror/debian/dists/potato/main This way it works fine, but if I say rsync -rav ftp..* :: ***/debian/dists/potato/main/binary-i386 (same line) /mnt/drE/mirror/debian/dists/potato/main/binary-i386 Then it dupms the binary-i386 within the destination, creating another top one, that is **/main/binary-i386/binary-i386 Is that normal, or I am missing something?
2. With the script in the working right form (see above, top), after a file is downloaded, I get chown ********** : Operation not permited and keeps going. I suppose that it tries to somehow cahnge the ownership -root- of the just copied filed, but it gets annoying after a while. How do i fix this? Thanks a LOT.