BackupPC-users

Re: [BackupPC-users] Archive Host Setup

2008-04-16 04:08:14
Subject: Re: [BackupPC-users] Archive Host Setup
From: Tino Schwarze <backuppc.lists AT tisc DOT de>
To: backuppc-users AT lists.sourceforge DOT net
Date: Wed, 16 Apr 2008 10:07:58 +0200
On Wed, Apr 16, 2008 at 08:58:08AM +0100, IMGLE - BackupPC wrote:

> I have BackupPC setup and working with Windows and Linux Hosts. I now
> want to get the backups offsite and want to setup an archive host. I
> want this to be on the same server as the BackupPC server, is this
> possible?
> 
>  
> 
> Also, I am slightly confused as to the setup. I have created the
> HOSTNAME.pl file and now see the archive server in the list of hosts in
> the cgi GUI but I am unsure how to configure the archive host itself.
> The xfer method is set to Archive so what do I set up, rsyncd (like all
> the other hosts I have), samba, ??

No, there's no need to set up anything special. This is my archive hosts
config.pl:

# this pseudo-host is used for archiving to Tape

$Conf{XferMethod} = 'archive';

$Conf{ArchiveDest} = '/data/bacula-scratch/backuppc-archive/prepared/';

$Conf{ArchiveComp} = 'bzip2';

# do not use par
$Conf{ArchivePar} = 0;

# up to 20 hours for an archive job...
$Conf{ClientTimeout} = 72000;


It worked as expected, but I don't use it because I wrote a custom shell
script to do the archiving.

HTH,

Tino.

-- 
„What we resist, persists.” (Zen saying)

www.craniosacralzentrum.de
www.forteego.de

-------------------------------------------------------------------------
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>