[BackupPC-users] Write an archive directly to a remote tape device

2006-11-02 Thread Tormod Omholt-Jensen
I have set up a machine to run BackupPC, backing up four other hosts. I 
would like to configure Backup PC to write the tar.gz archive directly 
to tape on another machine. The way I do it now is to first dump the 
archive to the disk on which the BackupPC service is running, and then 
if use a shell script to write the archives to the remote tape
(tar -c [EMAIL PROTECTED]:/dev/tape host.nnn.tar.gz)
This way, the tape contains a tar.gz file (actually tar-ing twice) and I 
need a lot of free disk space on  the machine on which I run BackupPC

I would like BackupPC to tar directly to the remote tape.

I'm not sure how I should do this. I've tried to set
$Conf{ArchiveDest} ='[EMAIL PROTECTED]:/dev/tape';
but then I get an mkdir error. It seems that the ArchiveDest can not be 
specifed in the user@host:remotedir way.

Any suggestions on how I can solve this?



-- 
Tormod Omholt-Jensen
CTO
Boost Communications AS
www.boostcom.no

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] doin' somethin' stupid

2006-11-02 Thread David Relson
On Thu, 2 Nov 2006 06:53:58 -0500
JohnY wrote:

 There are hard-coded directories inside Lib.pm that contain the
 location of the config.pl file (and others).  You probably have to
 manually change it in the 3.0.0-beta1 version to tell it where to
 find something, perhaps config.pl

Hi John,

Ah!  The difference is /etc/backuppc (for 2.1.2) and /etc/BackupPC (for 3.0.0).

I'll test tonight when I get home from work.

Thanks.

David

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] can I define per-PC directories to backup?

2006-11-02 Thread Mikael Lammentausta
Title: can I define per-PC directories to backup?






I just installed BackupPC 2.1.2 and I can't find how to define per-PC based directories to backup. At the moment it just backups the same directories from all hosts.

The web page mentions that this should be possible. Is it only in the version 3 beta?

- Mikael



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Nils Breunese (Lemonbit)
Byron Trimble wrote:

 I'm getting the following error when trying access BackupPC_Admin:

 Error: Unable to read config.pl or language strings!!
 Note: $ENV{REMOTE_USER} is not set, which could mean there is an
 installation problem. BackupPC_Admin expects Apache to authenticate  
 the user
 and pass their user name into this script as the REMOTE_USER  
 environment
 variable. See the documentation.
 Can anyone help me

Read the docs. Setting up authentication is explained in step 8 of  
the installation instructions: http://backuppc.sourceforge.net/faq/ 
BackupPC.html#step_8__cgi_interface

Nils Breunese.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Byron Trimble
I'm using Apache 2.2.3 and I can't get mod_perl to work.

-Original Message-
From: Nils Breunese (Lemonbit) [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 02, 2006 9:03 AM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] BackupPC Errors


Byron Trimble wrote:

 I'm getting the following error when trying access BackupPC_Admin:

 Error: Unable to read config.pl or language strings!!
 Note: $ENV{REMOTE_USER} is not set, which could mean there is an
 installation problem. BackupPC_Admin expects Apache to authenticate  
 the user
 and pass their user name into this script as the REMOTE_USER  
 environment
 variable. See the documentation.
 Can anyone help me

Read the docs. Setting up authentication is explained in step 8 of  
the installation instructions: http://backuppc.sourceforge.net/faq/ 
BackupPC.html#step_8__cgi_interface

Nils Breunese.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Nils Breunese (Lemonbit)
Byron Trimble wrote:

 I'm using Apache 2.2.3 and I can't get mod_perl to work.

You don't need mod_perl for BackupPC to work, using mod_perl only  
speeds up using the web interface. You do need to setup  
authentication though. Scroll past the mod_perl instructions in step  
8 and continue reading where it says: BackupPC_Admin requires that  
users are authenticated by Apache.

Nils Breunese.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread nilesh vaghela
my entry in httpd.conf is something like below.

Paste it to the end of httpd.conf and restart it.

Create password with htaccess command.



user backuppc

group backuppc

ServerName 192.168.10.101

Directory /var/www/cgi-bin

SetHandler perl-script

PerlResponseHandler ModPerl::Registry

PerlOptions +ParseHeaders

Options +ExecCGI

Order deny,allow

Deny from all

Allow from 192.168

AllowOverride Indexes AuthConfig

AuthName backuppc Admin

AuthType Basic

AuthUserFile /var/www/cgi-bin/.backuppcpsswd

Require valid-user

