BackupPC-users

[BackupPC-users] Archiving my stuff. Errors in the webgui...

2008-05-05 09:54:14
Subject: [BackupPC-users] Archiving my stuff. Errors in the webgui...
From: Felix Andersen <felix AT nibbo DOT se>
To: backuppc-users AT lists.sourceforge DOT net
Date: Mon, 05 May 2008 15:54:06 +0200
Hi!

I have created an archive host with the following configuration in it:

#======================START OF archives.pl=========================
# Set this client's XferMethod to archive to make it an archive host:
$Conf{XferMethod} = 'archive';

# The path on the local file system where archives will be written:
$Conf{ArchiveDest} = '/mnt/archives';

# the type and level of compression used on the archive:
$Conf{ArchiveComp} = 'gzip';
$Conf{CompressLevel} = 1;

# The amount of parity data to create for the archive using the par2
utility.
# In some cases, corrupted archives can be recovered from parity data.
$Conf{ArchivePar} = 0;

# A size in megabytes to split the archive in to parts at.
# This is useful where the file size of the archive might exceed the
# capacity of the removable media. For example specify 700 if you are
using CDs.
$Conf{ArchiveSplit} = 0;

# The full command to run to create archives:
$Conf{ArchiveClientCmd} = '$Installdir/bin/BackupPC_archiveHost'
. ' $tarCreatePath $splitpath $parpath $host $backupnumber'
. ' $compression $compext $splitsize $archiveloc $parfile *';
$Conf{ArchivePreUserCmd} = undef;
$Conf{ArchivePostUserCmd} = undef;

# Logging verbosity:
$Conf{XferLogLevel} = 1;
#======================END OF archives.pl=========================

But when i am trying to get backuppc to place archives at /mnt/archives
I get the following error: "Error: Can't open/create
${EscHTML("$TopDir/pc/$hostDest/$reqFileName")}" in the webgui.

Changing the owner of /mnt/arhives to backuppc:backuppc doesn't help
either.

I read about the whole archive thing to take stuff off site here:
http://www.debianhelp.co.uk/backuppc.htm

Any ideas?

Thanks,

Felix Andersen
Halmstad, Sweden


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>
  • [BackupPC-users] Archiving my stuff. Errors in the webgui..., Felix Andersen <=