> i try to backup my Website with repligard since days without success. Is > there an other way (e.g. mySql-Dumb, etc.) to backup my work?
mysqldump will backup all db keeping all objects ID. But will not backup blobs. If you need only db without blobs just run 'mysqldump -p db_name > file.sql' Repligrad should be more helpfull here as it dumps all objects , but will take longer time and will not keep all ID (but I am not sure). Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
