[BackupPC-users] Question on using NAS for Pool

2016-08-05 Thread john boris
I searched the archives for using a Synology but haven't found the answer.
I have a Synology RS815 that I want to use as my storage unit while running
Backuppc on aanother LINUX Server. Since all of the data, logs and config
files are in /var/lib/backuppc on the server running backuppc how does on
change that to an NFS mount?

Pointers to a how-to for this would be great.

TIA

-- 
John J. Boris, Sr.
--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Configuration parameters for ubuntu client

2011-03-15 Thread John BORIS
I am trying to modify the settings for backing up a Ubuntu client using
tar. Does anyone on the list have a pointer to a document that shows the
correct way to include the sudo command in the proper spot. I am
assuming one would have to use ssh keys for this to work. 

TIA


John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Bare metal restore

2010-05-10 Thread John BORIS
I would like to just clarify why I do it this way. When I first took
this job we did just that. get out the OS disks, rebuild the File
Systems, then do a restore from the tapes. It took us an entire day. I
also had to rebuild all of my user accounts and printers and shares as
the process they had been using called for that. 

I then used the restore process in the backup software and it went to a
two hour job. Also with the ever changing hard drive sizes I could take
any new drive that inevitably was much larger than the one that went
belly up this software repartioned the drive accordingly for me.

Also it essentially is using Tar so in a pinch I could just use tar to
read a tape if I wanted. 

So the driving factor here was my time. Instead of doing all of that
work, I could just swap out the drive, insert the media and let it roll.
During that time I could do other things that came up. The end result
also was peace of mind when a disaster happened.

Again this works for me as my systems are non RAID, one drive suystems
that could live quite well in a 2gb drive enviroment, but today I can't
do that. 

Sometimes spending a little money up front (in my case $200 a server)
and then reaoing the benefit of time and sanity in the other end.

 Les Mikesell lesmikes...@gmail.com 05/10/10 10:49 AM 
On 5/10/2010 9:14 AM, Boniforti Flavio wrote:
 Hy there...
 So with that you would restore with BackupEdge and then go
 into your BackuPC repository to see what is outdated. Much
 quicker in my setup.
 Your pay back may be different.

 I'm not into *buying* a new piece of software, instead I'd really like
 to achieve bare metal restore with opensource software.



--

___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Excluding Directories

2010-05-06 Thread John BORIS
In checking my logs on my new installation I see that /proc is being
backed up while I have it in the Exclude portion of the config. I had it
in that section as /proc and as ./proc and both of these continue to be
backed up each night causing me a ton of error messages. 

$Conf{BackupFilesExclude} = {
  './proc' = [
''
  ]
};
$Conf{XferMethod} = 'tar';

Is this correct or is this

$Conf{BackupFilesExclude} = {
  '/proc' = [
''
  ]
};
$Conf{XferMethod} = 'tar';


The TarShareName is set to / and the directory in question is /proc

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Excluding Directories

2010-05-06 Thread John BORIS
I copied these from my config file which is edited through the web
interface. So the web interface has a bug

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Ed McDonagh ed.mcdon...@rmh.nhs.uk 5/6/2010 11:20 AM 

 $Conf{BackupFilesExclude} = {
   './proc' = [
 ''
   ]
 };
 $Conf{XferMethod} = 'tar';
 
 Is this correct or is this
 
 $Conf{BackupFilesExclude} = {
   '/proc' = [
 ''
   ]
 };
 $Conf{XferMethod} = 'tar';
 

Neither! This really confused me for ages. The share needs to be in
the
first section, and the exclude within the square brackets so 
$Conf{BackupFilesExclude} = {
  '/' = [
'/proc'
  ]
};

As for the ./ or /, I always get there by trial and error if it is not

clear from the help files.

If you are using the web interface, the share name should be in the
'New Key' 
and then you 'add' the exclude arguments.

HTH

Ed
#
Attention:
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary, confidential and/or
privileged information and should not be copied, disclosed,
distributed,
retained or used by any other party. If you are not an intended
recipient
please notify the sender immediately and delete this e-mail (including
attachments and copies). 

The statements and opinions expressed in this e-mail are those of the
author and do not necessarily reflect those of the Royal Marsden NHS
Foundation Trust. The Trust does not take any responsibility for the
statements and opinions of the author.

