Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Remote MySQL backup and download
- Date: Fri, 13 Mar 2009 14:37:49 +0100
- From: Francois Cartegnie <fcartegnie@example.com>
- Subject: Re: [tlug] Remote MySQL backup and download
- References: <49BA27E5.40408@articlass.org> <82c89d700903130341j1342deb6t35e7f8892972f150@mail.gmail.com>
- User-agent: KMail/1.9.9
Le vendredi 13 mars 2009, David Shanahan a écrit : > If you want to use a pipe in your command, use quotes otherwise your > local shell will setup a local pipe > ssh user@example.com "mysqldump dname | bzip2" >`date -I`.db.dump.bz2 I'm not a fan of MysqlDumping over network (dsl?) as your dump speed is limited to the transfer (+compression) speed. Mysqldump needs to lock myisam tables and, depending on size, you might end up with blocking for many minutes your sql servers. So, if the tables are non transactional, it's better to make a local dump, compress, then transfer. But not using another technique than mysqldump is even better :)
- References:
- [tlug] Remote MySQL backup and download
- From: Dave M G
- Re: [tlug] Remote MySQL backup and download
- From: David Shanahan
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Remote MySQL backup and download
- Next by Date: Re: [tlug] Long-term Stability Distros (was: Flash and Firexfox 2)
- Previous by thread: Re: [tlug] Remote MySQL backup and download
- Next by thread: Re: [tlug] Remote MySQL backup and download
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links