RE: HowTo rsync smeserver-6.0unsupported.iso
"Darrell May" <[email protected]> Wed, 10 Dec 2003 23:57:25 -0600
| Newsgroups | gmane.network.e-smith.devel |
|---|---|
| Message-ID | <000501c3bfab$a78c52d0$1716a8c0@station1> |
> These backslashes are not required..... I can not confirm your assessment. My original post works exactly as advertised creating the correct output I'm looking for. See below: (Note this e-mail may line wrap inappropriately) [root@test root]# 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 [root@test root]# cat /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 . 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