[BackupPC-users] Rsync+SSH problem

2005-08-13 Thread Ed Burgstaler








Im trying to backup a Linux server over the Internet
using Rsync with SSH. 

I have created the private/public key pair on the backuppc
server and copied the key to the Linux client computer with:



scp
/var/www/.ssh/id_dsa.pub XXX.XXX.XXX.XXX:/root/.ssh/authorized_keys2

[EMAIL PROTECTED]'s
password:

id_dsa.pub
100% 606 0.0KB/s 00:00





Now I test the login:



ssh -l root XXX.XXX.XXX.XXX
whoami

I can authenticate fine but eventually I should get a reply of root
with no password required, but this is not the case. It just continues to ask
for a password no matter what.



I think that normally after the first login the second time usually
does not require a login password as the BackupPC server is added to the known
hosts list with an RSA key right?



What should I look for to get to the bottom of this?



If I run the backup in this state I get an error returned that states: 



2005-08-13 13:00:09 full backup started for directory /home2005-08-13 13:00:11 Got fatal error during xfer (Unable to read 4 bytes)2005-08-13 13:00:17 Backup aborted (Unable to read 4 bytes)



Thanks for any assistance.



Ed








RE: [BackupPC-users] Backing up multiple SMB shares

2005-08-21 Thread Ed Burgstaler
I'm using rsyncd as the backup method in config.pl.

Here is the rsyncd.conf file contents on the remote PC I'm trying to backup:

#BackupPC rsyncd.conf for PC1
[C]
path = C:/
use chroot = false
max connections = 4
log file = C:/rsync/rsyncd.log
pid file = C:/rsync/rsyncd.pid
lock file = C:/rsync/rsyncd.lock
strict modes = false
auth users = myuser_name
secrets file = C:/rsync/rsyncd.secrets
read only = false
list = false

[D]
path = D:/
use chroot = false
max connections = 4
log file = C:/rsync/rsyncd.log
pid file = C:/rsync/rsyncd.pid
lock file = C:/rsync/rsyncd.lock
strict modes = false
auth users = myuser_name
secrets file = C:/rsync/rsyncd.secrets
read only = false
list = false

So I think I have it setup as you indicated but it will only backup the C 
module files and not the D module files.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Les Mikesell
Sent: Sunday, August 21, 2005 1:17 PM
To: Ed Burgstaler
Cc: [EMAIL PROTECTED]
Subject: RE: [BackupPC-users] Backing up multiple SMB shares

On Sun, 2005-08-21 at 11:14, Ed Burgstaler wrote:
 How do you backup files on both C-drive and D-drive? 
 I't for some reason is only backing up my C-drive specified file but 
 ignores the D-drive settings?
  
 
 __
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Ed 
 Burgstaler
 Sent: Saturday, August 13, 2005 11:55 AM
 To: [EMAIL PROTECTED]
 Subject: [BackupPC-users] Backing up multiple SMB shares
 
 
 
 I cannot seem to get BackupPC to backup more than just my specified 
 ‘C’ drive share.
 
 My per PC config has the following entry:
 
  
 
 $Conf{RsyncdShareName} = ['C','D'];
 
 $Conf{BackupFilesOnly} = {
 
 'C' = ['Music1','Music2','Music3'],
 
 'D' = ['QuickTax 2001','QuickTax 2002','QuickTax 2003','QuickTax 
 2004','Unisys Nortel','Documents and Settings','Registration 
 Keys','compass','Mexico_2005'],
 
 };
 
  
 
 It backs up the specified ‘C’ files no problem but will not 
 continue to the next step of backing up the specified ‘D’ files.
 
  
 
 My main config.pl has $Conf{SmbShareName} = ['C$', 'D$'];

Are you using rsyncd or smb as the backup method?  Only one of your settings 
will actually be used.  If it is rsyncd then you have to have the remote rsync 
configured to serve a module named 'D'.  If it is smb, then you need 'C$' and 
'D$' as the shares with exclusions.

-- 
   Les Mikesell
[EMAIL PROTECTED]




---
SF.Net email is Sponsored by the Better Software Conference  EXPO September 
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile  
Plan-Driven Development * Managing Projects  Teams * Testing  QA Security * 
Process Improvement  Measurement * http://www.sqe.com/bsce5sf 
___
BackupPC-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
BackupPC-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


RE: [BackupPC-users] Adding a 300Gig HD to BackupPC on CentOS4

2005-09-06 Thread Ed Burgstaler
Thanks Carl

I'll give that a try. 
You say I hope you put /var/lib/backupppc on its own partition, because it
makes thing much more pleasant and trustworthy but I have not done that.
How would I do that? Everything I have is the defaults.
This is what I have on a similar server:

[EMAIL PROTECTED] ~]# df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
  52638268  10658292  39306108  22% /
[EMAIL PROTECTED] ~]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Carl
Wilhelm Soderstrom
Sent: Tuesday, September 06, 2005 1:02 PM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Adding a 300Gig HD to BackupPC on CentOS4

On 09/05 09:12 , Ed Burgstaler wrote:
 I am currently using a 40Gg HD with LVM and I'm running out of space.
  
 Can anyone tell me how I can go about adding a new 300Gg HD to CentOS4 
 to expand my BackupPC data storage?
  
 Appreciate a step by step if not to much to ask. I'm not a Linux expert
yet.
 :)

assuming this is an IDE drive, and it will be attached as the slave device
on the second IDE controller (better to have the two disks on separate
controllers, to cut down on bus contention):

# fdisk /dev/hdd
p list your partitions
d delete any old partitions... you may be prompted for which to delete, if
there are several.. repeat this step to delete all of them n make a new
partition. just make it take up the entire disk. the partition should
default to type 'linux' p check your partition table, type '?' if you want
to do more w write  quit the partition editor # reboot not strictly
necessary most of the time, but it doesn't hurt, may  save you trouble, and
is easier than explaining what to watch out for

after logging in again:
pvcreate /dev/hdd
vgextend your volume group name /dev/hdd


you will now have more space to extend the size of your logical volume, and
then the filesystem upon that volume. what to do here, depends on what type
of filesystem you're using, and what your partition scheme currently looks
like. I hope you put /var/lib/backupppc on its own partition, because it
makes thing much more pleasant and trustworthy. :)


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


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


RE: [BackupPC-users] Backing up a single file off of root

2005-10-28 Thread Ed Burgstaler



Sorry for not stating it Les. But I'm using rsync not 
rsyncd.


