Hi mysql wizards,

I've a problem with mysqlhotcopy, i.e. the 'copy step' fails. I've no
idea why  (for I don't understand perl), could anyone help?

Here is how mysqlhotcopy is invoked (intentionaly using option
'-n' here):

 mysqlhotcopy webimages /swpr_ss02-2/frisbee/dbbackups --allowold
--keepold  -u frisbeebackup -p DOIT -n
rmtree /swpr_ss02-2/frisbee/dbbackups/webimages_old
rename /swpr_ss02-2/frisbee/dbbackups/webimages,
/swpr_ss02-2/frisbee/dbbackups/webimages_old
mkdir /swpr_ss02-2/frisbee/dbbackups/webimages/, 0750
LOCK TABLES webimages.CONFIGURATION READ, webimages.CONTEXTS READ,
webimages.HOSTS READ, webimages.HTMLPAGES READ, webimages.HTMLPAGES_OLD
READ, webimages.IMAGES READ, webimages.IMAGES_OLD READ,
webimages.IMAGE_DATA READ, webimages.JOBENTRY_CONTEXTANALYSIS READ,
webimages.JOBENTRY_DLCONTEXT READ, webimages.JOBENTRY_DLIMAGE READ,
webimages.JOBENTRY_IMAGE_FEATURES READ, webimages.JOBENTRY_IMAGE_INFO
READ, webimages.JOBLIST_CONTEXTANALYSIS READ,
webimages.JOBLIST_DLCONTEXT READ, webimages.JOBLIST_DLIMAGE READ,
webimages.JOBLIST_IMAGE_FEATURES READ, webimages.JOBLIST_IMAGE_INFO
READ, webimages.KEYWORDS READ, webimages.KEYWORDS_OLD READ,
webimages.MN_IMAGES_KEYWORDS READ
FLUSH TABLES /*!32323 webimages.CONFIGURATION, webimages.CONTEXTS,
webimages.HOSTS, webimages.HTMLPAGES, webimages.HTMLPAGES_OLD,
webimages.IMAGES, webimages.IMAGES_OLD, webimages.IMAGE_DATA,
webimages.JOBENTRY_CONTEXTANALYSIS, webimages.JOBENTRY_DLCONTEXT,
webimages.JOBENTRY_DLIMAGE, webimages.JOBENTRY_IMAGE_FEATURES,
webimages.JOBENTRY_IMAGE_INFO, webimages.JOBLIST_CONTEXTANALYSIS,
webimages.JOBLIST_DLCONTEXT, webimages.JOBLIST_DLIMAGE,
webimages.JOBLIST_IMAGE_FEATURES, webimages.JOBLIST_IMAGE_INFO,
webimages.KEYWORDS, webimages.KEYWORDS_OLD, webimages.MN_IMAGES_KEYWORDS
*/
Copying 63 files...
cp -p /swpr_ss02-2/frisbee/dbbackups/webimages
Copying indices for 0 files...
UNLOCK TABLES

As you can see, the cp command is missing the source parameter...
This is mysqlhotcopy version 1.14 running on a debian linux.

Regards,
Ralf

-- 
-------------------------------------------------------------------------
Ralf Jüngling
Institut für Informatik - Lehrstuhl f. Mustererkennung &
Bildverarbeitung
Georges-Köhler-Allee
Gebäude 52                                       Tel:
+49-(0)761-203-8215
79110 Freiburg                                   Fax:
+49-(0)761-203-8262
-------------------------------------------------------------------------


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to