<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Quickly Backup / dump MySql / Postgres database to another remote server securely</title> <atom:link href="http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: DSampaolo</title><link>http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html#comment-148785</link> <dc:creator>DSampaolo</dc:creator> <pubDate>Tue, 02 Jun 2009 09:09:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html#comment-148785</guid> <description>Same problem as Ron. Should I touch the file first ? Seems odd... Anyway, thanks for the tips! :)</description> <content:encoded><![CDATA[<p>Same problem as Ron. Should I touch the file first ? Seems odd&#8230; Anyway, thanks for the tips! :)</p> ]]></content:encoded> </item> <item><title>By: melichades</title><link>http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html#comment-144810</link> <dc:creator>melichades</dc:creator> <pubDate>Sun, 31 Aug 2008 17:05:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html#comment-144810</guid> <description>mysqldump -u USERnAME -p&#039;PASSWORD&#039; YOUR-DATABASE-NAME &#124; ssh ....
this will lock your db-server for a very long time ...
better do a mysqlcopy ... --noindexes first, then rebuild the indexes, and then go on as described.</description> <content:encoded><![CDATA[<p>mysqldump -u USERnAME -p&#8217;PASSWORD&#8217; YOUR-DATABASE-NAME | ssh &#8230;.</p><p>this will lock your db-server for a very long time &#8230;</p><p>better do a mysqlcopy &#8230; &#8211;noindexes first, then rebuild the indexes, and then go on as described.</p> ]]></content:encoded> </item> <item><title>By: Cory</title><link>http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html#comment-143455</link> <dc:creator>Cory</dc:creator> <pubDate>Sun, 13 Apr 2008 22:18:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html#comment-143455</guid> <description>The MySQL backup command is not secure -- anyone can view the password using `ps` on the local machine. It is preferred to use the .my.cnf file, with a [mysqldump] header.</description> <content:encoded><![CDATA[<p>The MySQL backup command is not secure &#8212; anyone can view the password using `ps` on the local machine. It is preferred to use the .my.cnf file, with a [mysqldump] header.</p> ]]></content:encoded> </item> <item><title>By: Ron</title><link>http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html#comment-141268</link> <dc:creator>Ron</dc:creator> <pubDate>Wed, 03 Oct 2007 16:50:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html#comment-141268</guid> <description>How do you include the Postgre password in the command line and stop the system from responding that file not found on the remote server?</description> <content:encoded><![CDATA[<p>How do you include the Postgre password in the command line and stop the system from responding that file not found on the remote server?</p> ]]></content:encoded> </item> </channel> </rss>