From: Les Stott [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 28, 2005 6:48 PMTo: Ed 
BurgstalerCc: backuppc-users@lists.sourceforge.netSubject: 
Re: [BackupPC-users] Backing up a single file off of root
Ed Burgstaler wrote: 

  
  I'm currently 
  backing up /home,/root, /etc and so on ...
  But I would like 
  to backup two single files that are off of / and I keep getting the "not a 
  directory" error.
  
  Appreciate any 
  inputi gather your using rsyncd to do this and 
using seperate share names for home rooo and etc?if so you could define 
a fourth share and setup a BackupFilesOnly directive like so... 
$Conf{BackupFilesOnly} = { 'root' 
= ['filname1', 'filename2'], # these are for 
the root share only };However it may not be 
desirabe to share at root level so heres another way...setup a cronjob 
to tar the files into /root, which does get backed up. Schedule it to suit your 
backup needs. If the files are mostly static then you probably only need to run 
this once a night.Hope that 
helps.Regards,Les


[BackupPC-users] Unable to link errors

2006-04-14 Thread Ed Burgstaler



I'm getting a lot of these 
errors in my logs when backing up a certaindirectory on an Win2000 
server.
It backs up some of the files 
fine within the directory structure but others are not backed up with "Unable to 
link" and "Unable to open"(followed by the directory name)errors 
appearing in the log file. Example:
Unable to link 
/home/backuppc/pc/win2kserver/208/fE to 
/home/backuppc/pc/win2kserver/new//fE/f.Can't open 
/home/backuppc/pc/win2kserver/new/fE/fAdmin_Queries for empty outputCan't 
open /home/backuppc/pc/win2kserver/new/fE/fAdmin_Queries/fAccts Receivable Info 
for empty output
I'm using $Conf{RsyncShareName} = ['C', 'E', 
'F'];

Could this be atimeout 
issue on these particular files and folders as some of the files are over a 1Gig 
in size (they aremostly ODBC Quiries in 
Access)?

I get these errors as well, 
although the problem here is obvious and I'm not that concerned about these 
errors:

Remote[1]: send_files failed to 
open "gdrive/c/WINNT/system32/C:/WINNT/NTDS/edb.log" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/NTDS/ntds.dit" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/NTDS/temp.edb" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/Temp/JET38F3.tmp" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/Temp/JET3E14.tmp" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/ntfrs/jet/log/edb.log" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/ntfrs/jet/ntfrs.jdb" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/ntfrs/jet/temp/tmp.edb" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/CPL.CFG" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/SAM" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/SAM.LOG" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/SECURITY" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/SECURITY.LOG" (in C): 
Permission deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/SYSTEM.ALT" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/default" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/default.LOG" (in C): 
Permission deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/software" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/software.LOG" (in C): 
Permission deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/config/system" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/wins/j50.log" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/wins/wins.mdb" (in C): Permission 
deniedRemote[1]: send_files failed to open 
"gdrive/c/WINNT/system32/C:/WINNT/system32/wins/winstmp.mdb" (in C): Permission 
denied

Ed


Re: [BackupPC-users] Backing up Win2000 server

2006-12-21 Thread Ed Burgstaler
Problem solved ... it was a rights issue. Sorry


  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ed
Burgstaler
Sent: Thursday, December 21, 2006 5:52 PM
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] Backing up Win2000 server


I'm getting the following error when I try to do a backup of my 'F' drive
...
2006-12-21 16:39:08 Backup failed on
https://192.168.10.9/cgi-bin/BackupPC/BackupPC_Admin?host=data-serv
data-serv (chroot failed)
 
I have another USB 278Gg drive that is also attached to this server as 'E'
and I have no problem backing of this drive.
 
The only difference that I see is that the 'E' drive itself is not a share
point but has shared folders within it whereas the 'F' drive is a main share
point so that users can see the folders but only access the ones they have
permission to.
 
Any ideas on what would cause the 'F' drive to exibit the (chroot failed)
error?
 
Thanks in advance
 
Ed

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Install Par2 on Centos 4.4

2007-02-12 Thread Ed Burgstaler
Does anyone know how I can install the required Par2 on a Centos 4.4 system
running BackupPC 3.0.0?
Is there an RPM available?
I'm getting the error:
Error: No save due to errors
Error: ParPath must be a valid executable path  
 
Thanks in advance ...
-
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] Install Par2 on Centos 4.4

2007-02-12 Thread Ed Burgstaler
 Hi Nils

Thanks for replying.

It turns out that the config.pl file makes reference to the path for the
Par2 executable for some reason on some upgrades, however the fix is simply
to remove the path statement that refers to Par2 altogether from the
config.pl file.
This resolves the complaint over par ... Someone pointed this out earlier
but I had not noticed it until after I send my question of course.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nils
Breunese (Lemonbit)
Sent: Monday, February 12, 2007 11:46 AM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Install Par2 on Centos 4.4

Ed Burgstaler wrote:

 Does anyone know how I can install the required Par2 on a Centos
 4.4 system running BackupPC 3.0.0?
 Is there an RPM available?
 I'm getting the error:
 Error: No save due to errors
 Error: ParPath must be a valid executable path

I'm running BackupPC 3.0.0 on CentOS 4.4, I don't have par2 and I have the
following in my config.pl:

 $Conf{ParPath} = '';

I don't have any problems. I don't know of a CentOs 4 compatible repository
that carries par2, but I think you can get par2cmdline from
http://parchive.sourceforge.net/.

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/


[BackupPC-users] Restore problems

2007-02-28 Thread Ed Burgstaler
I'm running BackupPC v3x and have had no issues with regard to doing backups
both rsync for Linux and rsyncd from Windows machines.
I'm am having issues however, with doing restore opperations. 
I have a Windows 2000 server which I having been successfully backing up
every day and I want to restore the data drive on this server to (an
alternate location) a new Windows 2003 server using the rsyncd method.
What happens is that the restore goes fine for about the first 4GB of data
and then eventually comes back with a cannot read 4 bytes restore failed
error. I tried a couple times but the same thing keeps happening.
I then thought that I would try the TAR restore option but again all went
well until it reached 3.99GB and then the transfer seems to stop as the is
no futher activity in the pop-up transfer window. My transfer rate seemed to
maintain at around 5MB/sec throughout the transfer.
 
My question is what could be wrong as it is great to see all your files that
have been backed-up but it's useless if you cannot restore them. I know that
some of you likely have restores or backups that are far larger than my 40
or 50GB.
 
Any assistance greatly appreciated.
 
Ed
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backup failed with error can't find Compress::Zlib

2007-11-10 Thread Ed Burgstaler
All of of sudden my backups have started failing with Backup failed on
_( can't find Compress::Zlib) this is something new as all has been
working fine for over a year. Could anyone shed some insight as to why this
is happening all of a sudden?
I tried updating the Compress::Zlib via CPAN but it errors out as well so
I'm not sure what to do at this point.
 
Thank for any help
 
Ed
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
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] Backup failed with error can't find Compress::Zlib

