Koozali.org: home of the SME Server

BackupPC SME to SME

CKConsulting

BackupPC SME to SME
« on: March 17, 2005, 02:03:56 PM »
Would someone be willing to share their config.pl file for backing up SME to SME on the same local lan via BackupPC?

BackupPC is working great on my win clients via SMB.
Rsync is working great SME to SME.
Know I'm just trying to figure out backuping up linux with BackupPC.

Thanks,
Rick

Offline irian

  • *
  • 184
  • +0/-0
BackupPC SME to SME
« Reply #1 on: March 17, 2005, 03:45:45 PM »
Can you share how you set up the SME - SME backup with Rsync?
You can email me: See email address in my profile.

Thanks!

mbachmann

BackupPC SME to SME
« Reply #2 on: March 17, 2005, 04:02:11 PM »
192.168.1.100 Hauptseite Datensicherungen anzeigen LOG Datei LOG Dateien Config Datei
Datei /opt/backuppc/files/pc/192.168.1.100/config.pl

Inhalt der Datei /opt/backuppc/files/pc/192.168.1.100/config.pl, verändert am 2004-11-30 08:43:57

$Conf{TarShareName} = ['/'];
$Conf{BackupFilesExclude} = ['/proc'];
$Conf{XferMethod} = 'tar';
$Conf{XferLogLevel} = 1;

$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host'
                    . ' $tarPath -c -v -f - -C $shareName+'
                    . ' --totals';

$Conf{TarFullArgs} = '$fileList+';
$Conf{TarIncrArgs} = '--newer=$incrDate+ $fileList+';

$Conf{TarClientRestoreCmd} = '$sshPath -q -x -l root $host'
         . ' $tarPath -x -p --numeric-owner --same-owner'
         . ' -v -f - -C $shareName+';

$Conf{TarClientPath} = '/bin/gtar';
############## mb ###############
$Conf{CompressLevel} = 2;

CKConsulting

BackupPC SME to SME
« Reply #3 on: March 17, 2005, 04:05:35 PM »
I used the RPM from Dungog.net

http://www.dungog.net/sme/products.php

The key is copying the keys. See the post below.
http://forums.contribs.org/index.php?topic=26427.msg107860#msg107860


Rick

CKConsulting

BackupPC SME to SME
« Reply #4 on: March 17, 2005, 04:11:31 PM »
Thank YOU!!!!