[BackupPC-users] Client side config.pl not working on schedule

2006-11-08 Thread nilesh vaghela
Dear All, My client side config.pl not working as far as concern the schedule. the xx.xx.xx.xx.pl is as below : what should I check ??? $Conf{BackupFilesOnly} = {   '*' => [     '/home',     '/cygdrive/c/bamap'   ] }; $Conf{ClientCharset} = ''; $Conf{RsyncArgs} = [   '--numeric-ids',   '--perms'

Re: [BackupPC-users] Error: Unable to read config.pl or language strings!!

2006-11-08 Thread Eric Snyder
Thanks. I renamed and moved my config files. Now I cannot authenticate. I'll work on that tomorrow. David Relson wrote: On Wed, 08 Nov 2006 22:09:44 -0600 Eric Snyder wrote: I upgraded to the 3.0 Beta version and get the above error when accessing the web interface. Any ideas?

Re: [BackupPC-users] Error: Unable to read config.pl or language strings!!

2006-11-08 Thread David Relson
On Wed, 08 Nov 2006 22:09:44 -0600 Eric Snyder wrote: > I upgraded to the 3.0 Beta version and get the above error when > accessing the web interface. Any ideas? Yes. I encountered the same problem! 3.0.0 isn't finding your config files. If I recall, 2.1.2 uses /etc/backuppc while 3.0.0 uses /

[BackupPC-users] Error: Unable to read config.pl or language strings!!

2006-11-08 Thread Eric Snyder
I upgraded to the 3.0 Beta version and get the above error when accessing the web interface. Any ideas? - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated te

Re: [BackupPC-users] Upgrade to 3.0.0 beta

2006-11-08 Thread David Rees
On 11/8/06, David Rees <[EMAIL PROTECTED]> wrote: > If I pull the latest code from CVS, is there anything special I need > to do before using it to upgrade compared to the normal tarball? Hey look, there appears to be a handy makeDist script. Let's see how that works. :-) -Dave -

Re: [BackupPC-users] Upgrade to 3.0.0 beta

2006-11-08 Thread David Rees
On 11/8/06, Craig Barratt <[EMAIL PROTECTED]> wrote: > > Well, are there any known issues with the current beta? I would like > > to start testing 3.0, but IIRC there was some issues with the first > > beta so I was waiting for the 2nd one... > > There are no known significant issues with the curre

Re: [BackupPC-users] BackupPC Errors

2006-11-08 Thread Byron Trimble
Good Afternoon All, I have BackupPC to wake at 03:00am and 05:00am. How can I tell BackupPC to only run some at 3:15 and the others at 5:15am? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 10:06 AM To: backuppc-users@lists.s

Re: [BackupPC-users] SMB backup failing

2006-11-08 Thread Jason Hughes
Craig Barratt wrote: Jason writes: This took 40 hours to run, and backed up a lot, but when it got to a 12gb file, it choked. Here's the XferLog Errors: Error reading file \video\2005\video2005raw.avi : Call timed out: server did not respond after 2 milliseconds Didn't get

Re: [BackupPC-users] SMB backup failing

2006-11-08 Thread Jason Hughes
I did get it to transfer 10gb of the 12gb file manually using smbclient.  For whatever reason, I guess there was a 20 second gap in the transfer there and it timed out.  I had to shut down smbclient, then open it again to establish a good connection to the server, and I'm using 'reget' to get t

Re: [BackupPC-users] Windows volume/shadow copies

2006-11-08 Thread Craig Barratt
Stephen Joyce writes: > Is anyone doing windows backups (including open files) using the volume > shadow copy service? > > It seems that it shouldn't be too hard to even do bare-metal restores by > combining VSS with fileacl or setacl to record & restore NTFS ACLs on > files and dirs. > > Does

Re: [BackupPC-users] Upgrade to 3.0.0 beta

2006-11-08 Thread Craig Barratt
David writes: > I personally would like to see more frequent beta releases that > quickly address any known issues. Me too :). > Well, are there any known issues with the current beta? I would like > to start testing 3.0, but IIRC there was some issues with the first > beta so I was waiting for

Re: [BackupPC-users] SMB backup failing

2006-11-08 Thread Craig Barratt
Jason writes: > Hi all. Nobody has responded to my other messages requesting help, so > I'm trying again. I'm using the 2.1.2 version. > > I have one Windows machine that is backing up flawlessly (other than > NT_SHARING_VIOLATIONs that are unavoidable). I have another that is > failing whe

