[BackupPC-users] getting my head around $Conf{FullKeepCnt}

2006-05-15 Thread Lachlan Simpson
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

[BackupPC-users] winxp backup problem

2006-05-15 Thread nilesh vaghela
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

RE: [BackupPC-users] no ping response - turn off

2006-05-15 Thread Justin Best
> 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:

[BackupPC-users] no ping response - turn off

2006-05-15 Thread Adam Gawda
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

[BackupPC-users] backup one file working, of catalog doesn't

2006-05-15 Thread Adam Gawda
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

[BackupPC-users] Re: > 4GB files with smb transport

2006-05-15 Thread David Fallin
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

[BackupPC-users] Archiving single files or directories - possible?

2006-05-15 Thread Tomasz Chmielewski
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

[BackupPC-users] loop in empty folder?

2006-05-15 Thread Rafael Bravo Sánchez
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

Re: [BackupPC-users] backup one file working, of catalog doesn't

2006-05-15 Thread Adam Gawda
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