Website: http://www.royalmarsden.nhs.uk 
#

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net 
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users 
Wiki:http://backuppc.wiki.sourceforge.net 
Project: http://backuppc.sourceforge.net/

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Excluding Directories

2010-05-06 Thread John BORIS
Bingo That is it. I was looking at the source and was wondering why was
/proc pointing to blank brackets.  I added it and now it is point to the
directory. It looks like it is a Variable (which is probably called a
key) and then you add the value of that variable. I guess like the
Windows Registry. Looking at the documentation it started to make sense.
Clear as mud now.  ;-)

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Ed McDonagh ed.mcdon...@rmh.nhs.uk 5/6/2010 12:13 PM 
In my experience, the web interface doesn't have a bug, it is just not
very intuitive!

Try putting / in the New Key box, and click Add. Then put /proc in the
box next to the Insert Delete buttons, and click Save.

Then look at the config file again, and see if it has worked. It does
for me.

On Thu, 2010-05-06 at 11:52 -0400, John BORIS wrote:
 I copied these from my config file which is edited through the web
 interface. So the web interface has a bug
 
 John J. Boris, Sr.
 JEN-A-SyS Administrator
 Archdiocese of Philadelphia
 Remember! That light at the end of the tunnel
 Just might be the headlight of an oncoming train!
 
  Ed McDonagh ed.mcdon...@rmh.nhs.uk 5/6/2010 11:20 AM 
 
  $Conf{BackupFilesExclude} = {
'./proc' = [
  ''
]
  };
  $Conf{XferMethod} = 'tar';
  
  Is this correct or is this
  
  $Conf{BackupFilesExclude} = {
'/proc' = [
  ''
]
  };
  $Conf{XferMethod} = 'tar';
  
 
 Neither! This really confused me for ages. The share needs to be in
 the
 first section, and the exclude within the square brackets so 
 $Conf{BackupFilesExclude} = {
   '/' = [
 '/proc'
   ]
 };
 
 As for the ./ or /, I always get there by trial and error if it is
not
 
 clear from the help files.
 
 If you are using the web interface, the share name should be in the
 'New Key' 
 and then you 'add' the exclude arguments.
 
 HTH
 
 Ed

#
 Attention:
 This e-mail and any attachment is for authorised use by the intended
 recipient(s) only. It may contain proprietary, confidential and/or
 privileged information and should not be copied, disclosed,
 distributed,
 retained or used by any other party. If you are not an intended
 recipient
 please notify the sender immediately and delete this e-mail
(including
 attachments and copies). 
 
 The statements and opinions expressed in this e-mail are those of
the
 author and do not necessarily reflect those of the Royal Marsden NHS
 Foundation Trust. The Trust does not take any responsibility for the
 statements and opinions of the author.
 
 Website: http://www.royalmarsden.nhs.uk 

#
 

--
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net 
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users

 Wiki:http://backuppc.wiki.sourceforge.net 
 Project: http://backuppc.sourceforge.net/ 
 

--
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net 
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users

 Wiki:http://backuppc.wiki.sourceforge.net 
 Project: http://backuppc.sourceforge.net/ 

#
Attention:
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary, confidential and/or
privileged information and should not be copied, disclosed,
distributed,
retained or used by any other party. If you are not an intended
recipient
please notify the sender immediately and delete this e-mail (including
attachments and copies). 

The statements and opinions expressed in this e-mail are those of the
author and do not necessarily reflect those of the Royal Marsden NHS
Foundation Trust. The Trust does not take any responsibility for the
statements and opinions of the author.

Website: http://www.royalmarsden.nhs.uk 
#

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net 
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users 
Wiki:http://backuppc.wiki.sourceforge.net 
Project: http://backuppc.sourceforge.net/

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki

Re: [BackupPC-users] Best way to backup Windows clients?