Re: [BackupPC-users] Upgrade to 3.0.0 beta

2006-11-08 Thread Craig Barratt
David writes: > > On 11/7/06, Craig Barratt <[EMAIL PROTECTED]> wrote: > > > I will do one more 3.0.0 beta by the end of this month. > > > That should be very close to the final 3.0.0 release. > > > > > > Even though the 3.0.0 beta releases are quite stable, given the > > > wide deployment of Back

Re: [BackupPC-users] BackupPC Errors

2006-11-08 Thread DHAJOGLO
On Wednesday, November 08, 2006 8:45 AM, Byron Trimble wrote: >Good Morning, >I have setup Backuppc, I'm getting "bash: BackupPC_sendEmail: command not >found" when trying to run scripts from command line. I have tried as >BACKUPPCUSER and root. > >Thanks, > > This sounds like a PATH problem some

Re: [BackupPC-users] BackupPC Errors

2006-11-08 Thread Byron Trimble
Good Morning, I have setup Backuppc, I'm getting "bash: BackupPC_sendEmail: command not found" when trying to run scripts from command line. I have tried as BACKUPPCUSER and root. Thanks, -Original Message- From: Nils Breunese (Lemonbit) [mailto:[EMAIL PROTECTED] Sent: Saturday, November

Re: [BackupPC-users] rsyncd - how to exclude files and directories?

2006-11-08 Thread Tomasz Chmielewski
Tomasz Chmielewski wrote: > I use rsyncd to retrieve files from Windows machines. > > I transfer such shares: > > $Conf{RsyncShareName} = ['hDrive', 'iDrive', 'jDrive', 'kDrive']; > > > And I would like to skip transferring "DFS" folder from "hDrive". > > How should I do it? > > I tried the f

Re: [BackupPC-users] mysql backup isn't working

2006-11-08 Thread daniel berteaud
You should save mysql databases this way. The best way is to use a pre-dump script whcih dump tha database you want. For exemple: mysqldump mysqldump --add-drop-table -A -Q > /home/backup/mysql.sql This command will dump all the mysql databases and save them as a mysql script in /home/backup. Then

[BackupPC-users] rsyncd - how to exclude files and directories?

2006-11-08 Thread Tomasz Chmielewski
I use rsyncd to retrieve files from Windows machines. I transfer such shares: $Conf{RsyncShareName} = ['hDrive', 'iDrive', 'jDrive', 'kDrive']; And I would like to skip transferring "DFS" folder from "hDrive". How should I do it? I tried the following below, but it doesn't work: $Conf{Backup

[BackupPC-users] mysql backup isn't working

2006-11-08 Thread Mikael Lammentausta
Title: mysql backup isn't working Backups of the host below (backup_client) works fine for the two first folders, but not for /var/lib/mysql. I tried to manually rsync this folder to /tmp/backup as the user backuppc, and it worked. I wonder why it doesn't when the backupPC daemon does it. Any

Re: [BackupPC-users] Burn Backups to CD

2006-11-08 Thread Rodrigo Real
"Rob Ogle" <[EMAIL PROTECTED]> writes: Hi Rob > I've got a client who is not comfortable just having their data on the > backuppc. They want something they can put in a fireproof safe. > > What's the best way to implement that with backuppc? Look for "Archive functions" on the documentation, I

Re: [BackupPC-users] broken backups - empty folders with only first letter of its name

2006-11-08 Thread Tomasz Chmielewski
Craig Barratt wrote: (...) > Hmmm. Smbclient is getting quite messed up. > > I'd recommend running chkdsk on the windows machine. There's a > change the problem is caused by underlying corruption on the > client machine's file system. > > Unfortunately smbclient doesn't provide a consisent se

Re: [BackupPC-users] Windows volume/shadow copies

2006-11-08 Thread Tomasz Chmielewski
Stephen Joyce wrote: > Is anyone doing windows backups (including open files) using the volume > shadow copy service? > > It seems that it shouldn't be too hard to even do bare-metal restores by > combining VSS with fileacl or setacl to record & restore NTFS ACLs on > files and dirs. > > Does

Re: [BackupPC-users] SMB backup failing

2006-11-08 Thread Tony Molloy
On Tuesday 07 November 2006 19:33, Jason Hughes wrote: > Hi all. Nobody has responded to my other messages requesting help, so > I'm trying again. I'm using the 2.1.2 version. > > I have one Windows machine that is backing up flawlessly (other than > NT_SHARING_VIOLATIONs that are unavoidable).