I use lftp for some other mirroring but I may have mistyped something as I was getting really weird file names. Thanks Nux.
BTW I'm going to do your templates here in a bit. CONFIDENTIAL: This electronic mail, including any attachment(s) may contain information that is privileged, confidential, and/or otherwise protected from disclosure to anyone other than its intended recipient(s). Any dissemination or use of this electronic email or its contents (including any attachments) by persons other than the intended recipient(s) is strictly prohibited. If you have received this message in error, please notify me immediately by reply email so that I may correct my internal records. Please then delete the original message (including any attachments) in its entirety. Thank you. -----Original Message----- From: Nux! [mailto:[email protected]] Sent: Thursday, December 04, 2014 12:49 PM To: [email protected] Subject: Re: [ACS44] release 4.4.2 imminent Matthew, You don't really need rsync for that, here's how I use lftp: cd /mirrors/packages.shapeblue.com/cloudstack/ ; lftp -e "mirror --delete;bye" http://packages.shapeblue.com/cloudstack/ cd /mirrors/packages.shapeblue.com/systemvmtemplate/ ; lftp -e "mirror --delete;bye" http://packages.shapeblue.com/systemvmtemplate/ It's a bit more resource intensive, both on my side and shapeblue's, but it works. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Matthew Midgett" <[email protected]> > To: [email protected] > Sent: Thursday, 4 December, 2014 16:17:13 > Subject: RE: [ACS44] release 4.4.2 imminent > Can you enable rsync so I can keep my local mirror up to date? > > > -----Original Message----- > From: Rohit Yadav [mailto:[email protected]] > Sent: Tuesday, December 02, 2014 6:09 PM > To: [email protected] > Subject: Re: [ACS44] release 4.4.2 imminent > > CloudStack 4.4.2 deb/rpm repository is available now, for more > information and release notes, checkout: > http://shapeblue.com/packages > >> On 18-Nov-2014, at 1:20 am, Andrija Panic <[email protected]> wrote: >> >> Upgrade fine for me - no issues at all... - from the RPMs snapshots >> >> On 17 November 2014 14:36, Daan Hoogland <[email protected]> wrote: >> >>> On Mon, Nov 17, 2014 at 2:12 PM, Pierre-Luc Dion >>> <[email protected]> >>> wrote: >>>> Trying devcloud4 with 4.4 branch and I'm having this issue: >>> >>>> I don't see the schema-441to442.sql files in the db folder too. >>>> >>>> does 442 is on a different branch? >>> >>> no, I added the file locallly and forgot to commit. it is pushed >>> now, sorry >>> >>> >>> -- >>> Daan >>> >> >> >> >> -- >> >> Andrija Panić >> -------------------------------------- >> http://admintweets.com >> -------------------------------------- > > Regards, > Rohit Yadav > Software Architect, ShapeBlue > M. +91 88 262 30892 | [email protected] > Blog: bhaisaab.org | Twitter: @_bhaisaab > > > > Find out more about ShapeBlue and our range of CloudStack related > services > > IaaS Cloud Design & > Build<http://shapeblue.com/iaas-cloud-design-and-build//> > CSForge – rapid IaaS deployment > framework<http://shapeblue.com/csforge/> > CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/> > CloudStack Software > Engineering<http://shapeblue.com/cloudstack-software-engineering/> > CloudStack Infrastructure > Support<http://shapeblue.com/cloudstack-infrastructure-support/> > CloudStack Bootcamp Training > Courses<http://shapeblue.com/cloudstack-training/> > > This email and any attachments to it may be confidential and are > intended solely for the use of the individual to whom it is addressed. > Any views or opinions expressed are solely those of the author and do > not necessarily represent those of Shape Blue Ltd or related > companies. If you are not the intended recipient of this email, you > must neither take any action based upon its contents, nor copy or show > it to anyone. Please contact the sender if you believe you have > received this email in error. Shape Blue Ltd is a company incorporated > in England & Wales. ShapeBlue Services India LLP is a company > incorporated in India and is operated under license from Shape Blue > Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in > Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty > Ltd is a company registered by The Republic of South Africa and is traded > under license from Shape Blue Ltd. > ShapeBlue is a registered trademark.