2010-05-06 Thread John BORIS
Kris,
In my setup I would have loved to just use the mounts but security
issues here put a stop to that so I had to go to rsync. That has worked
on my Windows XP and Server 2003 machines but I am having issues with my
Server 2008 machines but that may be another firewall and security
issue. I am by no means a Guru with this stuff but the rsync on the
Windows machines was a breeze to install and configure even for me (a
windows challenged person). The only thing I do notice is that when I am
on my laptop which is using rsync under XP , I do get some performance
issues at the start but my laptop is not on the network all the time and
I haven't tuned the backup schedule to only do this say between certain
hours.

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Kris Lou k...@themusiclink.net 5/6/2010 11:51 AM 
Hey people,

I'm wondering what the preferred method is to backing up Windows
clients,
especially in terms of performance.  Currently, I'm simply mounting
windows
drives via SMB/autofs, and running rsync over that.  I like it because
I
don't have to install any additional software on the clients.  But I
know/read that a lot of people run Cygwin and rsync directly.  What are
the
advantages of that?

Thanks,

Kris Lou
k...@themusiclink.net

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server 2008

2010-03-31 Thread John BORIS
I verified that rsyncd is running on the server but I am getting Inet
Connection refused which probably means there is a firewall issue. I can
ping the server from the BackupPC server but that only means the server
is live and ICMP packets are getting to the server. I have to go through
two firewalls to get to this server and I don't control them so it must
be that something is dropping packets or refusing packets.

Thanks for the info.

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Les Mikesell lesmikes...@gmail.com 3/31/2010 8:56 AM 
Trey Nolen wrote:
 I've got it working (rsync, not DeltaCopy) on several 2008 servers
both 
 32 and 64bit.   I used to run the rsyncd method, but with the new 
 Cygwin, I'm just using the rsync method just like I do with Linux 
 boxes.  Works even better than using rsyncd.

Until fairly recent versions of cygwin there was some bug that made
rsync 
running under sshd hang randomly, but I think it is fixed now.

-- 
   Les Mikesell
lesmikes...@gmail.com 




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net 
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users 
Wiki:http://backuppc.wiki.sourceforge.net 
Project: http://backuppc.sourceforge.net/

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Alternative way to check if Host is alive -- can't use Ping

2010-03-30 Thread John BORIS
In my setup ICMP packets are dropped by the firewall in front of the
machine I need to backup. I have been searching for alternatives but
haven't found anything yet. Any pointers to a fix? Any other way to let
BackupPC know he machine is alive?

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
222 North 17th Street
Philadelphia, Pa. 19103
Tel: 215-965-1714
Fax: 215-587-3525
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Alternative way to check if Host is alive -- can't use Ping

2010-03-30 Thread John BORIS
All of the suggestions will work but has anyone setup BackupPC to use something 
other than Ping to see if the host is alive? I have telnet available and 
someone else suggested httping but the ping command is used to send a few 
requests to just test the machine.
I don't see anything in the BackupPC docs how to setup an alternative.

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Tino Schwarze backuppc.li...@tisc.de 3/30/2010 12:27 PM 
On Tue, Mar 30, 2010 at 06:22:39PM +0200, Mirco Piccin wrote:
 Hi,
 
  In my setup ICMP packets are dropped by the firewall in front of the
  machine I need to backup. I have been searching for alternatives but
  haven't found anything yet. Any pointers to a fix? Any other way to let
  BackupPC know he machine is alive?
 
 What ports are available?
 could something like httping be used as a substitute for /bin/ping?
 
 i remember i use - not with BackupPC - a perl script that allow to probe any
 host port (both TCP anf UDP ) - and also ping.
 It use both Net::Ping and Socket.
 
 The solution could be something like that, or simply a telnet to a specific
 port and work with output.
 Just run nmap to that host to see available port.

I've been using netcat -z $host $port for easy is that port open? tests.
You'll need rsyncd or ssh access anyway, so just check these ports.

HTH,

Tino.

-- 
What we nourish flourishes. - Was wir nähren erblüht.

www.lichtkreis-chemnitz.de 
www.tisc.de 

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net 
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users 
Wiki:http://backuppc.wiki.sourceforge.net 
Project: http://backuppc.sourceforge.net/


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Alternative way to check if Host is alive -- can't use Ping

2010-03-30 Thread John BORIS
This is a Windows Server running rsyncd so 873 is open. There isn't any
web server on this unit. So I can get httping but then need some RTFM or
How To that shows how to replace ping in BackupPC so it will work.

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Carl Wilhelm Soderstrom chr...@real-time.com 3/30/2010 11:59 AM

