<?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>Frequently Asked Questions About Linux / UNIX &#187; rsnapshot command</title> <atom:link href="http://www.cyberciti.biz/faq/tag/rsnapshot-command/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +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>UNIX / Linux: Rsnapshot Restore Backups</title><link>http://www.cyberciti.biz/faq/restoring-backup-files-with-rsnapshot-unix-linux-bsd-appleosx/</link> <comments>http://www.cyberciti.biz/faq/restoring-backup-files-with-rsnapshot-unix-linux-bsd-appleosx/#comments</comments> <pubDate>Thu, 27 Jan 2011 12:28:59 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[backup server]]></category> <category><![CDATA[redhat]]></category> <category><![CDATA[restore backups from rsnapshot server]]></category> <category><![CDATA[restore mysql from rsnapshot backup server]]></category> <category><![CDATA[rsnapshot]]></category> <category><![CDATA[rsnapshot command]]></category> <category><![CDATA[rsync command]]></category> <category><![CDATA[scp command]]></category> <category><![CDATA[server1]]></category> <category><![CDATA[snapshot backup server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=9840</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/unix/' title='See all UNIX related articles/faq'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> <span
class="drop_cap">I</span>'ve created the backup server using <a
href="http://www.cyberciti.biz/faq/redhat-cetos-linux-remote-backup-snapshot-server/" title="How To Set Red hat / CentOS Linux Remote Backup / Snapshot Server">this tutorial under Redhat</a> and <a
href="http://www.cyberciti.biz/faq/linux-rsnapshot-backup-howto/" title="Debian / Ubuntu Linux Install and Configure Remote Filesystem Snapshot with rsnapshot Incremental Backup Utility">Debian Linux systems</a>. How do I restore files (such as /var/www/html) with rsnapshot backup tool? How do I restore MySQL database dumps with rsnapshot under UNIX or Linux operating systems? ]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/restoring-backup-files-with-rsnapshot-unix-linux-bsd-appleosx/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Rsnapshot WARNING: Could not lchown() symlink &quot;/path/to/file&quot; Error and Solution</title><link>http://www.cyberciti.biz/faq/warning-could-not-lchown/</link> <comments>http://www.cyberciti.biz/faq/warning-could-not-lchown/#comments</comments> <pubDate>Tue, 03 Nov 2009 16:17:05 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[backup]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac os x]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[backup server]]></category> <category><![CDATA[cron job]]></category> <category><![CDATA[Debian install Lchown]]></category> <category><![CDATA[Install Lchown]]></category> <category><![CDATA[Lchown]]></category> <category><![CDATA[Linux install Lchown]]></category> <category><![CDATA[perl interface]]></category> <category><![CDATA[reading package]]></category> <category><![CDATA[rsnapshot command]]></category> <category><![CDATA[system call]]></category> <category><![CDATA[unix system]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5613</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/troubleshooting/' title='See all Troubleshooting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/configure.png' border='0' /></a></div> <span
class="drop_cap">I</span> got <a
href="http://www.cyberciti.biz/faq/linux-rsnapshot-backup-howto/">rsnapshot based backup server</a> up and running for my network under Debian Linux 5.x. But, whenever I run a backup job using the following command:<br
/> <em>rsnapshot -v -c /root/rsnapshot.server1.conf hourly</em><br
/> I get the following messages on screen:<br
/><blockquote>WARNING: Could not lchown() symlink "/nas/.rsnapshot/hourly.1/server1.example.com/etc/alternatives/locate" <strong>WARNING: Could not lchown() symlink "/nas/.rsnapshot/hourly.1/server1.example.com/etc/alternatives/nc.1.gz"</strong> WARNING: Could not lchown() symlink "/nas/.rsnapshot/hourly.1/server1.example.com/etc/alternatives/jexec-binfmt"
WARNING: Could not lchown() symlink "/nas/.rsnapshot/hourly.1/server1.example.com/etc/alternatives/servertool"</blockquote><br
/> How do I fix this problem?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/warning-could-not-lchown/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How To Set Red hat / CentOS Linux Remote Backup / Snapshot Server</title><link>http://www.cyberciti.biz/faq/redhat-cetos-linux-remote-backup-snapshot-server/</link> <comments>http://www.cyberciti.biz/faq/redhat-cetos-linux-remote-backup-snapshot-server/#comments</comments> <pubDate>Sat, 05 Jul 2008 19:12:15 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[backup]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[/etc/rsnapshot.conf]]></category> <category><![CDATA[data backup]]></category> <category><![CDATA[linux remote backup]]></category> <category><![CDATA[remote backup solution]]></category> <category><![CDATA[remote backup solutions]]></category> <category><![CDATA[remote backup storage]]></category> <category><![CDATA[remote data backups]]></category> <category><![CDATA[remote server backup]]></category> <category><![CDATA[rsnapshot]]></category> <category><![CDATA[rsnapshot backup]]></category> <category><![CDATA[rsnapshot command]]></category> <category><![CDATA[rsnapshot cron]]></category> <category><![CDATA[rsnapshot howto]]></category> <category><![CDATA[server remote backup]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1164</guid> <description><![CDATA[I've HP RAID 6 server running RHEL 5.x. I'd like to act this box as a backup server for my other Red Hat DNS and Web server. The server must keep backup in hourly, daily and monthly format. How do I configure my Red Hat / CentOS Linux server as remote backup or snapshot server? ]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/redhat-cetos-linux-remote-backup-snapshot-server/feed/</wfw:commentRss> <slash:comments>26</slash:comments> </item> <item><title>Debian / Ubuntu Linux Install and Configure Remote Filesystem Snapshot with rsnapshot Incremental Backup Utility</title><link>http://www.cyberciti.biz/faq/linux-rsnapshot-backup-howto/</link> <comments>http://www.cyberciti.biz/faq/linux-rsnapshot-backup-howto/#comments</comments> <pubDate>Mon, 11 Feb 2008 11:33:10 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[backup]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[Solaris-Unix]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/rsnapshot.conf]]></category> <category><![CDATA[backup directory]]></category> <category><![CDATA[backup system]]></category> <category><![CDATA[configuration file]]></category> <category><![CDATA[hard links]]></category> <category><![CDATA[remote server]]></category> <category><![CDATA[rsnapshot]]></category> <category><![CDATA[rsnapshot backup]]></category> <category><![CDATA[rsnapshot command]]></category> <category><![CDATA[rsnapshot conf]]></category> <category><![CDATA[rsnapshot cron]]></category> <category><![CDATA[rsnapshot exclude]]></category> <category><![CDATA[rsnapshot howto]]></category> <category><![CDATA[rsnapshot remote]]></category> <category><![CDATA[rsnapshot rsync]]></category> <category><![CDATA[rsnapshot ssh]]></category> <category><![CDATA[snapshot backups]]></category> <category><![CDATA[software setup]]></category> <category><![CDATA[ssh client]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-rsnapshot-backup-howto/</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/debian-ubuntu/' title='See all Debian/Ubuntu Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/debianlogo.gif' border='0' /></a></div> <span
class="drop_cap">I</span>'d like to configure my Debian box to backup two remote servers using rsnapshot software. It should make incremental snapshots of local and remote filesystems for any number of machines on 2nd hard disk located at /disk1 ( /dev/sdb2).]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-rsnapshot-backup-howto/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> </channel> </rss>