2007-11-11 Thread Ed Burgstaler
It appears that the YUM update upgrade my perl version as indicated in log
file 
Nov 09 04:47:04 Updated: perl.x86_64 3:5.8.5-36.el4_5.2

If I go to CPAN to install Archive::Zip and Compress::Zlib ... both fail
with

Failed 8/10 test scripts, 20.00% okay. 3/3 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force

I assume this must be due to the newer version of perl? Any suggestions ...

Thanks in advance


  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ed
Burgstaler
Sent: November 10, 2007 1:16 PM
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] Backup failed with error can't find Compress::Zlib


All of of sudden my backups have started failing with Backup failed on
_( can't find Compress::Zlib) this is something new as all has been
working fine for over a year. Could anyone shed some insight as to why this
is happening all of a sudden?
I tried updating the Compress::Zlib via CPAN but it errors out as well so
I'm not sure what to do at this point.
 
Thank for any help
 
Ed
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
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] Backup failed with error can't findCompress::Zlib

2007-11-11 Thread Ed Burgstaler
I'll give that a try Les ... Thanks
I remember someone pointing out previously that rpms are better than using
CPAN and maybe this is why. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Les Stott
Sent: November 11, 2007 5:28 PM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Backup failed with error can't
findCompress::Zlib

Ed Burgstaler wrote:
 It appears that the YUM update upgrade my perl version as indicated in 
 log file 

 *Nov 09 04:47:04 Updated: perl.x86_64 3:5.8.5-36.el4_5.2*

 If I go to CPAN to install Archive::Zip and Compress::Zlib ... both 
 fail with

 Failed 8/10 test scripts, 20.00% okay. 3/3 subtests failed, 0.00% okay.
 make: *** [test_dynamic] Error 255
   /usr/bin/make test -- NOT OK
 Running make install
   make test had returned bad status, won't install without force

 I assume this must be due to the newer version of perl? Any 
 suggestions ...


 From above it looks like you're running RHEL4 x86_64.

3rd party repos like Dag Wieers (http://dag.wieers.com/rpm/) or ATrpms
(http://atrpms.net) contain a lot of extra pre-built rpms for 3rd party
tools. All the rpms are usually called perl-Module-Name. i.e. 
perl-Compress-Zlib

Set yourself up for these repos and then install using rpms instead of cpan.
You should be able to get things sorted using compatible rpms.

Regards,

Les






-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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/


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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] Backup failed with error can't findCompress::Zlib

2007-11-11 Thread Ed Burgstaler
 Just to let you know ... 
Thanks to Les's suggestion of trying rpms from ATrpms rather than CPAN, I
went ahead and downloaded and installed the perl-IO-String, perl-IO-Zlib,
perl-Archive-Zip, perl-Archive-Tar and perl-Compress-Zlib rpms.
Seems everything is working again now ... So thanks much

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Les Stott
Sent: November 11, 2007 5:28 PM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Backup failed with error can't
findCompress::Zlib

Ed Burgstaler wrote:
 It appears that the YUM update upgrade my perl version as indicated in 
 log file 

 *Nov 09 04:47:04 Updated: perl.x86_64 3:5.8.5-36.el4_5.2*

 If I go to CPAN to install Archive::Zip and Compress::Zlib ... both 
 fail with

 Failed 8/10 test scripts, 20.00% okay. 3/3 subtests failed, 0.00% okay.
 make: *** [test_dynamic] Error 255
   /usr/bin/make test -- NOT OK
 Running make install
   make test had returned bad status, won't install without force

 I assume this must be due to the newer version of perl? Any 
 suggestions ...


 From above it looks like you're running RHEL4 x86_64.

3rd party repos like Dag Wieers (http://dag.wieers.com/rpm/) or ATrpms
(http://atrpms.net) contain a lot of extra pre-built rpms for 3rd party
tools. All the rpms are usually called perl-Module-Name. i.e. 
perl-Compress-Zlib

Set yourself up for these repos and then install using rpms instead of cpan.
You should be able to get things sorted using compatible rpms.

Regards,

Les






-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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/


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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] Question to CentOS 4.5-BackupPC users

2007-11-27 Thread Ed Burgstaler
I have two installs of BackupPC on CentOS 4.5 which all of a sudden stopped
working with can't find Compress::Zlib errors which causes the backup to
fail.
Both systems have been running for almost a full year without issue until
just the last few days.
 
I was able to fix one install a few days ago by installing the
perl-IO-String, perl-IO-Zlib, perl-Archive-Zip, perl-Archive-Tar and
perl-Compress-Zlib rpms from ATrpms however, this doesn't work with the
second install and I'm at my wits end as to how to fix it and why this even
happened in the first place.
 
I had originally installed the Compress::ZLib and Archive::ZIP prerequesites
from CPAN when it wa first installed but I can't even get CPAN working on
the second server anymore as it just comes up with cannot find file CPAN
error and now when I tried to restart BackupPC I get lib.pm errors as well.
 
What would cause this Compress::ZLib error in the first place as I cannot
find any reason except a yum update to cause the issue all of a sudden.
 
Anyone have any suggestions on what I should do to get things straightened
out again?
 
I'm just not sure if it is the version of perl or just something with the
perl modules.
 
Ed
 
 
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
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] Broken BackupPC due to missing Cwd.pm

2007-11-29 Thread Ed Burgstaler
I think I now what the problem is but I don't know how to fix it.
I was having some issues with a BackupPC error with Compress::Zlib and I was
trying a lot of things to get that working to no avail so I thought I would
remove unnecessary perl modules and one of those I believe was Cwd so hence
my new error when trying to start BackupPC.
 
Starting BackupPC: Can't locate Cwd.pm in @INC (@INC contains:
/opt/BackupPC/lib
 /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/5.8.5
/usr/lib6
4/perl5/site_perl/5.8.5/x86_64-linux-thread-multi
/usr/lib64/perl5/site_perl/5.8
.4/x86_64-linux-thread-multi
/usr/lib64/perl5/site_perl/5.8.3/x86_64-linux-threa
d-multi /usr/lib64/perl5/site_perl/5.8.2/x86_64-linux-thread-multi
/usr/lib64/pe
rl5/site_perl/5.8.1/x86_64-linux-thread-multi
/usr/lib64/perl5/site_perl/5.8.0/x
86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl
/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2
/usr/lib/pe
rl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr
/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor
_perl/5.8.4/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.8.3/x86_64-
linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.8.2/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.8.1/x86_64-linux-thread-multi
/usr/lib64/perl5/ve
ndor_perl/5.8.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5
/usr/
lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3
/usr/lib/perl5/vend
or_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1
/usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/5.8.5/File/Path.pm line 112.
BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.5/File/Path.pm line
112.
 
Compilation failed in require at /opt/BackupPC/lib/BackupPC/Storage/Text.pm
line
 44.
BEGIN failed--compilation aborted at
/opt/BackupPC/lib/BackupPC/Storage/Text.pm
line 44.
Compilation failed in require at /opt/BackupPC/lib/BackupPC/Storage.pm line
41.
BEGIN failed--compilation aborted at /opt/BackupPC/lib/BackupPC/Storage.pm
line
41.
Compilation failed in require at /opt/BackupPC/lib/BackupPC/Lib.pm line 43.
BEGIN failed--compilation aborted at /opt/BackupPC/lib/BackupPC/Lib.pm line
43.
Compilation failed in require at /opt/BackupPC/bin/BackupPC line 60.
BEGIN failed--compilation aborted at /opt/BackupPC/bin/BackupPC line 60.
[FAILED]
 
Anyone know how I could fix this?
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
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] Broken BackupPC due to missing Cwd.pm

