LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   setting up a mirror? (https://www.linuxquestions.org/questions/slackware-14/setting-up-a-mirror-102070/)

andrewlkho 10-09-2003 10:07 AM

setting up a mirror?
 
Hi,
I'm looking to set up a mirror of slackware, mainly of slackware-current, on a computer I have. Does anyone know how I might go about this, or any information [eg frequency, size required]?
Many thanks,

trickykid 10-09-2003 10:22 AM

You can mirror sites with wget..

Believe its wget -m <site-or-ftp-name>

man wget for more options, details.

I'd probably guess you'd want to have at least 2GB space... shouldn't be any more than that total, etc.

andrewlkho 10-09-2003 10:36 AM

thanks trickykid, I'm looking into it.
Regards,

Speedfreak 10-09-2003 12:35 PM

Or you could use RSYNC. This is what I use to maintain a mirror of -current.

rsync -r -v --stats --delete --exclude=/source/ --exclude=/zipslack/ --exclude=/isolinux/ rsync://rsync.slackware.no/slackware/slackware-current/ /mnt/backup2/slackware-current/

Yes, thats all one line...

//N

andrewlkho 10-09-2003 02:12 PM

thank you very much speedfreak, that's exactly what I wanted [rsync is more configurable than wget]

trickykid 10-09-2003 02:32 PM

Quote:

Originally posted by ho_10
thank you very much speedfreak, that's exactly what I wanted [rsync is more configurable than wget]
Yeah that's what I figured to.. totally slipped my mind before..

I tend to only remember certain options early in the morning.. forgetting all what's out there til later.. :p


All times are GMT -5. The time now is 01:27 PM.