[Linux] Remote Wordpress backup
Steven Benmosh
linux@flux.org
Sat, 12 Jul 2008 20:04:42 -0600
------=_Part_23612_32481829.1215914682698
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I run a blog using wordpress, and am trying to back up the database
according to their instructions, with the command:
mysqldump --add-drop-table -h localhost -u wordpress -p blog | bzip2
I can do it locally, but when I try it from ssh I get an error:
bzip2: I won't write compressed data to a terminal.
I get a similar error with gzip, so this is not bzip's fault. Is there a way
to do the backup remotely with this command?
Thanks,
Z.
--
Check out my web site - www.words2u.net
------=_Part_23612_32481829.1215914682698
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I run a blog using wordpress, and am trying to back up the database according to their instructions, with the command: <br><br>mysqldump --add-drop-table -h localhost -u wordpress -p blog | bzip2 <br><br>I can do it locally, but when I try it from ssh I get an error:<br>
<br>bzip2: I won't write compressed data to a terminal.<br><br>I get a similar error with gzip, so this is not bzip's fault. Is there a way to do the backup remotely with this command? <br clear="all"><br>Thanks,<br>
<br>Z.<br>-- <br>Check out my web site - <a href="http://www.words2u.net">www.words2u.net</a>
------=_Part_23612_32481829.1215914682698--