﻿<?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>Jonathan López &#187; Backup</title>
	<atom:link href="http://preocupao.net/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://preocupao.net</link>
	<description>Internet y software libre</description>
	<lastBuildDate>Thu, 09 Dec 2010 23:28:53 +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>Another BackupPC is running</title>
		<link>http://preocupao.net/another-backuppc-is-running/</link>
		<comments>http://preocupao.net/another-backuppc-is-running/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 21:59:32 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[BackupPC]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/?p=82</guid>
		<description><![CDATA[Al intentar iniciar BackupPC se obtiene el siguiente error: # /etc/init.d/backuppc restart Starting backuppc: No /usr/bin/perl found running; none killed. 2008-09-09 23:23:23 Another BackupPC is running (pid 3093); quitting... La causa es que no se ha detenido correctamente el servicio &#8230; <a href="http://preocupao.net/another-backuppc-is-running/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Al intentar iniciar BackupPC se obtiene el siguiente error:</p>
<p><code># /etc/init.d/backuppc restart<br />
Starting backuppc: No /usr/bin/perl found running; none killed.<br />
2008-09-09 23:23:23 Another BackupPC is running (pid 3093); quitting...</code></p>
<p>La causa es que no se ha detenido correctamente el servicio y quedan los habituales archivos de estado, bloqueo y <em>pid</em>. Hay que eliminarlos:</p>
<p><code># cd /var/log/BackupPC<br />
# rm status.pl<br />
# rm BackupPC.pid<br />
# rm LOCK</code></p>
<p>Iniciar de nuevo el servicio:</p>
<p><code># /etc/init.d/backuppc start<br />
Starting backuppc: ok.</code></p>
<p>Hay una forma más elegante de hacerlo, editando el archivo de estado para evitar perder los últimos cambios, pero eso requiere cierto tiempo sobre todo dependiendo del número de servidores. Por lo general lo primordial es recuperar el servicio cuanto antes, por lo que es un mal menor aceptable. Queda pendiente para otro post comentarlo.</p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/another-backuppc-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Tao of Backup</title>
		<link>http://preocupao.net/the-tao-of-backup/</link>
		<comments>http://preocupao.net/the-tao-of-backup/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 21:45:02 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Backup]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/?p=18</guid>
		<description><![CDATA[A novice wanted to learn the Tao of Backup. The master said: &#8220;To become enlightened, you must master the seven heads of Backup. He who knows the heads will keep all his data forever. He who knows them not will &#8230; <a href="http://preocupao.net/the-tao-of-backup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A novice wanted to learn the Tao of Backup.</p>
<p>The master said: &#8220;To become enlightened, you must master the seven heads of Backup. He who knows the heads will keep all his data forever. He who knows them not will lose all his data.&#8221; and with that, the lessons began&#8230;</p>
<p><a href="http://taobackup.com/">The Tao of Backup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/the-tao-of-backup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unable to create backup session: Specified file is not accessible</title>
		<link>http://preocupao.net/unable-to-create-backup-session-specified-file-is-not-accessible/</link>
		<comments>http://preocupao.net/unable-to-create-backup-session-specified-file-is-not-accessible/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 21:00:28 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/?p=17</guid>
		<description><![CDATA[This error happens in Plesk when you try to make a backup from the web interface. The cause is that Plesk can´t write in the temporal folder specified to storage backups because the owner is root: ll /var/lib/psa/dumps/ drwx------ 9 &#8230; <a href="http://preocupao.net/unable-to-create-backup-session-specified-file-is-not-accessible/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This error happens in Plesk when you try to make a backup from the web interface.</p>
<p>The cause is that Plesk can´t write in the temporal folder specified to storage backups because the owner is root:</p>
<p><code>ll /var/lib/psa/dumps/<br />
drwx------  9 root root   4096 Apr  1 14:21 tmp</code></p>
<p>To fix this change the ownership of the folder:</p>
<p><code>chown psaadm.psaadm /var/lib/psa/dumps/tmp</code></p>
<p>Now you can do backups in Plesk.</p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/unable-to-create-backup-session-specified-file-is-not-accessible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

