HowTo rsync smeserver-6.0unsupported.iso
"Darrell May" <[email protected]> Wed, 10 Dec 2003 20:12:14 -0600
| Newsgroups | gmane.network.e-smith.devel |
|---|---|
| Message-ID | <001501c3bf8c$327ec000$1716a8c0@station1> |
HowTo rsync smeserver-6.0unsupported.iso Grab your current beta iso and copy to /root, cut and paste everything 'between' (do not include) the two cut lines below which will automagically create /root/synciso.sh: --------- cut here ---------------- cat << EOF > /root/synciso.sh #!/bin/sh OLD_ISO="smeserver-6.0beta3-unsupported.iso" RSYNC_OPTS="-avv --progress --stats --partial" MIRROR="rsync://rsynctest.sunsite.org.uk/sites/rsync.e-smith.org/e-smith/e-s mith/releases/6.0/iso" NEW_ISO="smeserver-6.0unsupported.iso" mv \$OLD_ISO \$NEW_ISO rsync \$RSYNC_OPTS \$MIRROR/\$NEW_ISO . EOF --------- end cut here ---------------- From /root execute the following command to rsync smeserver-6.0unsupported.iso over top of your existing beta iso: # sh /root/synciso.sh Regards, Darrell -- Please report bugs to [email protected] Please mail [email protected] (only) to discuss security issues Support for registered customers and partners to [email protected] To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Searchable archive at http://www.mail-archive.com/devinfo%40lists.e-smith.org