On 03/30 11:37 , John  BORIS wrote:
 In my setup ICMP packets are dropped by the firewall in front of the
 machine I need to backup. I have been searching for alternatives but
 haven't found anything yet. Any pointers to a fix? Any other way to
let
 BackupPC know he machine is alive?

What ports are available? 
could something like httping be used as a substitute for /bin/ping?

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com 

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net 
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users 
Wiki:http://backuppc.wiki.sourceforge.net 
Project: http://backuppc.sourceforge.net/

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Alternative way to check if Host is alive -- can't use Ping

2010-03-30 Thread John BORIS
Thanks.
I will try that as my last resort. Thanks to all that sent their
suggestions. httping looks like it might get me around it But thanks
again to all for the quick reponses.

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Les Mikesell lesmikes...@gmail.com 3/30/2010 12:50 PM 
On 3/30/2010 11:31 AM, John BORIS wrote:
 All of the suggestions will work but has anyone setup BackupPC to use
something other than Ping to see if the host is alive? I have telnet
available and someone else suggested httping but the ping command is
used to send a few requests to just test the machine.
 I don't see anything in the BackupPC docs how to setup an
alternative.

See the docs for $Conf{PingPath}.  You could just set it to /bin/true 
unless it takes too long for a failed connection to time out when the 
host is really down.

-- 
  Les Mikesell
lesmikes...@gmail.com 


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net 
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users 
Wiki:http://backuppc.wiki.sourceforge.net 
Project: http://backuppc.sourceforge.net/

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Anyone get rsyncd to work on Windows Server 2008

2010-03-30 Thread John BORIS
I have BackupPC working just fine on my Xp Workstations and Windows
Server 2003 boxes using rsyncd.  cygwin-rsyncd-2.6.8_0: Rsyncd for
Cygwin

When I try to setup rsyncd on my Windows Server 2008 box it looks like
rsyncd although it installed as a service and looks like it started it
doesn't seem to be working. When I tried to restart the service I get an
error that states the service took too long to respond and in the
Services applet it shows that it is in a stopping state.

My question is has anyone got rsyncd working on Windows Server 2008 32
bit version.

Do I have to use a newer version? or do something special to get it
running.


TIA

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server 2008

2010-03-30 Thread John BORIS
Thanks
I verified it is running but there must be some other reason that the
connection is being refused. I turned off the firewall just to see if
that was causing it but I still get Inet connection refused. Has to be
something else on the system that is blocking the port.

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Nicholas Hadaway nick.hada...@fastroot.com 3/30/2010 3:45 PM 
DeltaCopy FTW!

http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp 



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Installing on Red Hat Enterprise

2010-03-26 Thread John BORIS
I am trying to get BackupPC installed on Red Hat Enterprise. I
downloaded the latest file from sourceforge

BackupPC-3.2.0beta1.tar.gz

Following the directions in the documents I ran

perl configure.pl

I used all of the default settings. When I was finished I then copied
the linux-backuppc file from the init.d directory to /etc/init.d.

I copied the BackupPC.conf file from the httpd directory of the src to
/etc/httpd/conf.d.

I edited the BackupPC.conf file (in /etc/httpd/conf.d) so the directory
portion points to /usr/local/BackupPC

When I try httpd://localhost/BackupPC

I get challenged for a username and password and this will read the
.htaccess file I created but then I get nothing. I edited the hosts file
in /etc/BackupPC for the two hosts I am starting with also.

This is a umpteenth time I have tried this install. I have asked
previous users I had contact with and they tell me that the BackupPC
should be getting installed in /usr/share/BackupPC and that the programs
live at an sbin directory. This sbin directory never gets created?


Is there another tar ball I need to start with for Red Hat, or some src
files I should be using.

Any pointers would be greatly appreciated.


TIF

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia

Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Installing on Red Hat Enterprise

2010-03-26 Thread John BORIS


John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Josh Malone jmal...@nrao.edu 3/26/2010 11:15 AM 

Is the backuppc process running?
Yes