2007-11-29 Thread Ed Burgstaler
Thanks Les

My version is  perl-5.8.5-36.el4_5.2 and it was installed about the time I
started having the Compress:Zlib error problem so would it be possible to
uninstall this perl version and have it go back to the previous version?


-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED] 
Sent: November 29, 2007 1:29 PM
To: Ed Burgstaler
Cc: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Broken BackupPC due to missing Cwd.pm

Ed Burgstaler wrote:
 I think I now what the problem is but I don't know how to fix it.
 I was having some issues with a BackupPC error with Compress::Zlib and 
 I was trying a lot of things to get that working to no avail so I 
 thought I would remove unnecessary perl modules and one of those I 
 believe was Cwd so hence my new error when trying to start BackupPC.
  
 Starting BackupPC: Can't locate Cwd.pm in @INC (@INC contains: 

Cwd.pm should be part of the perl base install - at least it is in Centos5:

# rpm -q --whatprovides
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Cwd.pm

perl-5.8.8-10

-- 
   Les Mikesell
[EMAIL PROTECTED]


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
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] Broken BackupPC due to missing Cwd.pm

2007-11-29 Thread Ed Burgstaler
-thread-multi
/usr/lib64/perl5/site_perl/5.8.1/x86_64-linux-thread-multi
/usr/lib64/perl5/site_perl/5.8.0/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl/5.8.3
   /usr/lib/perl5/site_perl/5.8.2
   /usr/lib/perl5/site_perl/5.8.1
   /usr/lib/perl5/site_perl/5.8.0
   /usr/lib/perl5/site_perl
   /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi
   /usr/lib64/perl5/vendor_perl/5.8.4/x86_64-linux-thread-multi
   /usr/lib64/perl5/vendor_perl/5.8.3/x86_64-linux-thread-multi
   /usr/lib64/perl5/vendor_perl/5.8.2/x86_64-linux-thread-multi
   /usr/lib64/perl5/vendor_perl/5.8.1/x86_64-linux-thread-multi
   /usr/lib64/perl5/vendor_perl/5.8.0/x86_64-linux-thread-multi
   /usr/lib/perl5/vendor_perl/5.8.5
   /usr/lib/perl5/vendor_perl/5.8.4
   /usr/lib/perl5/vendor_perl/5.8.3
   /usr/lib/perl5/vendor_perl/5.8.2
   /usr/lib/perl5/vendor_perl/5.8.1
   /usr/lib/perl5/vendor_perl/5.8.0
   /usr/lib/perl5/vendor_perl
   .
[EMAIL PROTECTED] ~]#

Looks to be a lot missing 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tony
Schreiner
Sent: November 29, 2007 3:03 PM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Broken BackupPC due to missing Cwd.pm

Ed

perl-5.8.5-36.el4_5.2 is the current version for RHEL 4 and related distros.
Cwd.pm should be included in it.
Type

rpm -V perl

to verify the installed package, it will say if anything is missing

Also, what does

perl -V

tell you about the @INC path ?

Tony Schreiner
Boston College

On Nov 29, 2007, at 3:42 PM, Ed Burgstaler wrote:

 Thanks Les

 My version is  perl-5.8.5-36.el4_5.2 and it was installed about the 
 time I started having the Compress:Zlib error problem so would it be 
 possible to uninstall this perl version and have it go back to the 
 previous version?


 -Original Message-
 From: Les Mikesell [mailto:[EMAIL PROTECTED]
 Sent: November 29, 2007 1:29 PM
 To: Ed Burgstaler
 Cc: backuppc-users@lists.sourceforge.net
 Subject: Re: [BackupPC-users] Broken BackupPC due to missing Cwd.pm

 Ed Burgstaler wrote:
 I think I now what the problem is but I don't know how to fix it.
 I was having some issues with a BackupPC error with Compress::Zlib 
 and I was trying a lot of things to get that working to no avail so I 
 thought I would remove unnecessary perl modules and one of those I 
 believe was Cwd so hence my new error when trying to start BackupPC.

 Starting BackupPC: Can't locate Cwd.pm in @INC (@INC contains:

 Cwd.pm should be part of the perl base install - at least it is in
 Centos5:

 # rpm -q --whatprovides
 /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Cwd.pm

 perl-5.8.8-10

 -- 
Les Mikesell
 [EMAIL PROTECTED]


 --
 ---
 SF.Net email is sponsored by: The Future of Linux Business White Paper 
 from Novell.  From the desktop to the data center, Linux is going 
 mainstream.  Let it simplify your IT future.
 http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
 ___
 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/


-
SF.Net email is sponsored by: The Future of Linux Business White Paper from
Novell.  From the desktop to the data center, Linux is going mainstream.
Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
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/


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
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] Broken BackupPC due to missing Cwd.pm

2007-11-29 Thread Ed Burgstaler
Thank you for the great instructions Tony ... 
I'll give it a try tomorrow and see what happens.
 
Ed

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tony
Schreiner
Sent: November 29, 2007 4:01 PM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Broken BackupPC due to missing Cwd.pm


Reinstall the perl rpm 

download it form your favorite mirror, see a mirror list at

http://www.centos.org/modules/tinycontent/index.php?id=13

or do (for example from the ANL mirror)

wget
http://mirror.anl.gov/pub/centos/4.5/updates/x86_64/RPMS/perl-5.8.5-36.el4_5
.2.x86_64.rpm