/Directory
On 11/2/06, Nils Breunese (Lemonbit) [EMAIL PROTECTED] wrote:
Byron Trimble wrote: I'm using Apache 2.2.3 and I can't get mod_perl to work.
You don't need mod_perl for BackupPC to work, using mod_perl onlyspeeds up using the web interface. You do need to setupauthentication though. Scroll past the mod_perl instructions in step8 and continue reading where it says: BackupPC_Admin requires that
users are authenticated by Apache.Nils Breunese.-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___BackupPC-users mailing list
BackupPC-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/-- Nilesh VaghelaElectroMechRedhat Channel Partner and Training Partner74, Nalanda Complex, Satellite Rd, Ahmedabad25, The Emperor, Fatehgunj, Baroda.
www.electromech.info
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Failure to backup over rsync

2006-11-02 Thread Jason Hughes




I'm having trouble getting backups to work with rsync. I have two
hosts using smb that are working (sort of), and two with rsync that are
not. Here's the log file I get (the machine name is 'sol'):

Contents of file /var/backuproot/pc/sol/LOG, modified
2006-11-01 12:21:42 
2006-11-01 12:21:42 full backup started for directory /


The per-machine config file is very straightforward, but maybe I'm
missing a setting?

Contents of file /var/backuproot/pc/sol/config.pl,
modified 2006-10-24 02:26:31 
$Conf{XferMethod} = 'rsync';
$Conf{RsyncShareName} = '/';
$Conf{BackupFilesExclude} = '/proc';
$Conf{FullPeriod} = 6.97;  # -1 or -2 to disable backups


The status is:


  

  sol
  
   panther
  
   0 
   
  
   0.00 
   
  
   0 

   idle 
   (Unable to read 4 bytes)

  


For whatever reason, it always fails with '(Unable to read 4 bytes)'.
Which is weird, because the ./sol/new directory has 502MB of files in
it, but no entries in the backups table at all. My other host has
identical issues. By the way, SSH keys are set up so I have tested the
obvious things, and backups are mostly working. But how do I debug
this?

Any ideas on where to start?

Thanks,
JH


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Byron Trimble



I made 
the changes to the httpd.conf file. Here is the message I get when trying to 
start httpd:

Starting httpd: Syntax error on line 326 of 
/etc/httpd/conf/httpd.conf:Invalid command 'PerlResponseHandler', perhaps 
mis-spelled or defined by a module not included in the server 
configuration

  -Original Message-From: nilesh vaghela 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, November 02, 2006 
  10:51 AMTo: Nils Breunese (Lemonbit)Cc: 
  backuppc-users@lists.sourceforge.netSubject: Re: [BackupPC-users] 
  BackupPC Errorsmy entry in httpd.conf is something like 
  below.Paste it to the end of httpd.conf and restart it.Create password 
  with htaccess command.user backuppcgroup backuppcServerName 192.168.10.101Directory 
  /var/www/cgi-binSetHandler perl-scriptPerlResponseHandler 
  ModPerl::RegistryPerlOptions +ParseHeadersOptions +ExecCGIOrder 
  deny,allowDeny from allAllow from 192.168AllowOverride Indexes 
  AuthConfigAuthName "backuppc Admin"AuthType BasicAuthUserFile 
  /var/www/cgi-bin/.backuppcpsswdRequire 
  valid-user/Directory
  On 11/2/06, Nils 
  Breunese (Lemonbit) [EMAIL PROTECTED] wrote: 
  Byron 
Trimble wrote: I'm using Apache 2.2.3 and I can't get mod_perl 
to work.You don't need mod_perl for BackupPC to work, using mod_perl 
onlyspeeds up using the web interface. You do need to 
setupauthentication though. Scroll past the mod_perl instructions in 
step8 and continue reading where it says: "BackupPC_Admin requires that 
users are authenticated by Apache."Nils 
Breunese.-Using 
Tomcat but need to do more? Need to support web services, security? Get 
stuff done quickly with pre-integrated technology to make your job 
easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache 
Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___BackupPC-users 
mailing listBackupPC-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/backuppc-usershttp://backuppc.sourceforge.net/-- Nilesh VaghelaElectroMechRedhat Channel Partner 
  and Training Partner74, Nalanda Complex, Satellite Rd, Ahmedabad25, 
  The Emperor, Fatehgunj, Baroda. www.electromech.info 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Les Mikesell
