Hola!
I was just reading through the conf file after some drama's getting it all
restarted.
I was wondering if
$Conf{FullKeepCnt} = [1,1]; (one backup of age: 1 week, one backup of age: 2
weeks)
was the same as
$Conf{FullKeepCnt} = [2]; (two full backups of any age, and since I back up
we
Hi,
I am getting following err while taking backup for windows xp pc.
Working fine with all linux pc.
Also working with rsync command line option but not working with backuppc.
--
2006-05-14 19:21:09 full backup started for directory /; updating partial 1
2006-05-14 19:21:11 Got fata
> When I have firewall and there's no icmp response from backup client I
> can't initialize backup, how may I turn off this?
It's in the documentation:
$Conf{PingPath} = '/bin/ping';
...
If you want to disable ping checking, set this to some program
that exits with 0 status, eg:
Hi,
When I have firewall and there's no icmp response from backup client I
can't initialize backup, how may I turn off this?
Adam
---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-i
Hi,
My client config file:
$Conf{XferMethod} = 'rsync';
$Conf{XferLogLevel} = 3;
$Conf{RsyncClientPath} = '/usr/bin/rsync';
$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host $rsyncPath
$argList+';
$Conf{Backu
Lee A. Connell ammocomp.com> writes:
>
>
> Is it not possible to transfer large
> files? How do people backup exchange servers that are say 15 – 20GB
> large? I am in the middle of a proof of concept with a client using this
> technology and this is the only problem I’ve ran into.
>
there's
It seems to me that when you configure an "archive host" to dump the
archives locally, you can only archive whole hosts with their full data.
What I mean, it's not possible to archive selected files or directories.
As some hosts can be multi-gigabyte, this seems to be unnecessary
obstacle (I m
Hello!
I have received one e-mail, in which the failure is not by the variable
$Conf{ClientTimeout>}
"BackupPC administrative attention needed
The following hosts had an error that is probably caused by a
misconfiguration. Please fix these hosts:
- albertovn
the same:
error:
2006-05-15 10:33:42 full backup started for directory /
2006-05-15 10:33:44 Got fatal error during xfer (fileListReceive failed)
config:
$Conf{XferMethod} = 'rsync';
$Conf{XferLogLevel} = 3;
$Conf{RsyncClientPath} = '/usr/bin/rsync';
$Conf{RsyncClientCmd} = '$sshPath -q -x -l ro