Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Using instruction found on the wiki I'm attempting to download a package to my DNS 323. When I issue the command rsync -av inreto.de::dns323/fun-plug/0.5/packages/nut-2.2.2-2.tgz I see the following;
receiving file list ... done
-rw-r--r-- 1040129 2008/07/25 10:17:20 nut-2.2.2-2.tgz
sent 116 bytes received 104 bytes 146.67 bytes/sec
total size is 1040129 speedup is 4727.86
however the requested file is not copied to my DNS323.
If I issue the rsync command and add the destination directory to the command line ( rsync -av inreto.de::dns323/fun-plug/0.5/packages/nu
t-2.2.2-2.tgz /mnt/HD_a2/packages) the package is DL'ed to the destination directory as expected. Have I misunderstood instruction posted on the wiki? do I need to add the destination directory to the rsync command?
Offline
fonz wrote:
Yes, you need the destination directory. If you want to download to the current directory, use '.':
Code:
rsync -av inreto.de::dns323/fun-plug/0.5/packages/nut-2.2.2-2.tgz .
Shame on me; I thought the '.' indicated the end of the sentence!!!
Thank you
Now I'll sheepishly go back back to learning more about Linux.
Offline