On Thu, 2006-11-02 at 12:24, Byron Trimble wrote:
 I made the changes to the httpd.conf file. Here is the message I get
 when trying to start httpd:
  
 Starting httpd: Syntax error on line 326 of
 /etc/httpd/conf/httpd.conf:
 Invalid command 'PerlResponseHandler', perhaps mis-spelled or defined
 by a module not included in the server configuration
 -Original Message-
 From: nilesh vaghela [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 02, 2006 10:51 AM
 To: Nils Breunese (Lemonbit)
 Cc: backuppc-users@lists.sourceforge.net
 Subject: Re: [BackupPC-users] BackupPC Errors
 
 
 my entry in httpd.conf is something like below.
 Paste it to the end of httpd.conf and restart it.
 Create password with htaccess command.
 
 user backuppc
 group backuppc
 ServerName 192.168.10.101
 Directory /var/www/cgi-bin
 SetHandler perl-script
 PerlResponseHandler ModPerl::Registry
 PerlOptions +ParseHeaders
 Options +ExecCGI
 Order deny,allow
 Deny from all
 Allow from 192.168
 AllowOverride Indexes AuthConfig
 AuthName backuppc Admin
 AuthType Basic
 AuthUserFile /var/www/cgi-bin/.backuppcpsswd
 Require valid-user
 /Directory
 

These are for mod_perl:

  SetHandler perl-script
  PerlResponseHandler ModPerl::Registry
  PerlOptions +ParseHeaders

Take them out if you want to run as a normal CGI.

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Byron Trimble
I'm able to connect, but now I get this message:

Error: Unable to connect to BackupPC server

Thanks So Much

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 02, 2006 2:11 PM
To: Byron Trimble
Cc: 'nilesh vaghela'; Nils Breunese (Lemonbit);
backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] BackupPC Errors


On Thu, 2006-11-02 at 12:24, Byron Trimble wrote:
 I made the changes to the httpd.conf file. Here is the message I get
 when trying to start httpd:
  
 Starting httpd: Syntax error on line 326 of
 /etc/httpd/conf/httpd.conf:
 Invalid command 'PerlResponseHandler', perhaps mis-spelled or defined
 by a module not included in the server configuration
 -Original Message-
 From: nilesh vaghela [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 02, 2006 10:51 AM
 To: Nils Breunese (Lemonbit)
 Cc: backuppc-users@lists.sourceforge.net
 Subject: Re: [BackupPC-users] BackupPC Errors
 
 
 my entry in httpd.conf is something like below.
 Paste it to the end of httpd.conf and restart it.
 Create password with htaccess command.
 
 user backuppc
 group backuppc
 ServerName 192.168.10.101
 Directory /var/www/cgi-bin
 SetHandler perl-script
 PerlResponseHandler ModPerl::Registry
 PerlOptions +ParseHeaders
 Options +ExecCGI
 Order deny,allow
 Deny from all
 Allow from 192.168
 AllowOverride Indexes AuthConfig
 AuthName backuppc Admin
 AuthType Basic
 AuthUserFile /var/www/cgi-bin/.backuppcpsswd
 Require valid-user
 /Directory
 

These are for mod_perl:

  SetHandler perl-script
  PerlResponseHandler ModPerl::Registry
  PerlOptions +ParseHeaders

Take them out if you want to run as a normal CGI.

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Byron Trimble
I'm able to connect to the Backup Server, but I can't connect to any hosts.
I ran the perl's gethostbyname() function and all the hosts were 'ok'. 

-Original Message-
From: Byron Trimble 
Sent: Thursday, November 02, 2006 2:51 PM
To: 'Les Mikesell'
Cc: backuppc-users@lists.sourceforge.net; 'nilesh vaghela'
Subject: Re: [BackupPC-users] BackupPC Errors


I'm able to connect, but now I get this message:

Error: Unable to connect to BackupPC server

Thanks So Much

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 02, 2006 2:11 PM
To: Byron Trimble
Cc: 'nilesh vaghela'; Nils Breunese (Lemonbit);
backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] BackupPC Errors


On Thu, 2006-11-02 at 12:24, Byron Trimble wrote:
 I made the changes to the httpd.conf file. Here is the message I get
 when trying to start httpd:
  
 Starting httpd: Syntax error on line 326 of
 /etc/httpd/conf/httpd.conf:
 Invalid command 'PerlResponseHandler', perhaps mis-spelled or defined
 by a module not included in the server configuration
 -Original Message-
 From: nilesh vaghela [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 02, 2006 10:51 AM
 To: Nils Breunese (Lemonbit)
 Cc: backuppc-users@lists.sourceforge.net
 Subject: Re: [BackupPC-users] BackupPC Errors
 
 
 my entry in httpd.conf is something like below.
 Paste it to the end of httpd.conf and restart it.
 Create password with htaccess command.
 
 user backuppc
 group backuppc
 ServerName 192.168.10.101
 Directory /var/www/cgi-bin
 SetHandler perl-script
 PerlResponseHandler ModPerl::Registry
 PerlOptions +ParseHeaders
 Options +ExecCGI
 Order deny,allow
 Deny from all
 Allow from 192.168
 AllowOverride Indexes AuthConfig
 AuthName backuppc Admin
 AuthType Basic
 AuthUserFile /var/www/cgi-bin/.backuppcpsswd
 Require valid-user
 /Directory
 

These are for mod_perl:

  SetHandler perl-script
  PerlResponseHandler ModPerl::Registry
  PerlOptions +ParseHeaders

Take them out if you want to run as a normal CGI.

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Les Mikesell
On Thu, 2006-11-02 at 15:05, Byron Trimble wrote:
 I'm able to connect to the Backup Server, but I can't connect to any hosts.
 I ran the perl's gethostbyname() function and all the hosts were 'ok'. 

What error shows up in the logs?  If you are using smb as the
xfermethod you need to have the right username and password.
For tar or rsyncd you need to have passwordless access set up
with ssh keys.

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Les Mikesell
On Thu, 2006-11-02 at 15:24, Byron Trimble wrote:
 I'm using 'rsync' and I have setup all the ssh keys and tested them.

Did you test them running as the backuppc user on the server,
connecting as root on the target? 

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Jason Hughes




Yes. I did:
[EMAIL PROTECTED] ~]$ ssh [EMAIL PROTECTED] echo \$USER
root