then
rpm -ivh --replacepkgs perl-5.8.5-36.el4_5.2.x86_64.rpm

(you might need a --force option too)

Tony


On Nov 29, 2007, at 4:26 PM, Ed Burgstaler wrote:


Hi Tony,

I'm using CentOS 4.5 but the results here are all greek to me ...

[EMAIL PROTECTED] ~]# rpm -V perl
missing /usr/bin/cpan
missing /usr/bin/prove
missing /usr/lib/perl5/5.8.5/CPAN.pm
missing /usr/lib/perl5/5.8.5/CPAN/FirstTime.pm
missing /usr/lib/perl5/5.8.5/CPAN/Nox.pm
missing /usr/lib/perl5/5.8.5/File/Temp.pm
missing /usr/lib/perl5/5.8.5/Net/Cmd.pm
missing /usr/lib/perl5/5.8.5/Net/Config.pm
missing /usr/lib/perl5/5.8.5/Net/Domain.pm
missing /usr/lib/perl5/5.8.5/Net/FTP.pm
missing /usr/lib/perl5/5.8.5/Net/FTP/A.pm
missing /usr/lib/perl5/5.8.5/Net/FTP/E.pm
missing /usr/lib/perl5/5.8.5/Net/FTP/I.pm
missing /usr/lib/perl5/5.8.5/Net/FTP/L.pm
missing /usr/lib/perl5/5.8.5/Net/FTP/dataconn.pm
missing /usr/lib/perl5/5.8.5/Net/NNTP.pm
missing /usr/lib/perl5/5.8.5/Net/Netrc.pm
missing /usr/lib/perl5/5.8.5/Net/POP3.pm
missing /usr/lib/perl5/5.8.5/Net/SMTP.pm
missing /usr/lib/perl5/5.8.5/Net/Time.pm
missing /usr/lib/perl5/5.8.5/Net/libnetFAQ.pod
missing /usr/lib/perl5/5.8.5/Test/Builder.pm
missing /usr/lib/perl5/5.8.5/Test/Harness.pm
missing /usr/lib/perl5/5.8.5/Test/Harness/Assert.pm
missing /usr/lib/perl5/5.8.5/Test/Harness/Iterator.pm
missing /usr/lib/perl5/5.8.5/Test/Harness/Straps.pm
missing /usr/lib/perl5/5.8.5/Test/More.pm
missing /usr/lib/perl5/5.8.5/Test/Simple.pm
missing /usr/lib/perl5/5.8.5/Test/Tutorial.pod
missing /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/Cwd.pm
missing /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/auto/Cwd/Cwd.so
missing
/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/auto/List/Util/Util
.so 
[EMAIL PROTECTED] ~]#
[EMAIL PROTECTED] ~]# perl -V
Summary of my perl5 (revision 5 version 8 subversion 5) configuration:
Platform:
osname=linux, osvers=2.6.9-42.0.3.elsmp,
archname=x86_64-linux-thread-multi
uname='linux builder6.centos.org 2.6.9-42.0.3.elsmp #1 smp fri oct 6
06:28:2
6 cdt 2006 x86_64 x86_64 x86_64 gnulinux '
config_args='-des -Doptimize=-O2 -g -pipe -m64 -Dversion=5.8.5
-Dmyhostname=
localhost [EMAIL PROTECTED] -Dcc=gcc -Dcf_by=Red Hat, Inc.
-Dinstallpre
fix=/usr -Dprefix=/usr -Dlibpth=/usr/local/lib64 /lib64 /usr/lib64
-Dprivlib=/us
r/lib/perl5/5.8.5 -Dsitelib=/usr/lib/perl5/site_perl/5.8.5
-Dvendorlib=/usr/lib/
perl5/vendor_perl/5.8.5
-Darchlib=/usr/lib64/perl5/5.8.5/x86_64-linux-thread-mul
ti -Dsitearch=/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi
-Dvendo
rarch=/usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi
-Darchname=x8
6_64-linux -Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib -Dusethreads
-Duse
ithreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db -Ui_ndbm
-Di_gdbm -D
i_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl
-Ubincompat500
5 -Uversiononly -Dpager=/usr/bin/less -isr -Dinc_version_list=5.8.4 5.8.3
5.8.2
5.8.1 5.8.0'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define
usemultiplicity=de
fine
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING
-fno-strict-alias
ing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr
/include/gdbm',
optimize='-O2 -g -pipe -m64',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing
-pipe
-I/usr/local/include -I/usr/include/gdbm'
ccversion='', gccversion='3.4.6 20060404 (Red Hat 3.4.6-8)',
gccosandvers=''

intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize
=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='gcc', ldflags =''
libpth=/usr/local/lib64 /lib64 /usr/lib64
libs=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.3.4'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-rpath,
/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/CORE'
cccdlflags='-fPIC', lddlflags='-shared

[BackupPC-users] BackupPc files for Centos 7?

2014-07-31 Thread Ed Burgstaler
I would like to install BackupPc on a new Centos 7 install but BackupPc is
not available on any of the repos and I even added the EPEL repo but no
luck.

I'm looking for BackupPc from yum as well as the perl-File-RsyncP,
perl-Net-FTP-AutoReconnect, perl-Net-FTP-RetrHandle files for Centos 7 if
anyone knows where I could obtain all the files.

Much appreciated!

 

-Ed

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk___
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] BackupPc files for Centos 7?

2014-08-05 Thread Ed Burgstaler
Thank you all for your suggestions! Very much appreciated.

-Original Message-
From: Kenneth Porter [mailto:sh...@sewingwitch.com] 
Sent: August-04-14 11:35 PM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] BackupPc files for Centos 7?

--On Monday, August 04, 2014 4:17 PM +0200 Jurie Botha
jur...@taprojects.co.za wrote:

 Why not build from source? It's really not that difficult.

Building from a source RPM IS building from source. The source RPM includes
the source tarball, patches needed to customized the system to the distro,
and a meta build script that unpacks the tarball, applies the patches,
invokes the right make command, and then packages it all up in a format
suitable to track the installed files so that updates and removals work
properly. It may also include install-time scripts to add a necessary user
to run a service as, and to hook the service into the boot and shutdown
system.

Here's how to set up your build system:

http://www.g-loaded.eu/2006/04/05/how-to-build-rpm-packages-on-fedora/

Grab the source RPM here:

http://dl.fedoraproject.org/pub/epel/6/SRPMS/BackupPC-3.3.0-2.el6.src.rpm

Command to turn a source RPM into a binary RPM:

rpmbuild --rebuild BackupPC-3.3.0-2.el6.src.rpm

