Dive into the archives.
- Another BackupPC is running
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 y quedan los habituales archivos de estado, bloqueo y pid. Hay que eliminarlos:
# cd /var/log/BackupPC
# rm status.pl
# rm BackupPC.pid
# [...]
- The Tao of Backup
A novice wanted to learn the Tao of Backup.
The master said: “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.” and with that, the lessons began…
The Tao of Backup
- Unable to create backup session: Specified file is not accessible
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 root root 4096 Apr 1 14:21 tmp
To fix this change the ownership of the [...]