backuppc  6534 1  0 09:59 ?00:00:00 /usr/bin/perl
/usr/local/BackupPC/bin/BackupPC -d
backuppc  6536  6534  0 09:59 ?00:00:00 /usr/bin/perl
/usr/local/BackupPC/bin/BackupPC_trashClean
backuppc  7058  7056  0 10:09 ?00:00:00 /usr/sbin/httpd

Are you using suexec?
Yes
 If this is a dedicated backuppc server (like mine)
 just change the apache user to 'backuppc'. I'm running on RHEL5.4
using the
standard tarball with no issues, but with apache running as backuppc.
Yes 
Here is the BackupPC.conf
Directory   /usr/local/BackupPC
order deny,allow
deny from all
allow from 127.0.0.1
AuthType Basic
AuthUserFile /etc/BackupPC/BackupPC.users
AuthName BackupPC Community Edition Administrative Interface
require valid-user
/Directory

Alias   /BackupPC   /usr/local/BackupPC/bin
ScriptAlias /BackupPC_Admin /BackupPC_Admin



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Installing on Red Hat Enterprise

2010-03-26 Thread John BORIS
Okay I think I got things a bit screwed up and I am trying to clear
things out and start over. I installed the epel repository but now I get
this when I try to do a
yum install BackupPC

Transaction Check Error:
  file /etc/BackupPC/config.pl from install of
BackupPC-3.1.0-5.el5.noarch conflicts with file from package
backuppc_community-3.2.0beta0-1.rhel5.noarch
  file /etc/BackupPC/hosts from install of BackupPC-3.1.0-5.el5.noarch
conflicts with file from package
backuppc_community-3.2.0beta0-1.rhel5.noarch
  file /etc/httpd/conf.d/BackupPC.conf from install of
BackupPC-3.1.0-5.el5.noarch conflicts with file from package
backuppc_community-3.2.0beta0-1.rhel5.noarch
  file /etc/rc.d/init.d/backuppc from install of
BackupPC-3.1.0-5.el5.noarch conflicts with file from package
backuppc_community-3.2.0beta0-1.rhel5.noarch

Where does yum keep this stuff. I did a 

yum remove BackupPC

and it seemed to remove the stuff from my attempt to install the Beta
copy. Somewhere it has this stuff in a file but I have searched the
system and can't find any remnants of the failed attempts.

Sorry to be a blockhead on this.








John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Installing on Red Hat Enterprise

2010-03-26 Thread John BORIS
Thanks to all of your help. I have it installed and working.

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Les Mikesell lesmikes...@gmail.com 3/26/2010 1:51 PM 


Yum doesn't track things directly - it is mostly a wrapper around rpm 
that handles the listed dependencies for you.  I'd try a 'yum remove 
backuppc_community' first, then re-install whichever version you want.

I didn't realize you had a packaged version already.



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Install issues BackupPC on RHEL5

2010-03-18 Thread John BORIS
I am trying to get BackupPC installed correctly on RHEL 5. The install
proceeds just fine without errors but the Apache side was not installed
properly. The httpd.conf does not include the proper information so it
is not pointing to the correct directory structure and the
authentication is not correct. Has anyone on the list got this  working
properly on Red Hat? I am using the latest version 3.2.0 beta1.

TIA

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] No Admin Options appearing on main page

2010-03-17 Thread John BORIS
Les,
Thanks. I stumbled upon the issue and got it working. I did find that
section and can now get in.

Thanks

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!

 Les Mikesell lesmikes...@gmail.com 3/17/2010 3:02 PM 
On 3/17/2010 12:37 PM, John BORIS wrote:
 I have a new install on RHEL 5 and I am using the CGI interface. When
I
 go to mydomain.com/BackupPC I get a directory listing. If I go to
 mydomain.com/cgi-bin/BackupPC_admin I get the Server Status page but
no
 options in the side bar. All I see are Status, Host Summary,
 Documentation, Wiki and SourceForge. There should be much more.

 Am I missing something in the configuration

You need to configure your web server to require authentication for
that 
location and log in as someone in $Conf{CgiAdminUsers}.

-- 
   Les Mikesell
lesmikes...@gmail.com 

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net 
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users 
Wiki:http://backuppc.wiki.sourceforge.net 
Project: http://backuppc.sourceforge.net/

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/