(You might need to add some options to that command line. I usually add
--define 'dist kp' to define dist as kp to mark the packages I build. 
The dist variable gets suffixed to the release number. For official
binaries, it has values like epel.)


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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/


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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] BackupPc files for Centos 7?

2014-08-05 Thread Ed Burgstaler
Do you mean the source file directly from BackupPC site?

-Original Message-
From: Dennis Ditte [mailto:den...@double-d.it] 
Sent: August-05-14 9:56 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] BackupPc files for Centos 7?

The standard-script provided by source runs like a charm :)
 On Tue, Aug 5, 2014 at 9:42 AM, Ed Burgstaler e...@wilson.ca wrote:
 Thank you all for your suggestions! Very much appreciated.

 Note that CentOS7 uses systemd, so it is likely to take some changes
 to the init script that starts the backuppc daemon.   I don't know if
 that has been done in the more current fedora packages on not.




--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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/


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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] BackupPc files for Centos 7?

2014-08-05 Thread Ed Burgstaler
One more question ... the readme file in the BackupPC source tar states that
I would need to install Samba version 2.2.0 so is that still correct or what
newer version of Samba should I install prior to compiling BackupPC?

-Original Message-
From: Ed Burgstaler [mailto:e...@wilson.ca] 
Sent: August-05-14 10:17 AM
To: 'General list for user discussion, questions and support'
Subject: Re: [BackupPC-users] BackupPc files for Centos 7?

Do you mean the source file directly from BackupPC site?

-Original Message-
From: Dennis Ditte [mailto:den...@double-d.it] 
Sent: August-05-14 9:56 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] BackupPc files for Centos 7?

The standard-script provided by source runs like a charm :)
 On Tue, Aug 5, 2014 at 9:42 AM, Ed Burgstaler e...@wilson.ca wrote:
 Thank you all for your suggestions! Very much appreciated.

 Note that CentOS7 uses systemd, so it is likely to take some changes
 to the init script that starts the backuppc daemon.   I don't know if
 that has been done in the more current fedora packages on not.




--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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/



--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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/


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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] BackupPc files for Centos 7?

2014-08-05 Thread Ed Burgstaler
Ok, thank you Les.
I have all but the SAMBA dependencies installed now but I just don't know if
I should install the newest version 4.1XX of Samba or not.
I installed the other dependencies through CPAN and yum so far.

-Ed

-Original Message-
From: Les Mikesell [mailto:lesmikes...@gmail.com] 
Sent: August-05-14 10:53 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] BackupPc files for Centos 7?

On Tue, Aug 5, 2014 at 10:15 AM, Ed Burgstaler e...@wilson.ca wrote:

 I tried to build from source but I'm no doubt missing some command 
 arguments because here is what happens:
 What should I do  to solve these dependencies? Thanks

 [root@backuppc ~]# rpmbuild --rebuild BackupPC-3.3.0-2.el6.src.rpm 
 Installing BackupPC-3.3.0-2.el6.src.rpm
 warning: BackupPC-3.3.0-2.el6.src.rpm: Header V3 RSA/SHA256 Signature, 
 key
 error: Failed build dependencies:
 /usr/bin/smbclient is needed by BackupPC-3.3.0-2.el7.centos.x86_64
 /usr/bin/nmblookup is needed by BackupPC-3.3.0-2.el7.centos.x86_64
 perl(Compress::Zlib) is needed by
BackupPC-3.3.0-2.el7.centos.x86_64
 perl(Digest::MD5) is needed by BackupPC-3.3.0-2.el7.centos.x86_64
 selinux-policy-devel is needed by
BackupPC-3.3.0-2.el7.centos.x86_64
 checkpolicy is needed by BackupPC-3.3.0-2.el7.centos.x86_64
 [root@backuppc ~]#


You'll need to 'yum install'  the packages containing these dependencies if
they exist for CentO/EPEL7  (samba-client, perl-Archive-Zip, etc.).  And
after building there will be additional
run-time dependencies to install the RPM.   You'll probably have to
grab the epel6 src versions of perl-File-RsyncP and some FTP-related modules
and rebuild and install those too.

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


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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/


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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] BackupPc files for Centos 7?

2014-08-05 Thread Ed Burgstaler
Yes, that was pretty obvious so I did and it works now so I just need to
find the (Net::FTP::RetrHandle) and perl(Net::FTP::AutoReconnect) files to
make it work.
Can't find them on rpmsearch.

-Original Message-
From: backu...@kosowsky.org [mailto:backu...@kosowsky.org] 
Sent: August-05-14 11:42 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] BackupPc files for Centos 7?

Ed Burgstaler wrote at about 10:15:15 -0500 on Tuesday, August 5, 2014:
  Hi Kenneth,
 
  I tried to build from source but I'm no doubt missing some command
arguments   because here is what happens:
  What should I do  to solve these dependencies? Thanks U... download 
install the dependencies... seems pretty obvious...

 
  [root@backuppc ~]# rpmbuild --rebuild BackupPC-3.3.0-2.el6.src.rpm  
Installing BackupPC-3.3.0-2.el6.src.rpm   warning:
BackupPC-3.3.0-2.el6.src.rpm: Header V3 RSA/SHA256 Signature, key   ID 0  
08b895: NOKEY   warning: user mockbuild does not exist - using root  
warning: group mockbuild does not exist - using root   warning: user
mockbuild does not exist - using root   warning: group mockbuild does not
exist - using root   warning: user mockbuild does not exist - using root  
warning: group mockbuild does not exist - using root   warning: user
mockbuild does not exist - using root   warning: group mockbuild does not
exist - using root   warning: user mockbuild does not exist - using root  
warning: group mockbuild does not exist - using root   warning: user
mockbuild does not exist - using root   warning: group mockbuild does not
exist - using root   warning: user mockbuild does not exist - using root  
warning: group mockbuild does not exist - using root   warning: user
mockbuild does not exist - using root   warning: group mockbuild does not
exist - using root   warning: user mockbuild does not exist - using root  
warning: user mockbuild does not exist - using root   warning: group
mockbuild does not exist - using root   warning: user mockbuild does not
exist - using root   warning: group mockbuild does not exist - using root
 warning: user mockbuild does not exist - using root   warning: group
mockbuild does not exist - using root   warning: user mockbuild does not
exist - using root   warning: group mockbuild does not exist - using root
 error: Failed build dependencies:
  /usr/bin/smbclient is needed by
BackupPC-3.3.0-2.el7.centos.x86_64
  /usr/bin/nmblookup is needed by
BackupPC-3.3.0-2.el7.centos.x86_64
  perl(Compress::Zlib) is needed by
