Hi again!

Thanks for pointing me to the typo earlier. Here is another issue that I don't 
seem to understand. 

My plan is to burn the backus to DVDs.  So I set up a host, archivehost, by 
creating a file archivehost.pl containing this:

$Conf{XferMethod} = 'archive';
$Conf{ArchiveDest} = ['/var/lib/backuppc/archives'];

And I added this host to the hosts file with this line: 

archivehost     0       backuppc        

To run this, and create the archives, I went to the web interface, chose this 
host, clicked on Start archive, chose localhost to archive and was presented 
with settings (slit size etc). Everything seemed ok, and I click Start 
archiving. Server replies "ok". And then I get an error msg. This is from the 
log file: 

Executing: /usr/share/backuppc/bin/BackupPC_archiveHost 
/usr/share/backuppc/bin/BackupPC_tarCreate /usr/bin/split  
localhost 1 /usr/bin/bzip2 .bz2 4000000000 ARRAY(0x845eb44)  *
Xfer PIDs are now 13213
mkdir ARRAY(0x845eb44): Access denied 
at /usr/share/backuppc/bin/BackupPC_archiveHost line 100
Archive failed: mkdir ARRAY(0x845eb44): Access denied 
at /usr/share/backuppc/bin/BackupPC_archiveHost line 100


If I understand this correctly, it is about the script trying to make a dir in 
the destination folder, where the permissions were set to (just to solve the 
issue): 

vista4:/home/magnus/ext/backuppc# ls -l | grep arch
drwxrwxrwx   2 backuppc backuppc 4096 2005-11-06 08:19 archives


What is it that I am missing? Or is there a resource that I could have a 
closer look at somewhere?

Regards, 

Magnus L



-- 
Magnus Larsson
Bitr lektor
Institutionen för psykologi
Lunds universitet
046 222 80 90


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to