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'
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?
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 /
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
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
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
"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
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
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
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).
23 matches
Mail list logo