BackupPC-3.3.0-2.el7.centos.x86_64
  perl(Digest::MD5) is needed by BackupPC-3.3.0-2.el7.centos.x86_64
  selinux-policy-devel is needed by
BackupPC-3.3.0-2.el7.centos.x86_64
  checkpolicy is needed by BackupPC-3.3.0-2.el7.centos.x86_64
  [root@backuppc ~]#
 
  -Original Message-
  From: Kenneth Porter [mailto:sh...@sewingwitch.com]   Sent: August-04-14
11:35 PM   To: General list for user discussion, questions and support  
Subject: Re: [BackupPC-users] BackupPc files for Centos 7?
 
  --On Monday, August 04, 2014 4:17 PM +0200 Jurie Botha  
jur...@taprojects.co.za wrote:
 
   Why not build from source? It's really not that difficult.
 
  Building from a source RPM IS building from source. The source RPM
includes   the source tarball, patches needed to customized the system to
the distro,   and a meta build script that unpacks the tarball, applies the
patches,   invokes the right make command, and then packages it all up in a
format   suitable to track the installed files so that updates and removals
work   properly. It may also include install-time scripts to add a
necessary user   to run a service as, and to hook the service into the boot
and shutdown   system.
 
  Here's how to set up your build system:
 
  http://www.g-loaded.eu/2006/04/05/how-to-build-rpm-packages-on-fedora/
 
  Grab the source RPM here:
 
 
http://dl.fedoraproject.org/pub/epel/6/SRPMS/BackupPC-3.3.0-2.el6.src.rpm
 
  Command to turn a source RPM into a binary RPM:
 
  rpmbuild --rebuild BackupPC-3.3.0-2.el6.src.rpm (You might need to
add some options to that command line. I usually add   --define 'dist kp'
to define dist as kp to mark the packages I build. 
  The dist variable gets suffixed to the release number. For official  
binaries, it has values like epel.)

  --
  Infragistics Professional
  Build stunning WinForms apps today!
  Reboot your WinForms applications with our WinForms controls. 
  Build a bridge from your legacy apps to the future.
 
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
  ___
  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] BackupPc files for Centos 7?

2014-08-05 Thread Ed Burgstaler
Thank you very much Les!
That link will help for sure.

-Original Message-
From: Les Mikesell [mailto:lesmikes...@gmail.com] 
Sent: August-05-14 12:41 PM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] BackupPc files for Centos 7?

On Tue, Aug 5, 2014 at 12:30 PM, Ed Burgstaler e...@wilson.ca wrote:
 Yes, that was pretty obvious so I did and it works now so I just need 
 to find the (Net::FTP::RetrHandle) and perl(Net::FTP::AutoReconnect) 
 files to make it work.
 Can't find them on rpmsearch.

They should be here:
http://dl.fedoraproject.org/pub/epel/6/SRPMS/
but the package names have a slightly different convention (perl-...).

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


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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/


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
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] BackupPC 3.3.2 slow file restore

2018-11-02 Thread Ed Burgstaler
 

Just upgraded to 3.3.2 and tried to restore a 1GB test zip file back to the
original server and it took 90 minutes for the restore to complete.

Not sure why this is taking so long as you would think that a file that size
would only take 1 or 2 minutes to complete.

 

If I choose to download as zip file or tar it is very quick and within the 1
to 2 minute mark.

 

This is a restore to a Windows server running Cygwin and backup job is using
rsyncd method.

Interface card on both backuppc and windows server is Gb and otherwise the
Windows server is a VMware VM.

 

Just seems crazy slow and not sure why that would be.

 

Thx

___
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] Can't locate object method "parse" via package "version" at ./configure.pl line 161

2018-11-29 Thread Ed Burgstaler
I'm trying to upgrade my second backuppc server from version 3.3.2 to 4.3.0.

The server is an older Centos4.9 and I have even upgraded perl to version
5.10.0 and installed all the perl modules again thinking that I had an older
version of perl that it didn't like.

It is still running fine as version 3.3.2 but when I try to install/upgrade
with the command below I still get an obscure error? 

I am out of ideas.

 

[root@myserver BackupPC-4.3.0]# ./configure.pl

Can't locate object method "parse" via package "version" at ./configure.pl
line 161.

You have new mail in /var/spool/mail/root

 

Has anyone else ever seen this error and could shed light on how to resolve
please.

Thanks

 

 

-Ed

___
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] Can't locate object method "parse" via package "version" at ./configure.pl line 161 (SOLVED)

2018-11-29 Thread Ed Burgstaler
Sorry to waste everyone's time . I had a closer look and installed the
missing perl module "version" via cpan and it all works now.

Thanks

 

-Ed

 

From: Ed Burgstaler  
Sent: Thursday, November 29, 2018 10:25 AM
To: General list for user discussion, questions and support
(backuppc-users@lists.sourceforge.net)

Subject: Can't locate object method "parse" via package "version" at
./configure.pl line 161

 

I'm trying to upgrade my second backuppc server from version 3.3.2 to 4.3.0.

The server is an older Centos4.9 and I have even upgraded perl to version
5.10.0 and installed all the perl modules again thinking that I had an older
version of perl that it didn't like.

It is still running fine as version 3.3.2 but when I try to install/upgrade
with the command below I still get an obscure error? 

I am out of ideas.

 

[root@myserver BackupPC-4.3.0]# ./configure.pl

Can't locate object method "parse" via package "version" at ./configure.pl
line 161.

You have new mail in /var/spool/mail/root

 

Has anyone else ever seen this error and could shed light on how to resolve
please.

Thanks

 

 

-Ed

___
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] (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a valid executable)

2018-11-27 Thread Ed Burgstaler
Okay I did locate the path just as you indicated and added it to the config
but now it gives me a different error:
Got fatal error during xfer (rsync error: unexplained error (code 255) at
io.c(629) [Receiver=3.0.9.13]) 
Not sure what that means.
Thank you

-Original Message-
From: Ari Sovijärvi  
Sent: Tuesday, November 27, 2018 10:33 AM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] (xfer start failed: $Conf{RsyncBackupPCPath}
is set to , which isn't a valid executable)

On 27.11.2018 18.16, Ed Burgstaler wrote:
> I have just upgraded from backuppc 3.3.2 to the newest version 4.3 but 
> I now get the error below:
> (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a 
> valid executable) How can I resolve this please.
> I did install the complied version of rsync-bpc-3.0.9.13 but I don’t 
> know where it put it so what should the default path be if this is the 
> issue?

Locate the rsync_bpc executable and put that with its full path there. 
In my Debian packaged version it's /usr/bin/rsync_bpc


___
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] (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a valid executable)

