Re: Mirror Cron job ?

1997-08-27 Thread joost witteveen
> What is the correct way to set up a mirror cron job that runs daily? > This is what I have done. > Created a file /etc/cron.daily/mirror with this in it: > > #!/bin/sh > > /usr/bin/mirror /etc/mirror/packages/ftp.debian.org > > > Shouldn't this be run a

Mirror Cron job ?

1997-08-27 Thread Ricardo Muggli
What is the correct way to set up a mirror cron job that runs daily? This is what I have done. Created a file /etc/cron.daily/mirror with this in it: #!/bin/sh /usr/bin/mirror /etc/mirror/packages/ftp.debian.org Shouldn't this be run as a different user than root? If so how do I set