JH

Les Mikesell wrote:

  On Thu, 2006-11-02 at 15:24, Byron Trimble wrote:
  
  
I'm using 'rsync' and I have setup all the ssh keys and tested them.

  
  
Did you test them running as the backuppc user on the server,
connecting as root on the target? 

  



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Byron Trimble
Yes

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 02, 2006 4:36 PM
To: Byron Trimble
Cc: backuppc-users@lists.sourceforge.net; 'nilesh vaghela'
Subject: Re: [BackupPC-users] BackupPC Errors


On Thu, 2006-11-02 at 15:24, Byron Trimble wrote:
 I'm using 'rsync' and I have setup all the ssh keys and tested them.

Did you test them running as the backuppc user on the server,
connecting as root on the target? 

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC Errors

2006-11-02 Thread Les Mikesell
On Thu, 2006-11-02 at 15:41, Jason Hughes wrote:
 Yes.  I did:
 [EMAIL PROTECTED] ~]$ ssh [EMAIL PROTECTED] echo \$USER
 root
 

What do you see in the xfer error summary on the target's
page in the web interface?

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] rsync fatal error: md4 doesn't match on retry; file removed

2006-11-02 Thread Dale Renton
Hi Craig,

It does not look like any of the files are changing during the backup.

Also, I think this only started happening since we upgraded BackupPC from 2 
to 3.  It is happening on all our backup servers as well, not just one.

Anything I can do to help you debug this, let me know.

Thanks,
Dale



From: Craig Barratt [EMAIL PROTECTED]
To: Dale Renton [EMAIL PROTECTED]
CC: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] rsync fatal error: md4 doesn't match on 
retry; file removed
Date: Wed, 1 Nov 2006 17:40:36 -0800

Dale writes:

  We are getting the following errors on what seems to be any files 
greater
  than around 510MB.  This only happens with the full backups, the
  incrementals work fine.  We have one file that is 577MB which gets 
backed up
  fine, but another that is 510MB which does not.  The same thing happens 
with
  both our Windows and Linux rsync clients.

It is possible the underlying files are changing (being written)
during the backup?

Craig

_
All-in-one security and maintenance for your PC.  Get a free 90-day trial! 
http://clk.atdmt.com/MSN/go/msnnkwlo005002msn/direct/01/?href=http://www.windowsonecare.com/?sc_cid=msn_hotmail


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Full Periods mean

2006-11-02 Thread Craig Barratt
Ariyanto writes:

 I have implement backuppc to backup my servers and
 doing great. But I have a
 silly question in mind, what is the meaning
 $Conf{FullPeriod} = 6.97? Is it
 mean a whole week? Can I just put it as 6 without .97?

The goal here is to keep the schedule at the same time of day.
With an hourly WakeupSchedule, 6.97 is a full week, minues a
few minutes, which will tend to keep the backup at the same
hour each week.

If you use 7 (exactly a week) it is likely that the backup will slip
an hour.  For example, if the WakeupSchedule includes 1pm, and the
last full backup started at 1pm plus a few seconds, then this week
at 1pm if BackupPC_dump starts a few second earlier, then the
difference is just less than 7.0, so the full won't happen that
hour.

 What if I want to backup the server monthly? Can I
 just put it 30 as
 fullperiod?

You should do 29.97.  That will be every 30 days, not exactly
monthly but close enough.

Craig

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] can I define per-PC directories to backup?

2006-11-02 Thread Craig Barratt
Mikael writes:

 I just installed BackupPC 2.1.2 and I can't find how to define per-PC
 based directories to backup. At the moment it just backups the same
 directories from all hosts.

 The web page mentions that this should be possible. Is it only in the
 version 3 beta?

You can do this in 2.x and 3.x.  You need to create a config.pl file
in a particular host's directory (eg: /data/BackupPC/pc/HOST/config.pl).
You only need to put settings in that file that are different (override)
the master config.pl.

Craig

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/