2018-11-27 Thread Ed Burgstaler
Oh I am on CentOS6x and my path was
 /usr/local/bin/rsync_bpc 

That is the path I added to my per host config. Not sure why the other error
now 

-Original Message-
From: Ed Burgstaler  
Sent: Tuesday, November 27, 2018 10:38 AM
To: 'General list for user discussion, questions and support'

Subject: Re: [BackupPC-users] (xfer start failed: $Conf{RsyncBackupPCPath}
is set to , which isn't a valid executable)

Okay I did locate the path just as you indicated and added it to the config
but now it gives me a different error:
Got fatal error during xfer (rsync error: unexplained error (code 255) at
io.c(629) [Receiver=3.0.9.13])
Not sure what that means.
Thank you

-Original Message-
From: Ari Sovijärvi 
Sent: Tuesday, November 27, 2018 10:33 AM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] (xfer start failed: $Conf{RsyncBackupPCPath}
is set to , which isn't a valid executable)

On 27.11.2018 18.16, Ed Burgstaler wrote:
> I have just upgraded from backuppc 3.3.2 to the newest version 4.3 but 
> I now get the error below:
> (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a 
> valid executable) How can I resolve this please.
> I did install the complied version of rsync-bpc-3.0.9.13 but I don’t 
> know where it put it so what should the default path be if this is the 
> issue?

Locate the rsync_bpc executable and put that with its full path there. 
In my Debian packaged version it's /usr/bin/rsync_bpc


___
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/



___
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] (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a valid executable)

2018-11-27 Thread Ed Burgstaler
I have just upgraded from backuppc 3.3.2 to the newest version 4.3 but I now
get the error below:

 

(xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a valid
executable)

 

How can I resolve this please.

 

I did install the complied version of rsync-bpc-3.0.9.13 but I don't know
where it put it so what should the default path be if this is the issue?

Thanks

__

 

Ed 

 

___
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] (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a valid executable)

2018-11-27 Thread Ed Burgstaler
Was all working fine prior to upgrading from 3.3.2 to version 4.3.0 so it
must be something related to that rsync-bpc file.

-Original Message-
From: Ari Sovijärvi  
Sent: Tuesday, November 27, 2018 10:47 AM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] (xfer start failed: $Conf{RsyncBackupPCPath}
is set to , which isn't a valid executable)

> Okay I did locate the path just as you indicated and added it to the 
> config but now it gives me a different error:
> Got fatal error during xfer (rsync error: unexplained error (code 255) 
> at
> io.c(629) [Receiver=3.0.9.13])
> Not sure what that means.

See the other end's logs for clues for bad authentication, wrong share name
or something similar.


___
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] (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a valid executable)

2018-11-27 Thread Ed Burgstaler
Does it matter what rsync version is running on the client side?
I'm running rsync  version 3.1.1  protocol version 31 on my Linux client.
I can SSH to it as backuppc user no problems just seems to be the rsync that
is the problem since upgrading to rsync-bpc-3.0.9.13.

-Original Message-
From: Ari Sovijärvi  
Sent: Tuesday, November 27, 2018 10:47 AM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] (xfer start failed: $Conf{RsyncBackupPCPath}
is set to , which isn't a valid executable)

> Okay I did locate the path just as you indicated and added it to the 
> config but now it gives me a different error:
> Got fatal error during xfer (rsync error: unexplained error (code 255) 
> at
> io.c(629) [Receiver=3.0.9.13])
> Not sure what that means.

See the other end's logs for clues for bad authentication, wrong share name
or something similar.


___
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] (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a valid executable) (SOLVED)

2018-11-27 Thread Ed Burgstaler
Okay I finally figured out what the issue was.
Apparently, it was an rsync over ssh issue where backuppc wasn't providing
the correct ssh commands so the connection was terminated immediately.
What I had to do was edit the per host config and enable the "RsyncSshArgs
override" and add the SSH port that my server uses to connect "$sshPath -p
6188 -q -x -l root"
After making this change it is now backing up the way it should and no more
errors.
Sorry to both but sometimes it helps to think out load.

-Ed

-Original Message-
From: Ed Burgstaler  
Sent: Tuesday, November 27, 2018 12:42 PM
To: 'General list for user discussion, questions and support'

Subject: Re: [BackupPC-users] (xfer start failed: $Conf{RsyncBackupPCPath}
is set to , which isn't a valid executable)

Does it matter what rsync version is running on the client side?
I'm running rsync  version 3.1.1  protocol version 31 on my Linux client.
I can SSH to it as backuppc user no problems just seems to be the rsync that
is the problem since upgrading to rsync-bpc-3.0.9.13.

-Original Message-
From: Ari Sovijärvi 
Sent: Tuesday, November 27, 2018 10:47 AM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] (xfer start failed: $Conf{RsyncBackupPCPath}
is set to , which isn't a valid executable)

> Okay I did locate the path just as you indicated and added it to the 
> config but now it gives me a different error:
> Got fatal error during xfer (rsync error: unexplained error (code 255) 
> at
> io.c(629) [Receiver=3.0.9.13])
> Not sure what that means.

See the other end's logs for clues for bad authentication, wrong share name
or something similar.


___
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/



___
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] Error when try to upgrade to version 4.2.1

2018-11-26 Thread Ed Burgstaler
I have just attempted to install/update to version 4.2.1 from 3.3.2 and when
I try to do so:

./configure.pl

I get the following error:

BackupPC needs the package version.  Please install version before
installing BackupPC.

 

I have complied and installed BackupPC-XS-0.58 as well prior to updating.

 

I don't understand what that means can anyone help?

 

 

-Ed

___
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] How to backup a single file using rsyncd

2023-05-25 Thread Ed Burgstaler via BackupPC-users
 

I have folders backing up fine but I want to back up single files like 
/etc/passwd and /etc/shadow and a few others.

I know it must be something really simple I’m missing in the config of 
rsyncsharename section of the per pc config file.

Thanks

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


Re: [BackupPC-users] How to backup a single file using rsyncd

2023-05-25 Thread Ed Burgstaler via BackupPC-users
I just decided to backup the entire /etc directory for sake of time spent 
trying to figure out how to backup only select files.

 

-Ed

 

From: Ed Burgstaler via BackupPC-users  
Sent: May 25, 2023 1:10 PM
To: backuppc-users@lists.sourceforge.net
Cc: Ed Burgstaler 
Subject: [BackupPC-users] How to backup a single file using rsyncd

 

 

I have folders backing up fine but I want to back up single files like 
/etc/passwd and /etc/shadow and a few others.

I know it must be something really simple I’m missing in the config of 
rsyncsharename section of the per pc config file.

Thanks

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