Index: [Article Count Order] [Thread]

Date:  Tue, 15 Apr 2008 16:36:16 -0700 (PDT)
From:  mailing list <sunlist (at mark) yahoo.com>
Subject:  [coba-e:12594] Re: How to upgrade packages (mysql, php, perl, etc.)
To:  coba-e (at mark) bluequartz.org
Message-Id:  <575002.62973.qm (at mark) web63804.mail.re1.yahoo.com>
In-Reply-To:  <480516A4.9020000 (at mark) falkner-technik.at>
X-Mail-Count: 12594


--- Martin Falkner <chef (at mark) falkner-technik.at> wrote:

> i think this could be useful:
> http://www.osoffice.co.uk/forum/viewtopic.php?t=368

Good info.  The instruction provides a way to backup those admserv files and
the PHP4 lib.  I might give this a whirl on my test machine.  BTW, instead of
"cp -R" try any of the below: (it'll preserve file permission, date, links,
etc. versus "cp -R").

# tar cf - directory1 | (cd /directory2; tar xvf -)
or
# tar cf - directory1 | (cd /directory2 && tar xvf -)
or
# rsync -av /old/dir1 /new/dir2
(no trailing / for dir in rsync ie. /old/dir1/ or /new/dir2/ not recommended)


Mike



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