Armisis Aieoln wrote:
>
> Please some one please help, ive lost my script file which used a utility other
> than wget to get cooker and to avoid keeping outdated files.... can some one
> help me?
Here's a model. touch <script> to create a file, edit the below into
it, changing for your rsync mirror (from outside Australia you cannot
reach aarnet) and for your final destination directory. The $1 is to
enable you to call the script with an n parameter which will cause
the rsync run to run right through but actually do nothing, giving
you a preview. Read man rsync.
Save it, then chmod a+x <script> to make it executable,
and call it by ./<script> or ./<script> n
#!/bin/bash
rsync -avP$1 --delete --stats \
mirror.aarnet.edu.au::mandrake-devel/cooker/ \
/downloads/cooker/
--
Regards,
Ron. [AU] - sent by Mandrake Linux.
To write a poem in 17 syllables is very diffic