<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; unix pipe</title> <atom:link href="http://www.cyberciti.biz/tips/tag/unix-pipe/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</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, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Quickly Backup / dump MySql / Postgres database to another remote server securely</title><link>http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html</link> <comments>http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html#comments</comments> <pubDate>Mon, 01 Oct 2007 04:11:53 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Backup]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Postgresql]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[dd command]]></category> <category><![CDATA[mysql database backup]]></category> <category><![CDATA[mysqldump command]]></category> <category><![CDATA[pg dump command]]></category> <category><![CDATA[postgres database backup]]></category> <category><![CDATA[ssh protocol]]></category> <category><![CDATA[unix pipe]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html</guid> <description><![CDATA[Using UNIX pipe concept one can dump database to another server securely using ssh protocol. All you need remote execution rights for the 'dd' command, over SSH. This allows you to run database dumps across an encrypted channel. Dump Postgres Database using ssh Use pg_dump command command: pg_dump -U USERNAME YOUR-DATABASE-NAME &#124; ssh user@remote.server.com "dd [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/backup-postgres-mysql-securely-using-ssh.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
