Re: [BackupPC-users] backuppc process will not stop

2020-06-29 Thread Mark Maciolek
hi,
  You think I would have run across this with all the Linux systems I
administer but I had not. You are correct systemctl stop worked.

Thank you.

Mark

> Mark,
>
> Perhaps systemd is being used to run BackupPC?
>
> What output do you get from:
>
> systemctl status backuppc
>
> If it shows as active/running, then the correct command to stop BackupPC
> is:
>
> systemctl stop backuppc
>
>
> Craig
>
> On Mon, Jun 29, 2020 at 11:05 AM Mark Maciolek  wrote:
>
>> hi,
>>
>> Running BackupPC v4.3.2 on Ubuntu 18.04 LTS. I want to upgrade to 4.4.0
>> but I can't get the backuppc process to stop. I can do
>> /etc/init.d/backuppc and it starts again. If I do kill -9  it
>> also just restarts.
>>
>> I have several other BackupPC servers and yet this is the only one that
>> does this.
>>
>> Does anyone have a clue to where I should start troubleshooting this
>> issue?
>>
>> Mark
>>
>>
>> ___
>> 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] backuppc process will not stop

2020-06-29 Thread Mark Maciolek
hi,

Running BackupPC v4.3.2 on Ubuntu 18.04 LTS. I want to upgrade to 4.4.0
but I can't get the backuppc process to stop. I can do
/etc/init.d/backuppc and it starts again. If I do kill -9  it
also just restarts.

I have several other BackupPC servers and yet this is the only one that
does this.

Does anyone have a clue to where I should start troubleshooting this issue?

Mark


___
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] CentOS 8 client failing with sudo user

2019-11-01 Thread Mark Maciolek

hi,

Tried it on a different CentOS 8 with same config and it worked.

So the only difference I could determine is that I am using the 
ClientNameAlias, after clearing the full hostname I had as the alias, 
the backup is working.



Mark


On 11/1/2019 5:27 PM, Mark Maciolek wrote:

hi,

Yes, the client was working when running CentOS 7. So I have not 
changed the backuppc config for the system at all.


I think I will try it on a system that I have more control over.

M

Mark

On 11/1/2019 12:11 PM, Jamie Burchell wrote:

Do you have sudo in $Conf{RsyncClientPath} ?

$Conf{RsyncClientPath} = 'sudo /usr/bin/rsync';


-Original Message-
From: Mark Maciolek [mailto:m...@sr.unh.edu]
Sent: 01 November 2019 15:06
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] CentOS 8 client failing with sudo user

HI,

Backup server is CentOS 7.7 running BackupPC 4.3.1, client is new 
CentOS 8

desktop I have it setup to use sudo for doing the backup.
If I ssh over to the system I can do a command line

/usr/bin/sudo /usr/bin/rsync -av /etc m...@blackstar.sr.unh.edu:~mlm/

this works

This is the error I get from the backuppc logs

rsync error: unexplained error (code 255) at io.c(226) 
[Receiver=3.1.2.1]

rsync_bpc exited with fatal status 255 (65280) (rsync error: unexplained
error (code 255) at io.c(226) [Receiver=3.1.2.1])


This is the rsync child about to exec /usr/local/bin/rsync_bpc
bpc_attrib_backwardCompat: WriteOldStyleAttribFile = 0, 
KeepOldAttribFiles

= 0
rsync_bpc: connection unexpectedly closed (0 bytes received so far)
[Receiver]


Also I have a different CentOS 8 system where I do the backup as root 
and

it works.

Any suggestions on further troubleshooting this issue?

Mark


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


Re: [BackupPC-users] CentOS 8 client failing with sudo user

2019-11-01 Thread Mark Maciolek

hi,

Yes, the client was working when running CentOS 7. So I have not changed 
the backuppc config for the system at all.


I think I will try it on a system that I have more control over.

M

Mark

On 11/1/2019 12:11 PM, Jamie Burchell wrote:

Do you have sudo in $Conf{RsyncClientPath} ?

$Conf{RsyncClientPath} = 'sudo /usr/bin/rsync';


-Original Message-
From: Mark Maciolek [mailto:m...@sr.unh.edu]
Sent: 01 November 2019 15:06
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] CentOS 8 client failing with sudo user

HI,

Backup server is CentOS 7.7 running BackupPC 4.3.1, client is new CentOS 8
desktop I have it setup to use sudo for doing the backup.
If I ssh over to the system I can do a command line

/usr/bin/sudo /usr/bin/rsync -av /etc m...@blackstar.sr.unh.edu:~mlm/

this works

This is the error I get from the backuppc logs

rsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.2.1]
rsync_bpc exited with fatal status 255 (65280) (rsync error: unexplained
error (code 255) at io.c(226) [Receiver=3.1.2.1])


This is the rsync child about to exec /usr/local/bin/rsync_bpc
bpc_attrib_backwardCompat: WriteOldStyleAttribFile = 0, KeepOldAttribFiles
= 0
rsync_bpc: connection unexpectedly closed (0 bytes received so far)
[Receiver]


Also I have a different CentOS 8 system where I do the backup as root and
it works.

Any suggestions on further troubleshooting this issue?

Mark


___
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] CentOS 8 client failing with sudo user

2019-11-01 Thread Mark Maciolek
HI,

Backup server is CentOS 7.7 running BackupPC 4.3.1,
client is new CentOS 8 desktop
I have it setup to use sudo for doing the backup.
If I ssh over to the system I can do a command line

/usr/bin/sudo /usr/bin/rsync -av /etc m...@blackstar.sr.unh.edu:~mlm/

this works

This is the error I get from the backuppc logs

rsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.2.1]
rsync_bpc exited with fatal status 255 (65280) (rsync error: unexplained
error (code 255) at io.c(226) [Receiver=3.1.2.1])


This is the rsync child about to exec /usr/local/bin/rsync_bpc
bpc_attrib_backwardCompat: WriteOldStyleAttribFile = 0, KeepOldAttribFiles
= 0
rsync_bpc: connection unexpectedly closed (0 bytes received so far)
[Receiver]


Also I have a different CentOS 8 system where I do the backup as root and
it works.

Any suggestions on further troubleshooting this issue?

Mark


___
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] turn off PoolV3Enabled

2018-09-20 Thread Mark Maciolek
hi,

BackupPC working great with version 4.2.1, on the servers that I did an
upgrade from version 3.3.x to 4.2.1 when can the PoolV3Enabled box be
unchecked?

We only retain backups for 90 days so I should be able to turn it off
after that or do I have to leave it enabled forever?

Mark


___
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 4.2.1 perl issue

2018-06-13 Thread Mark Maciolek
hi,
 After fussing with it all morning, went to lunch and started over
again using Fiddler, but you were also correct that my URL was
wrong.

Thank your for this backup solution. Works great.

Mark
> Mark,
>
> It looks like your setting for $Conf{CgiImageDirURL} is wrong.  Your html
> has hrefs like this:
>
> href="/var/www/htdocs/BackupPC/image/favicon.ico
>
>
> $Conf{CgiImageDirURL} should be set to the URL (eg: "/BackupPC/image"),
> not
> the absolute file system path.
>
> Craig
>
> On Wed, Jun 13, 2018 at 5:27 AM, Mark Maciolek  wrote:
>
>> hi,
>>   Partially fixed. I put the correct BackupPC_Admin in place and the
>> page
>> loads, now just have to figure out why every image is 404.
>>
>> Mark
>> > hi,
>> >
>> > First line:
>> > #!/bin/perl
>> > #=
>> -*-perl-*-w
>> > #
>> >
>> > selinux is in permissive mode
>> >
>> > manually run:
>> >
>> >
>> > Content-Type: text/html; charset=utf-8
>> >
>> > 
>> > 
>> > BackupPC Server Status
>> > > > href="/var/www/htdocs/BackupPC/image/BackupPC_stnd.css"
>> title="CSSFile">
>> > > > type="image/x-icon">
>> > 
>> > 
>> > > > onLoad="document.getElementById('NavMenu').style.height=document.body.
>> scrollHeight">
>> >
>> > 
>> >  Â Â Â Â Â Â Â  
>> >  Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  > > href="https://backuppc.github.io/backuppc/;>> > src="/var/www/htdocs/BackupPC/image/logo.gif">
>> >  Â Â Â Â Â Â Â  
>> > 
>> > Hosts
>> > 
>> >  Â Â Â  
>> >  Â Â Â  > > type="submit" value="Go" name="ignore">
>> >  Â Â Â  
>> > Server
>> > Status
>> > Host Summary
>> > Documentation
>> > https://github.com/backuppc/backuppc/wiki;>Wiki
>> > https://backuppc.github.io/backuppc;>Homepage
>> > 
>> >  
>> > 
>> >  Â Â Â  BackupPC Server Status
>> >
>> >
>> > 
>> >  Â Â Â  Currently Running Jobs
>> >
>> > 
>> > 
>> >  Host 
>> >  Â Â Â   Type 
>> >  Â Â Â   User 
>> >  Â Â Â   Start Time 
>> >  Â Â Â   Command 
>> >  Â Â Â   PID 
>> >  Â Â Â   Xfer PID 
>> >  Â Â Â   Status 
>> >  Â Â Â   Count 
>> >  Â Â Â  
>> >
>> > 
>> >
>> > 
>> >
>> >
>> >  Â Â Â  Failures that need attention
>> >
>> > 
>> > 
>> >  Host 
>> >  Â Â Â   Type 
>> >  Â Â Â   User 
>> >  Â Â Â   Last Try 
>> >  Â Â Â   Details 
>> >  Â Â Â   Error Time 
>> >  Â Â Â   Last error (other than no ping) 
>> >
>> > 
>> >
>> > 
>> >
>> > apache is running as backuppc user.
>> >
>> > Mark
>> >
>> >
>> > On 6/12/2018 10:25 PM, Craig Barratt via BackupPC-users wrote:
>> >> Some random questions:
>> >>
>> >> What's the very first line of BackupPC_Admin?
>> >>
>> >> Could this be some sort of selinux issue?
>> >>
>> >> What happens when you manually run BackupPC_Admin (as the backuppc
>> >> user)?  What user is apache running as?
>> >>
>> >> Craig
>> >>
>> >> On Tue, Jun 12, 2018 at 7:17 PM, mlm > >> <mailto:m...@sr.unh.edu>> wrote:
>> >>
>> >>
>> >>
>> >> On 6/12/2018 8:10 PM, Holger Parplies wrote:
>> >>
>> >> Hi,
>> >>
>> >> mlm wrote on 2018-06-12 17:20:06 -0400 [[BackupPC-users]
>> >> backuppc 4.2.1 perl issue]:
>> >>
>> >> [...]
>> >> New system running Scientific Linux 7.5, installed 4.2.1
>> >> from tar file
>> >>
>> >> Global symbol "%In" requires explicit package name at
>> >> /usr/share/BackupPC/sbin/BackupPC_Admin line 90.
>> >> [...]
>> >> Bareword "BackupPC::CGI::Lib::NewRequest" not allowed
>> >> 

Re: [BackupPC-users] backuppc 4.2.1 perl issue

2018-06-13 Thread Mark Maciolek
hi,
  Partially fixed. I put the correct BackupPC_Admin in place and the page
loads, now just have to figure out why every image is 404.

Mark
> hi,
>
> First line:
> #!/bin/perl
> #= -*-perl-*-w
> #
>
> selinux is in permissive mode
>
> manually run:
>
>
> Content-Type: text/html; charset=utf-8
>
> 
> 
> BackupPC Server Status
>  href="/var/www/htdocs/BackupPC/image/BackupPC_stnd.css" title="CSSFile">
>  type="image/x-icon">
> 
> 
>  onLoad="document.getElementById('NavMenu').style.height=document.body.scrollHeight">
>
> 
>          
>                   href="https://backuppc.github.io/backuppc/;> src="/var/www/htdocs/BackupPC/image/logo.gif">
>          
> 
> Hosts
> 
>      
>       type="submit" value="Go" name="ignore">
>      
> Server
> Status
> Host Summary
> Documentation
> https://github.com/backuppc/backuppc/wiki;>Wiki
> https://backuppc.github.io/backuppc;>Homepage
> 
>  
> 
>      BackupPC Server Status
>
>
> 
>      Currently Running Jobs
>
> 
> 
>  Host 
>       Type 
>       User 
>       Start Time 
>       Command 
>       PID 
>       Xfer PID 
>       Status 
>       Count 
>      
>
> 
>
> 
>
>
>      Failures that need attention
>
> 
> 
>  Host 
>       Type 
>       User 
>       Last Try 
>       Details 
>       Error Time 
>       Last error (other than no ping) 
>
> 
>
> 
>
> apache is running as backuppc user.
>
> Mark
>
>
> On 6/12/2018 10:25 PM, Craig Barratt via BackupPC-users wrote:
>> Some random questions:
>>
>> What's the very first line of BackupPC_Admin?
>>
>> Could this be some sort of selinux issue?
>>
>> What happens when you manually run BackupPC_Admin (as the backuppc
>> user)?  What user is apache running as?
>>
>> Craig
>>
>> On Tue, Jun 12, 2018 at 7:17 PM, mlm > > wrote:
>>
>>
>>
>> On 6/12/2018 8:10 PM, Holger Parplies wrote:
>>
>> Hi,
>>
>> mlm wrote on 2018-06-12 17:20:06 -0400 [[BackupPC-users]
>> backuppc 4.2.1 perl issue]:
>>
>> [...]
>> New system running Scientific Linux 7.5, installed 4.2.1
>> from tar file
>>
>> Global symbol "%In" requires explicit package name at
>> /usr/share/BackupPC/sbin/BackupPC_Admin line 90.
>> [...]
>> Bareword "BackupPC::CGI::Lib::NewRequest" not allowed
>> while "strict subs" in use at
>> /usr/share/BackupPC/sbin/BackupPC_Admin line 56.
>> [...]
>> Any suggestions on troubleshooting further?
>>
>> what do the first few non-comment lines of your BackupPC_Admin
>> look like
>> (about 12, but I don't have 4.2.1 here right now, so that
>> might have changed;
>> up to the first "my" variable declaration)? It would seem that
>> the
>> BackupPC::CGI::Lib module is not correctly imported. Is the
>> path in the
>> "use lib" pragma correct for your installation? What are the
>> permissions on
>> the library file and its parent directories?
>>
>> What Perl version are you running ('perl -v')?
>>
>> Regards,
>> Holger
>>
>> hi
>> from BackupPC_Admin:
>>
>> use strict;
>> no  utf8;
>> use CGI;
>> use CGI::Carp qw(fatalsToBrowser);
>> use lib "/usr/local/BackupPC/lib";
>>
>> use BackupPC::Lib;
>> use BackupPC::CGI::Lib qw(:all);
>>
>> BackupPC::CGI::Lib::NewRequest;
>>
>> my %ActionDispatch = (
>>     "deleteBackup"               => "DeleteBackup",
>>
>> folders all owned by backupc:
>> s -al /usr/local/BackupPC/lib/BackupPC/
>> total 108
>> drwxr-xr-x. 8 backuppc backuppc   160 Jun 12 21:40 .
>> drwxr-xr-x. 4 backuppc backuppc    33 Jun 12 16:09 ..
>> drwxr-xr-x. 2 backuppc backuppc  4096 Jun 12 21:40 CGI
>> drwxr-xr-x. 2 backuppc backuppc    21 Jun 12 21:40 Config
>> -r--r--r--. 1 backuppc backuppc 13638 Jun 12 21:40 DirOps.pm
>> drwxr-xr-x. 2 backuppc backuppc   181 Jun 12 21:40 Lang
>> -r--r--r--. 1 backuppc backuppc 38786 Jun 12 21:40 Lib.pm
>> drwxr-xr-x. 2 backuppc backuppc    21 Jun 12 21:40 Storage
>> -r--r--r--. 1 backuppc backuppc  3014 Jun 12 21:40 Storage.pm
>> -r--r--r--. 1 backuppc backuppc 36631 Jun 12 21:40 View.pm
>> drwxr-xr-x. 2 backuppc backuppc   101 Jun 12 21:40 Xfer
>> -r--r--r--. 1 backuppc backuppc  5002 Jun 12 21:40 Xfer.pm
>> drwxr-xr-x. 2 backuppc backuppc    27 Jun 12 21:40 Zip
>>
>>
>> This is perl 5, version 16, subversion 3 (v5.16.3) built for
>> x86_64-linux-thread-multi
>> (with 33 registered patches, see perl -V for more detail)
>>
>>
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> 

[BackupPC-users] version 4 issue

2015-10-09 Thread Mark Maciolek
Hi,

Have 7 backuppc servers running version 3.3.1, decided to try version 4 on a
older unused system. Got it installed and running, with the only issues is
that the images do not load when viewing the web site.

Not even the logo.gif shows unless I use the complete path /BackupPC/images/logo.gif

>From a working version3;



BackupPC Server Status





http://backuppc.sourceforge.net;>

BackupPC Server Status



>From the version 4:



Config Edit





http://backuppc.sourceforge.net;>

Main Configuration Editor


It is missing the "/BackupPC/images".

I have compared the BackupPC.conf files and the Alias line for the images is
correct.

On version 3 system:

BackupPC_Admin:setuid ELF 64-bit LSB executable, x86-64, version 1
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18,
stripped
BackupPC_Admin.pl: a /usr/bin/perl script text executable


I am not using SCGI


Mark





--
___
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] version 4 issue

2015-10-09 Thread Mark Maciolek
Hi,

Figured it out finally. Had to comment out the AllowOverride in
/etc/httpd/conf/httpd.conf
Add Location to BackupPC.conf


order deny,allow
deny from all
  allow from 127.0.0.1
  allow from ::1/128


Mark
-Original Message-
From: Mark Maciolek [mailto:m...@sr.unh.edu] 
Sent: Friday, October 9, 2015 12:55 PM
To: General list for user discussion, questions and support
<backuppc-users@lists.sourceforge.net>
Subject: [BackupPC-users] version 4 issue

Hi,

Have 7 backuppc servers running version 3.3.1, decided to try version 4 on a
older unused system. Got it installed and running, with the only issues is
that the images do not load when viewing the web site.

Not even the logo.gif shows unless I use the complete path /BackupPC/images/logo.gif

>From a working version3;



BackupPC Server Status





http://backuppc.sourceforge.net;>

BackupPC Server Status



>From the version 4:



Config Edit





http://backuppc.sourceforge.net;>

Main Configuration Editor


It is missing the "/BackupPC/images".

I have compared the BackupPC.conf files and the Alias line for the images is
correct.

On version 3 system:

BackupPC_Admin:setuid ELF 64-bit LSB executable, x86-64, version 1
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18,
stripped
BackupPC_Admin.pl: a /usr/bin/perl script text executable


I am not using SCGI


Mark






--
___
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] Forbidden You don't have permission to access /BackupPC on this server.

2015-09-20 Thread Mark Maciolek


hi,

Make sute the BackupPC.conf in /etc/httpd/conf.d has this line in it:

Require all granted


Marlk

On 9/20/2015 8:42 AM, Bob of Donelson Trophy wrote:


I have been using BackupPC for years on an Ubuntu/Debian OS. I am 
switching to CentOS 7 and cannot figure out why I am getting the 
following:



  Forbidden

You don't have permission to access /BackupPC on this server.

. . . . when I "http://[ipaddress]/BackupPC;

I have disabled selinux and firewalld to see if they are interfering 
with my access. They do not appear to be. (So, I re-enabled them.)


I can access "http://[ipaddress]; and get the default CentOS webpage.

To install BackupPC I enabled the EPEL repository. It appears to have 
included all the dependencies.


I have checked and re-checked file permissions.

Any ideas why I cannot access? Suggestions?

--

___

Bob Wooden of Donelson Trophy

615.885.2846
www.donelsontrophy.com 

"Everyone deserves an award!!"


--


___
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] Windows permissions issue

2015-06-17 Thread Mark Maciolek


On 6/16/2015 1:55 PM, Mark Maciolek wrote:
 hi,

 BackupPC 3.3.1, client Windows 7 using cygwin openssh and rsync

 Files that were zipped on a Mac and unzipped on the Windows box get
 permission denied when trying to rsync them during backups.

cat wtrbdyp010g.txt
 cat: wtrbdyp010g.txt: Permission denied


 $ ls -al wtrbdyp010g.txt
 -rw-r--r-- 1 rcc None 84268 Mar 20  2014 wtrbdyp010g.txt

 tried the no acl in /etc/fstab file and rebooted, no luck

 Tried changing permissions via Windows Properties gui and command line
 and still get permission denied.

 Any one have a clue on what I should do to make the files readable on
 the command line?

 Mark

hi,

Had to go to the windows box to see that the file/directory names were 
green, meaning encrypted.

Was able to go to advanced properties on the Windows gui and unclick the 
encryption box.

I can now read them.

Mark

-- 

Mark Maciolek
Network Administrator
Morse Hall Room 339
603-862-3050
https://www.unh.edu/research/support-units/research-computing-center


--
___
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] Windows permissions issue

2015-06-16 Thread Mark Maciolek
hi,

BackupPC 3.3.1, client Windows 7 using cygwin openssh and rsync

Files that were zipped on a Mac and unzipped on the Windows box get 
permission denied when trying to rsync them during backups.

  cat wtrbdyp010g.txt
cat: wtrbdyp010g.txt: Permission denied


$ ls -al wtrbdyp010g.txt
-rw-r--r-- 1 rcc None 84268 Mar 20  2014 wtrbdyp010g.txt

tried the no acl in /etc/fstab file and rebooted, no luck

Tried changing permissions via Windows Properties gui and command line 
and still get permission denied.

Any one have a clue on what I should do to make the files readable on 
the command line?

Mark

-- 

Mark Maciolek
Network Administrator
Morse Hall Room 339
603-862-3050
https://www.unh.edu/research/support-units/research-computing-center


--
___
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] BackupFilesExcludes using rsync being ignored

2014-10-12 Thread Mark Maciolek

hi,

This works for me on my Ubuntu 14.04 backuppc server:

$Conf{BackupFilesExclude} = {
  '*' = [
'/mnt',
'/net',
'/tmp',
'/proc',
'/sys',
'/dev',
'/run'
  ]
};


Mark

On 10/12/2014 4:27 PM, Tom Fallon wrote:

Hi all

this appears to be a common question for new backuppc users. Despite 
trawling this mailing list and google I am still unable to find a 
solution.


A newly built (due disk failure) Ubuntu 14.04 server running Backuppc 
3.2.1 from Ubuntu repositories.


Backing up a load of Linux servers with *MailScanner has detected a 
possible fraud attempt from 1.1.2.3 claiming to be* RsyncShareName 
http://1.1.2.3/backuppc/index.cgi?action=viewtype=docs#_conf_rsyncsharename_ 
set as /


I want to then exclude subdirectories eg /proc, /sys, /tmp etc. I've 
copied the setup from another working backup server on which the 
excludes have all been added via the GUI with the paths as new keys so 
the /etc/backuppc/config.pl excludes section looks like this:


$Conf{BackupFilesExclude} = {
  '/var/tmp' = [
''
  ],
  '/pagefile.sys' = [
''
  ],
  '/var/spool' = [
''
  ],


The old server works as expected but on the new server the excluded 
list is being ignored and so the pool is filling up with contents of 
/proc etc.


Most forum posts I've read show a different syntax in the 
/etc/backuppc/config.pl file which I've managed to emulate by adding 
the exclusions to the GUI by adding / in the key then using the insert 
button to add excluded directories. This ends up with config.pl file 
looking more like what others are posting here but the exclusion files 
are still not being read.


$Conf{BackupFilesExclude} = {
  '/' = [
'proc',
'sys',
'*/Cache',
'RECYCLER',
'System Volume Information',
'dev',
'lost+found',
'tmp',

I am fairly sure I have the syntax of the exclude list correct now, 
though advice to the contrary is welcome. I've also tried editing the 
config.pl file using the * wildcard and am trying to run backup now 
but I suspect this will fail too.


$Conf{BackupFilesExclude} = {
  '*' = [
'proc',
'sys',

Am I missing something rudimentary here? I've compared a working and 
non-working backuppc server and cannot see anything different in the 2 
configs, at least til I rejigged things above so am at a loss as to 
why one works and the other does not.


Any pointers gratefully received.

regards






--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho


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


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho___
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] exclude not working

2014-08-19 Thread Mark Maciolek
hi,

on Ubuntu 12.04, BackupPC 3.3.0

$Conf{RsyncShareName} = [
   '/data',
   '/raid'
];
$Conf{ClientTimeout} = 72;
$Conf{BackupFilesExclude} = {
   '*' = [
 '/mnt',
 '/net',
 '/tmp',
 '/proc',
 '/sys',
 '/dev',
 '/run',
 '/*/data/WBM_spool',
 '/*/data/EPSCoR/WBM/WBM_spool',
 '/*/data/WBM/WBM_Spool'
   ]
};


It still backups WBM_Spool, I have also tried this in the exclude list:

'/raid/data/WBM/WBM_Spool'

Is the backup of /data overriding the exclude?

Mark

-- 

Mark Maciolek
Network Administrator
Morse Hall Room 339
603-862-3050
https://www.unh.edu/research/support-units/research-computing-center


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.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] exclude not working

2014-08-19 Thread Mark Maciolek

On 8/19/2014 12:39 PM, Michael Stowe wrote:
 hi,

 on Ubuntu 12.04, BackupPC 3.3.0

 $Conf{RsyncShareName} = [
 '/data',
 '/raid'
 ];
 $Conf{ClientTimeout} = 72;
 $Conf{BackupFilesExclude} = {
 '*' = [
   '/mnt',
   '/net',
   '/tmp',
   '/proc',
   '/sys',
   '/dev',
   '/run',
   '/*/data/WBM_spool',
   '/*/data/EPSCoR/WBM/WBM_spool',
   '/*/data/WBM/WBM_Spool'
 ]
 };


 It still backups WBM_Spool, I have also tried this in the exclude list:

 '/raid/data/WBM/WBM_Spool'

 Is the backup of /data overriding the exclude?

 Mark

 --
 I'm not sure what you mean by overriding the exclude (do you have includes
 you're not listing?) but this exclusion should be working for:

 /data/*/data/WBM/WBM_Spool
 /raid/*/data/WBM/WBM_Spool

 Note that this wouldn't include

 /raid/data/WBM/WBM_Spool

 Nor would '/raid/data/WBM/WBM_Spool', which would exclude

 /data/raid/data/WBM/WBM_Spool
 /raid/raid/data/WBM/WBM_Spool

 Note that I'm assuming that your rsync modules point to their root-based
 equivalents in the filesystem.  You can, of course, point them anywhere.

 At any rate, if your goal is to exclude '/raid/data/WBM/WBM_Spool' then
 the correct exclude to use is:

 $Conf{BackupFilesExclude} = {
  '/raid' = [
'/data/WBM_Spool',
  ]
 };

 You can replace '/raid' with a wildcard, or any part of '/data/WBM_Spool',
 but note that if you add extra wildcards and slashes, it probably won't
 match the directory you wish to exclude.

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

hi,

Those were all of my includes just /raid and /data.

I will update the configuration to your suggestion

$Conf{BackupFilesExclude} = {
 '/raid' = [
   '/data/WBM_Spool',
 ]
};

I should be able to check the log file before the work day is out and 
make sure it is working.

Thank you.

Mark

-- 

Mark Maciolek
Network Administrator
Morse Hall Room 339
603-862-3050
https://www.unh.edu/research/support-units/research-computing-center


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.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 never finishes

2014-05-08 Thread Mark Maciolek

On 5/7/2014 5:30 PM, Les Mikesell wrote:
 On Wed, May 7, 2014 at 8:18 AM, Mark Maciolek macio...@unh.edu wrote:
 hi,

 I would hope the backup would have finished by now after doubling the
 server memory. The backups of the same client of all the other
 partitions over a 1Tb of space work fine.

 Backup server 32G of ram Backuppc Version 3.2.1, client Ubuntu 12, 132Gb

 NewFileList.0 May 2 06:25
 NewFileList has not updated since May 2 14:28, XferLOG.z May 2 19:44

 file count is ~850k no recursive links

strace -p 4817
 Process 4817 attached - interrupt to quit
 select(16, [6], [9], [6 9], NULL)   = 1 (in [6])
 select(8, [6], NULL, [6], {0, 0})   = 1 (in [6], left {0, 0})
 read(6, log   pool 664 9531/1052..., 65536) = 120
 select(16, [6], [9], [6 9], NULL)   = 1 (in [6])
 select(8, [6], NULL, [6], {0, 0})   = 1 (in [6], left {0, 0})
 read(6, log   pool 664 9531/1052..., 65536) = 124
 select(16, [6], [9], [6 9], NULL)   = 1 (in [6])
 select(8, [6], NULL, [6], {0, 0})   = 1 (in [6], left {0, 0})

 What else should I be looking at?

 Are there any NAT gateways or statefirewalls between the server and
 target?  Sometimes those will time out and block an established
 connection that appears to be idle for some time - and sometimes rsync
 can appear idle for a long time.

hi,

No NAT gateways or statefirewalls, the server and client on same network.
  traceroute shows 0.193 ms  0.191 ms  0.183 ms
It is taking up 98% of cpu, the other backups running are only using 30-35%

  If I cd down deep to the client backuppc folders, I will see a new 
file every few hours.

Mark

-- 
-
Mark Maciolek   Network Administrator
m...@sr.unh.edu Morse Hall Room 338AB
University of New Hampshire862-3050
-


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com


--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
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] backup never finishes

2014-05-07 Thread Mark Maciolek
hi,

I would hope the backup would have finished by now after doubling the 
server memory. The backups of the same client of all the other 
partitions over a 1Tb of space work fine.

Backup server 32G of ram Backuppc Version 3.2.1, client Ubuntu 12, 132Gb

NewFileList.0 May 2 06:25
NewFileList has not updated since May 2 14:28, XferLOG.z May 2 19:44

file count is ~850k no recursive links

  strace -p 4817
Process 4817 attached - interrupt to quit
select(16, [6], [9], [6 9], NULL)   = 1 (in [6])
select(8, [6], NULL, [6], {0, 0})   = 1 (in [6], left {0, 0})
read(6, log   pool 664 9531/1052..., 65536) = 120
select(16, [6], [9], [6 9], NULL)   = 1 (in [6])
select(8, [6], NULL, [6], {0, 0})   = 1 (in [6], left {0, 0})
read(6, log   pool 664 9531/1052..., 65536) = 124
select(16, [6], [9], [6 9], NULL)   = 1 (in [6])
select(8, [6], NULL, [6], {0, 0})   = 1 (in [6], left {0, 0})

What else should I be looking at?

Mark

-- 
-
Mark Maciolek   Network Administrator
m...@sr.unh.edu Morse Hall Room 338AB
University of New Hampshire862-3050
-


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com


--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
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] backing up encrypted files

2012-12-11 Thread Mark Maciolek
hi,

Client is Windows 2008R2 server. Server is SL6.3 running BackupPC 3.2.1

Using the encryption that comes with Windows. When trying to backup 
those encrypted files I get access denied.

using smb backup get this:
NT_STATUS_ACCESS_DENIED opening remote file

using rsync backup get this:

Remote[1]: rsync: send_files failed to open

Doesn't seem to matter which user I try this as.

Does anyone know how I can backup the encrypted files?

Mark
-- 
Mark Maciolek mailto:mark.macio...@unh.edu
Network Administrator
Research Computing  Instrumentation
http://www.unh.edu/research/support-units/research-computing-instrumentation

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
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] Error Backing up Servers

2012-09-04 Thread Mark Maciolek
hi,
 It is hidden link Microsoft included  so when migrating 
from XP to Vista the files moved would end up in the Documents folder.

Mark

On 9/4/2012 8:38 AM, gshergill wrote:
 Hi again guys,

 Okay I see the issue, there is no such folder called Documents and 
 Settings User Data is in the folder Users.

 Tried to create the folder, Windows doesn't let me.

 Tried adding the file to the Exclude, same error

 Any idea why it's even looking for Documents and Settings?

 Thanks.

 Kind Regards,

 gshergill

 +--
 |This was sent by gasherg...@gmail.com via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/



-- 
Mark Maciolek mailto:mark.macio...@unh.edu
Network Administrator
Research Computing  Instrumentation 
http://www.unh.edu/research/support-units/research-computing-instrumentation 

(603)862-3050

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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] Scary problem with USB3...

2011-12-15 Thread Mark Maciolek
On 12/15/2011 1:31 PM, Zach La Celle wrote:
 We just upgraded our backup machine and are using an external USB3 hard
 drive for backups.

 Last night, something went wrong, and when I got in this morning I saw
 the following errors on the backup machine:

 [88921.670598] usb 1-1: device not accepting address 0, error -71
 [88921.670665] hub 1-0:1.0: cannot disable port 1 (err = -32)
 [88921.674631] usb 1-1: Device not responding to set address.
 [88921.880971] usb 1-1: Device not responding to set address.

 Could this be caused by BackupPC?  When I unplugged and replugged the
 USB hard drive, it started working, but I'm worried that BackupPC is
 corrupting the drive somehow.

 --
 10 Tips for Better Server Consolidation
 Server virtualization is being driven by many needs.
 But none more important than the need to reduce IT complexity
 while improving strategic productivity.  Learn More!
 http://www.accelacomm.com/jaw/sdnl/114/51507609/
 ___
 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/

hi,

I see that issue all the time with external usb disks and they are not 
being used by BackupPC.
Never done much about it except if it kept happening notified the end 
user that their external disk maybe dieing.

Mark


-- 
Mark Maciolek mailto:mark.macio...@unh.edu
Network Administrator
Research Computing  Instrumentation 
http://www.unh.edu/research/support-units/research-computing-instrumentation 

(603)862-3050

--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
___
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] Exclusion not working with rsync

2011-10-27 Thread Mark Maciolek
On 10/26/2011 8:49 PM, Steve M. Robbins wrote:
 Hi,

 I'm backing up my local machine using rsync; see configuration below.
 Despite the exclusion, I still get /home/steve/Packages in my backup.
 I tried also '/home/steve/Packages/*' with the same result.  What's
 the magic?


 #
 # Local server backup of /etc as user backuppc
 #
 $Conf{XferMethod} = 'rsync';

 $Conf{RsyncShareName} = [
'/etc',
'/boot',
'/home',
'/var/mail',
'/var/www',
'/sound+vision'
 ];

 $Conf{BackupFilesExclude} = {
'/home' =  [
  '/home/steve/Packages'
]
 };


 Thanks,
 -Steve


 --
 The demand for IT networking professionals continues to grow, and the
 demand for specialized networking skills is growing even more rapidly.
 Take a complimentary Learning@Cisco Self-Assessment and learn
 about Cisco certifications, training, and career opportunities.
 http://p.sf.net/sfu/cisco-dev2dev


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

You need to change the key /home should be *

$Conf{BackupFilesExclude} = {
   '*' = ['
 '/home/steve/Packages
   ]
};


-- 
Mark Maciolek mailto:mark.macio...@unh.edu
Network Administrator
Research Computing  Instrumentation 
http://www.unh.edu/research/support-units/research-computing-instrumentation 

(603)862-3050

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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] hosts disappearing from host list

2011-04-29 Thread Mark Maciolek
Hi,

For the second time in a few months, one of my BackupPC clients has 
disappeared from the hosts file. When I went to add it back, I noticed 
another client missing. I added the first client back in and in the log 
it showed the second client as being removed.

Has anyone seen this happen to them or a reason why it happens?



BackupPC 3.1.0 on CentOS 5.6

Mark
-- 
Mark Maciolek
Network Administrator   
Morse Hall 339
862-3050
mark.macio...@unh.edu
https://www.sr.unh.edu

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
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] DeltaCopy Windows Server Enterprise

2011-03-31 Thread Mark Maciolek
hi,

I have installed DeltaCopy on a Windows Server Enterprise on two 
different servers. On one it works just fine and using NMAP from another 
system I see port 873 as open.

On the other server the service is running and I see rsync in the Task 
Manager process window but NMAP does not show port 873 as open. Even if 
I shut the firewall off on this server port 873 still does not show as open.

Any clue on what to look for next?

Mark
-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
mark.macio...@unh.edu
https://www.sr.unh.edu

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
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 lasts forever rsync with linux

2011-02-22 Thread Mark Maciolek
hi,

Right from the documentation:

For each complete, good, backup, BackupPC_link is run. To avoid race 
conditions as new files are linked into the pool area, only a single 
BackupPC_link program runs at a time and the rest are queued.
BackupPC_link reads the NewFileList written by BackupPC_dump and 
inspects each new file in the backup. It re-checks if there is a 
matching file in the pool (another BackupPC_link could have added the 
file since BackupPC_dump checked). If so, the file is removed and 
replaced by a hard link to the existing file. If the file is new, a hard 
link to the file is made in the pool area, so that this file is 
available for checking against each new file and new backup.

Then, for incremental backups, hard links are made in the new backup to 
all files that were not extracted during the incremental backups. The 
means the incremental dump looks like a complete image of the PC (with 
the exception that files that were removed on the PC since the last full 
dump will still appear in the backup directory tree).



On 2/22/2011 10:17 AM, Rob Morin wrote:
 So i have this server that started its backup at 10pm Yesterday. The
 logs below say it finished @ 1:52, however on the status page it still
 shows that its running and that it started at 5:50 am, my server has a
 high load with a PID that accompanies the backup process for the server
 being backed up.

 What going on?

 Log file :

 2011-02-21 22:00:00 full backup started for directory /etc

 2011-02-21 22:01:41 full backup started for directory /home

 2011-02-22 01:35:02 full backup started for directory /usr/local/src

 2011-02-22 01:37:25 full backup started for directory
 /var/lib/mysql/mysql_backup

 2011-02-22 01:52:58 full backup 0 complete, 999677 files, 57653209583
 bytes, 0 xferErrs (0 bad files, 0 bad shares, 0 other)

 Status:

 Currently Running Jobs

 Host

   

 Type

   

 User

   

 Start Time

   

 Command

   

 PID

   

 Xfer PID

 k1.interhub.local
 https://mail.6948065.com/backuppc/index.cgi?host=k1.interhub.local

   

 full

   

 root mailto:root

   

 2/22 05:50

   

 BackupPC_link k1.interhub.local

   

 24726

   

 Ps on backupPC server:

 6431 ? S 1:40 /usr/bin/perl /usr/share/backuppc/bin/BackupPC -d

 6433 ? S 0:33 /usr/bin/perl /usr/share/backuppc/bin/BackupPC_trashClean

 17849 pts/0 S+ 0:00 grep -i back

 24726 ? D 2:50 /usr/bin/perl /usr/share/backuppc/bin/BackupPC_link
 k1.interhub.local

 Top of backupPC server:

 top - 10:16:39 up 21:04, 2 users, load average: 3.97, 4.54, 4.70

 Tasks: 221 total, 1 running, 220 sleeping, 0 stopped, 0 zombie

 Cpu(s): 0.0%us, 0.0%sy, 0.0%ni, 76.8%id, 23.1%wa, 0.0%hi, 0.0%si, 0.0%st

 Mem: 8193608k total, 8109764k used, 83844k free, 3347896k buffers

 Swap: 98052080k total, 640k used, 98051440k free, 1880360k cached

 Rob Morin

 Systems Administrator

 Infinity Labs Inc.

 (514) 387-0638 Ext: 207

 ilabs-email-sig



 --
 Index, Search  Analyze Logs and other IT data in Real-Time with Splunk
 Collect, index and harness all the fast moving IT data generated by your
 applications, servers and devices whether physical, virtual or in the cloud.
 Deliver compliance at lower cost and gain new business insights.
 Free Software Download: http://p.sf.net/sfu/splunk-dev2dev



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

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
mark.macio...@unh.edu
https://www.sr.unh.edu

--
Index, Search  Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
___
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] exclude not working

2010-05-12 Thread Mark Maciolek
Hi,

Backuppc 3.1 using rsync

$Conf{RsyncShareName} = [
   '/raid1'

$Conf{BackupFilesExclude} = {
   '*' = [
 '/raid1/*/tilecache',
 '/raid1/temp',
 '/raid1/osmplanet'
   ]



NewFileList still shows
  2a85606be4fcc25d294720dfb67d183b 3657 
f%2fraid1/fcaribbean/ftilecache/fNOAA_ENCT/f14/f000/f005/f746/f000/f009/f048.png
2a85606be4fcc25d294720dfb67d183b 3657 
f%2fraid1/fcaribbean/ftilecache/fNOAA_ENCT


Do I need to specify /raid1/caribbean/tilecache ?

Mark
-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--

___
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] Mysql backup on windows XP

2010-04-07 Thread Mark Maciolek
hi,

http://www.winforums.com/showthread.php?t=8943



On 4/7/2010 11:19 AM, Jonathan dumaresq wrote:
 Hi all,

 I have several mysql serv on linux based OS. Now I have to backup a Windows
 mysql based system. On Linux I have use a script that do a dump everyday
 etc...

 But, On windows I have no Idea of how to handle this.

 Anyone here can point me out the right direction.

 Jonathan


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


-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
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] FileListReceive failed on Irix machine

2010-01-21 Thread Mark Maciolek
hi,

I could never get rsync to work with our last SGI system and I switched 
it to use gnu tar instead.

I got it gnu tar from http://freeware.sgi.com/

Mark



On 1/21/2010 7:09 AM, Sorin Srbu wrote:
 it worked flawlessly, I ran into a problem with one of our ancient

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
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] using archive in BackupPC

2010-01-12 Thread Mark Maciolek
HI,

I must be missing something in how I thought the archive host worked.

I created a client and made its xferMethod archive.

I then selected a client to archive as a test, the archive file is being 
written to the backupPC server in /tmp


I thought it would put this file on the archive host /tmp not the 
BackupPC server

What did I miss?

Mark

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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] backing up Macs

2009-12-23 Thread Mark Maciolek
hi,

I am currently doing 5 Macs using rsync over ssh and not having any 
major issues. I do only backup /Users and not the complete system.

I find BackupPC very convenient to use compared to EMC Networker that we 
used previously.

Mark

On 12/23/2009 1:54 PM, Chris Baker wrote:
 How well does BackupPC do with backing up Macs? All of the Macs are OS
 10 or higher, which is just a variant of BSD. Has anyone done this?
 We just bought a small company in another office that could use a
 BackupPC there. They have some Macs.

 Chris Baker -- cba...@intera.com
 systems administrator
 INTERA -- 512-425-2006



 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev



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

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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] 3.1.0 configuration problem

2009-09-08 Thread Mark Maciolek


James Ward wrote:
  From the main config file (/etc/backuppc/config.pl):
 
 $Conf{BackupFilesOnly} = {};
 $Conf{BackupFilesExclude} = {
   '/sys' = [
 ''
   ],
   '/myisi' = [
 ''
   ],
   '/pifisi' = [
 ''
   ],
   '/vol01' = [
 ''
   ],
   '/dat01' = [
 ''
   ],
   '/proc' = [
 ''
   ],
   '/mnt' = [
 ''
   ]
 };
 
  From one of the failing clients (/etc/backuppc/failingclient.pl):
 
 $Conf{BackupFilesExclude} = {
   '/pifisi' = [
 ''
   ],
   '/proc' = [
 ''
   ],
   '/home' = [
 ''
   ],
   '/mnt' = [
 ''
   ],
   '/sys' = [
 ''
   ],
   '/myisi' = [
 ''
   ],
   '/dat01' = [
 ''
   ],
   '/vol01' = [
 ''
   ]
 };
 
 Here's evidence that the exclude override is not being sent:
 
 Contents of file /var/lib/backuppc/pc/failingclient/XferLOG.bad.z, 
 modified 2009-09-08 08:02:59
 
 full backup started for directory /
 Running: /usr/bin/ssh -c arcfour -p 8889 -q -x -l backup failingclient sudo 
 /var/backups/rsyncSend --server --sender --numeric-ids --perms --owner 
 --group -D --links --hard-links --times --block-size=2048 --recursive 
 --ignore-times . /
 Xfer PIDs are now 31301
 Got remote protocol 29
 Negotiated protocol version 28
 Remote[2]: file has vanished: 
 /pifisi/.snapshot/nightly_2009-09-07_01-00/data/...
 
 As you can see, /pifisi is the first exclude in the override settings.
 
 Any ideas?
 
 On Sep 8, 2009, at 8:15 AM, Michael Stowe wrote:
 
 I recently converted all my BackupPC servers to 3.1.0 and even more
 recently configured one of them to back up 5 brand new clients.  The
 problem is, BackupPC is not using the Override setting on
 BackupFilesExclude and is therefore failing trying to rsync several
 terabytes of Isilon network fileservers mounted on each of the 5
 machines.  I've reloaded the config from Admin Options.  What else do
 I need to do to get BackupPC to exclude those network filesystems?

 Ward... James Ward
 Tekco Management Group, LLC
 jew...@torzo.com mailto:jew...@torzo.com
 520-290-0190x268
 ICQ: 201663408

 All kinds of things may have gone wrong, if you've verified in the logs
 that the excludes aren't being sent at all, I'd suspect something wonky in
 your config files ... note that if you have $Conf{BackupFilesOnly} set
 that it takes precedence over $Conf{BackupFilesExclude}, so this might be
 my first guess.

 If the setting appears in the individual configuration file at all, it's
 overriding the main config.

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and 
 focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net 
 mailto: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/
 
 Ward... James Ward
 Tekco Management Group, LLC
 jew...@torzo.com mailto:jew...@torzo.com
 520-290-0190x268
 ICQ: 201663408
 
 
 
 
 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 
 
 
 
 ___
 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/
hi,

This is what works on my system:

$Conf{BackupFilesExclude} = {
   '*' = [
 '/tmp',
 '/net',
 '/sys',
 '/proc',
 '/dev',
 '/selinux',
 '/space',
 '/net'
   ]
};

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Excludes not working

2009-08-26 Thread Mark Maciolek
hi,

I believe the / are in the wrong direction; from my system.pl file

$Conf{XferMethod} = 'smb';
$Conf{BackupFilesExclude} = {
   '*' = [
 '\\Program Files\\Legato',
 '\\Documents and Settings\\NetworkService\\NTUSER.DAT',
 '\\WINDOWS\\system32\\config'
   ]
};
$Conf{SmbShareName} = [
   'C$',
   'E$'
];

Mark

Chris Baker wrote:
 I have never been able to get excludes to work either. I tried a few of the
 suggestions here. I have all Windows machines and am using smb to back them
 up.
 
 Anyway, here is what I have in the exclude section:
 
 $Conf{BackupFilesExclude} = {
   'c$' = [
 '/program files',
 '/axium',
 '/i386',
 '/drivers',
 '/dell',
 '/temp',
 '/Documents and Settings/*/Local Settings/Temporary Internet Files',
 '/windows'
   ]
 }; 
 
 So, what is wrong here?
 
 Chris Baker -- cba...@intera.com
 systems administrator
 INTERA -- 512-425-2006
 
 
 
 
 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 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/
 

-- 
-
Mark Maciolek   Network Administrator
m...@sr.unh.edu  Morse Hall Room 339
University of New Hampshire862-3050
-

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Best practices for client-side unix user

2009-07-30 Thread Mark Maciolek
hi,

I create user rsyncbackup and add to sudoers file.

rsyncbackup ALL=NOPASSWD: /usr/bin/rsync


Must also edit the RsyncClientCmd  RysncClientRestoreCmd

$sshPath -q -x -l rsyncbackup $host /usr/bin/sudo $rsyncPath $argList+

also user will still need authorized_keys file for ssh with no password 
access from server to client.

Mark

Max wrote:
 Hi,
 
 I run BackupPC on ServerA, using the rsync method to get data from ClientA. 
 (pretty conventional).
 
 If I want to perform a full backup of ClientA (all files, in all 
 directories), what would be the best-pratices for getting the ssh/rsync user 
 to read all that data?
 
 - Using root ? (probably not)
 - Creating a user that can read everything ? If so, how do you do that ?
 
 FYI: ClientA is Debian.
 
 Thanks,
 Max
 
 +--
 |This was sent by maxime.pla...@gmail.com via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--
 
 
 
 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 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/
 

-- 
-
Mark Maciolek   Network Administrator
m...@sr.unh.edu  Morse Hall Room 339
University of New Hampshire862-3050
-

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Exclude from backup

2009-06-26 Thread Mark Maciolek
hi,

Should look more like this:

$Conf{BackupFilesExclude} = {
   '*' = [
 '/tmp',
 '/proc'
   ]
};


Vladislav Tchernev wrote:
 Hi All, 
 I am new to backuppc and was trying to figure out how to exclude dir/files 
 from a backup. I have played around with the GUI, setting 
 Xfer-BackupFilesExclude  and  Xfer-RsyncArgs (--exclude=...),  as well as 
 directly editing the conf files (the global and the host specific ones) but 
 without success. What I have tried to do is to exclude /proc but it seems I 
 can't manage to get rid of it since the error log keeps complining about it. 
 Bellow are some settings (I ended setting thouse directly in the config.pl) I 
 have tried. 
 
 FYI: Am using backuppc-3.1.0-3 on Ubuntu 8.10
 
 Thanks for your helps!
 Vlad
 
 #1
 $Conf{RsyncArgs} = [
   '--numeric-ids',
   '--perms',
   '--owner',
   '--group',
   '-D',
   '--links',
   '--hard-links',
   '--times',
   '--block-size=2048',
   '--recursive',
   '--exclude=/proc'
 
 #2
 $Conf{RsyncArgs} = [
   '--numeric-ids',
   '--perms',
   '--owner',
   '--group',
   '-D',
   '--links',
   '--hard-links',
   '--times',
   '--block-size=2048',
   '--recursive',
   '--exclude', '/proc'
 
 #3
 $Conf{BackupFilesExclude} = {
   '/proc' = ['/*']
 };
 
 #3
 $Conf{BackupFilesExclude} = {
   '/proc' = ['./*']
 }
 
 #4
 $Conf{BackupFilesExclude} = {
   '/proc/' = ['*']
 };
 
 #4
 $Conf{BackupFilesExclude} = {
   '/proc/' = ['']
 };
 
 Thanks!
 Vlad
 
 --
 ___
 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/

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
___
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 doesn't start automatically at server startup

2009-05-20 Thread Mark Maciolek
hi,

If running Fedora/CentOS/Redhat make sure that chkconfig shows backuppc 
is on.

Mark


Madcha wrote:
 Backuppc doesn't start automatically at server startup
 I have changed the runlevel from 20 to 99, but nothing has changed about that.
 
 If i start manually via /etc/init.d/backuppc start that's ok.
 
 Do you have any idea to be sure Backuppc start correctly at server startup?
 
 +--
 |This was sent by rageinh...@msn.com via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--
 
 
 
 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables 
 unlimited royalty-free distribution of the report engine 
 for externally facing server and web deployment. 
 http://p.sf.net/sfu/businessobjects
 ___
 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/

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
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] unexpected repeated share name

2009-05-04 Thread Mark Maciolek
hi,

You should leave the RysncShareName as / and add the directories under 
BackupFilesOnly


$Conf{BackupFilesOnly} = {
   '*' = [
 '/home',
 '/etc'
   ]
};

Mark

Tim Connors wrote:
 backuppc fails to backup '/' if it is not specified before anything else.
 In fact, any subtree can't be specified before its parents, or the parents
 won't be backed up because the directory already exists by the time
 backuppc performs the test for repeated share name.  If it is a wise idea
 to keep the test, then perhaps it can be reworded to share already exists
 - try specifying subtrees after their parents or the like.
 
 My failing config is here:
 $Conf{RsyncShareName} = [
   '/home',
   '/',
   '/boot',
   '/dos',
   '/volatile/var/cache/apt-cacher-ng'
 ];
 
 

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
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] vista rsync issue

2009-04-08 Thread Mark Maciolek
hi,

Tried to add a second Vista system to my backuppc server(version 3.1) today.

Used DeltaCopy to install rsync


On the working system when I try this

  rsync --port 873 backuppc@client::Backup

I get a prompt  Password:

On the new system that fails I get this:

@ERROR: chdir failed


Difference is that the failed system is in an AD domain while the 
working one is not.

Also I when using a dos shell it will not let me change to the c:\ drive

It opens with H:\ prompt which is a disk from the AD server.

System seems to be working ok, can use explorer and view all the folders 
on the c drive.

I have emailed one of the AD administrators thinking this might be a 
policy issue but no reply yet.


Any suggestions on what to try next?


Mark

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-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] Server reboots nightly

2009-02-06 Thread Mark Maciolek
hi,

Check the BIOS for auto stop/start times or awake on lan settings.

Mark

Chris Baker wrote:
 That was a great answer. The server is rebooting every morning at 7:00. I
 will see what I can find out from that. 
 
 
 Chris Baker -- cba...@intera.com
 systems administrator
 INTERA -- 512-425-2006
 
 -Original Message-
 From: Chris Robertson [mailto:crobert...@gci.net] 
 Sent: Friday, February 06, 2009 2:58 PM
 To: General list for user discussion, questions and support
 Subject: Re: [BackupPC-users] Server reboots nightly
 
 Chris Baker wrote:
 Which logs should I check? 
 
 /var/log/messages
 
 And what should I look for in these logs?
 
 Run the command dmesg (first, man dmesg so you know what this command
 does) and take a look at the output.  This is the bootup message and should
 be replicated in /var/log/messages.  Take a look at the entries above for
 clues as to why your server is restarting.  The last log entry before the
 dmesg output should be something along the lines of Kernel log daemon
 terminating. and should be proceeded by evidence of exiting processes.  If
 not, you probably have power or hardware problems.  If you do see evidence
 of a graceful restart, at least you know about when it's happening.  Start
 looking through /etc/cron.* and /etc/crontab for jobs that run around that
 time.
 
  I do
 know where the logs are on the system.
   
 
 Chris
 
 
 --
 Create and Deploy Rich Internet Apps outside the browser with
 Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing
 skills and code to build responsive, highly engaging applications that
 combine the power of local resources and data with the reach of the web.
 Download the Adobe AIR SDK and Ajax docs to start building applications
 today-http://p.sf.net/sfu/adobe-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/
 
 
 
 --
 Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
 software. With Adobe AIR, Ajax developers can use existing skills and code to
 build responsive, highly engaging applications that combine the power of local
 resources and data with the reach of the web. Download the Adobe AIR SDK and
 Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-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/

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-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] vista backup question

2009-01-07 Thread Mark Maciolek
hi,

Running 3.1.0 on CentOS 5.2 with 40 clients so far mostly Linux systems. 
Added my first Vista system today. Used Deltacopy to install rsync.

The backup worked but still had 13446 error transfer, mainly file name 
too long.

Remote[1]: rsync: readlink_stat(All Users/Application Data/Application 
Data/Application Data/Application Data/Application Data/Application 
Data/Application Data/Application Data/Application Data/...


Basically it is repeating the Application Data over and over again.

Has anyone seen this issue and know how to prevent it?

Mark
-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
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] CentOS 4.7 suid fails repeatedly with BackupPC

2008-12-16 Thread Mark Maciolek
://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.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] breakup one client backups

2008-12-10 Thread Mark Maciolek
hi,

I have one client with a 292GB /data2 disk and 403GB /home disk, is 
there any way to schedule this client to have the full done separately 
meaning two different nights. /data2 done one night and then /home done 
the next night.

Mark

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.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] Backups failing with fileListReceive failed.

2008-12-02 Thread Mark Maciolek
hi,

Rsync does not want any thing to be echoed back when ssh to client from 
root's .bashrc file.

as a test from the backuppc server try this
as user backuppc:

ssh [EMAIL PROTECTED] ls
anaconda-ks.cfg
Desktop
install.log
install.log.syslog
mail
Mail

results should be list of files in root's home area on clientname


I added echo $PATH to root's .bashrc on clientname and now get this:

/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
anaconda-ks.cfg
Desktop
install.log
install.log.syslog
mail
Mail

this will cause rsync to fail

Just comment out any echo lines in root's .bashrc or in your case lines 
that are trying to set the display.

Mark


Mark Adams wrote:
 A Google search indicates that this may be a problem with rsync, but I 
 can't find anything more specific and I don't know enough about rsync 
 over ssh or backuppc to know where to start troubleshooting. Can someone 
 please enlighten me?
 
 I would really appreciate it.
 
 Here is the log file from a failed transaction:
 
 =
 
 Contents of file /var/lib/backuppc/pc/client/XferLOG.bad, modified 
 2008-12-02 02:45:52 (Extracting only Errors)
 
 full backup started for directory /
 Running: /usr/bin/ssh -q -x -l root client /usr/bin/rsync --server 
 --sender --numeric-ids --perms --owner --group -D --links --hard-links 
 --times --block-size=2048 --recursive --ignore-times . /
 Xfer PIDs are now 31565
 Got remote protocol 1936926730
 Fatal error (bad version): (ssh-askpass:31566): Gtk-WARNING **: cannot 
 open display: localhost:10.0
 
 Checksum seed is 1935748456
 Got checksumSeed 0x73612d68
 Sent include: /mnt
 Sent include: /mnt/client
 Sent include: /mnt/client/images
 Sent include: /mnt/client/photos
 Sent exclude: /*
 Sent exclude: /mnt/*
 Sent exclude: /mnt/client/*
 Read EOF: Tried again: got 0 bytes
 fileListReceive() failed
 Done: 0 files, 0 bytes
 Got fatal error during xfer (fileListReceive failed)
 Backup aborted (fileListReceive failed)
 Not saving this as a partial backup since it has fewer files than the 
 prior one (got 0 and 0 files versus 0)
 

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
[EMAIL PROTECTED]
https://www.sr.unh.edu

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] incremental backups taking longer than full

2008-10-30 Thread Mark Maciolek
hi,

Using rsync between two linux servers, the full took 2.5 hours, the 
incremental backups are taking longer each day.

2008-10-21 23:00:01 full backup started for directory /
2008-10-22 02:32:55 full backup 0 complete, 294903 files, 203401100538 
bytes, 28 xferErrs (0 bad files, 0 bad shares, 28 other)
2008-10-22 23:00:00 incr backup started back to 2008-10-21 23:00:01 
(backup #0) for directory /
2008-10-23 04:59:40 incr backup 1 complete, 541 files, 170443233887 
bytes, 11 xferErrs (0 bad files, 0 bad shares, 11 other)
2008-10-23 23:00:00 incr backup started back to 2008-10-21 23:00:01 
(backup #0) for directory /
2008-10-24 06:41:00 incr backup 2 complete, 889 files, 169752997145 
bytes, 10 xferErrs (0 bad files, 0 bad shares, 10 other)
2008-10-24 23:00:00 incr backup started back to 2008-10-21 23:00:01 
(backup #0) for directory /
2008-10-25 06:41:42 incr backup 3 complete, 1190 files, 170136700321 
bytes, 1 xferErrs (0 bad files, 0 bad shares, 1 other)
2008-10-25 23:00:01 incr backup started back to 2008-10-21 23:00:01 
(backup #0) for directory /
2008-10-26 06:28:34 incr backup 4 complete, 1491 files, 170214964434 
bytes, 13 xferErrs (0 bad files, 0 bad shares, 13 other)
2008-10-26 23:00:01 incr backup started back to 2008-10-21 23:00:01 
(backup #0) for directory /
2008-10-27 06:54:31 incr backup 5 complete, 1826 files, 170294261665 
bytes, 2 xferErrs (0 bad files, 0 bad shares, 2 other)
2008-10-27 23:00:01 incr backup started back to 2008-10-21 23:00:01 
(backup #0) for directory /
2008-10-28 07:01:38 incr backup 6 complete, 2174 files, 170711300863 
bytes, 14 xferErrs (0 bad files, 0 bad shares, 14 other)
2008-10-28 23:12:21 incr backup started back to 2008-10-21 23:00:01 
(backup #0) for directory /
2008-10-29 08:27:44 incr backup 7 complete, 2481 files, 171012691775 
bytes, 2 xferErrs (0 bad files, 0 bad shares, 2 other)
2008-10-29 23:18:49 incr backup started back to 2008-10-21 23:00:01 
(backup #0) for directory /


The command that is running:

incr backup started back to 2008-10-21 23:00:01 (backup #0) for directory /
Running: /usr/bin/ssh -q -x -l root stella /usr/bin/rsync --server 
--sender --numeric-ids --perms --owner --group -D --links --hard-links 
--times --block-size=2048 --recursive . /
Xfer PIDs are now 1783
Got remote protocol 28
Negotiated protocol version 28
Sent exclude: /tmp
Sent exclude: /net
Sent exclude: /sys
Sent exclude: /proc
Sent exclude: /dev
Xfer PIDs are now 1783,1792


Any suggestions on what to look for as too why the incremental backups 
take so much longer than the full?

Mark
-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
[EMAIL PROTECTED]
https://www.sr.unh.edu

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Windows Vista rsync

2008-08-07 Thread Mark Maciolek
hi,

Having issue with rsync on Vista to use BackupPC.

from rsyncd.conf
[cDrive]
   path= c:/Users
   auth users = mlm
   secrets file  = c:/rsyncd/rsyncd.secrets
   strict modes = false
   read only = false
   list - false

 From log file:

2008-08-06 15:28:09 Got fatal error during xfer (Unknown module 'cDrive')
2008-08-06 15:28:14 Backup aborted (Unknown module 'cDrive')


rsync version 2.6.8 protocol version 29

Any one have suggestions on what could be wrong?

Mark

-- 
Mark Maciolek
Network Administrator
Morse Hall 338
862-3050
[EMAIL PROTECTED]
https://www.sr.unh.edu

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Windows Vista rsync

2008-08-07 Thread Mark Maciolek
hi,

That was a typo in the email in the config file it is =

Mark

Rob Owens wrote:
 I see a syntax error, but I don't know if that would cause your problem. 
  you have list - false instead of list = false
 
 Mark Maciolek wrote:
 hi,

 Having issue with rsync on Vista to use BackupPC.

 from rsyncd.conf
 [cDrive]
path= c:/Users
auth users = mlm
secrets file  = c:/rsyncd/rsyncd.secrets
strict modes = false
read only = false
list - false

  From log file:

 2008-08-06 15:28:09 Got fatal error during xfer (Unknown module 'cDrive')
 2008-08-06 15:28:14 Backup aborted (Unknown module 'cDrive')


 rsync version 2.6.8 protocol version 29

 Any one have suggestions on what could be wrong?

 Mark

 
 
 The information transmitted is intended only for the person or entity to
 which it is addressed and may contain confidential and/or privileged
 material. If you are not the addressee, any disclosure, reproduction,
 copying, distribution, or other dissemination or use of this 
 transmission in
 error please notify the sender immediately and then delete this e-mail.
 E-mail transmission cannot be guaranteed to be secure or error free as
 information could be intercepted, corrupted lost, destroyed, arrive late or
 incomplete, or contain viruses.
 The sender therefore does not accept liability for any errors or omissions
 in the contents of this message which arise as a result of e-mail
 transmission. If verification is required please request a hard copy
 version.
 
 
 

-- 
Mark Maciolek
Network Administrator
Morse Hall 338
862-3050
[EMAIL PROTECTED]
https://www.sr.unh.edu

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Windows Vista rsync

2008-08-07 Thread Mark Maciolek
hi,

That was it I changed the path line to the suggested below and it is now 
working.

Thank you.

Mark

Alexandre - ArchivTech wrote:
 Which version of rsync are you using ? :D
 
 i only know one using cygwin dll, then, path looks like :
 path = /cygdrive/c
 
 Then for you may look like :
 
 path = /cygdrive/c/Users
 
 Hope this helps.
 -  
 Alexandre BLANC
 Responsable SI - Ingénierie systèmes et réseaux
 IT Manager - Information Systems Network Manager
 Archiv'Tech
 [EMAIL PROTECTED]
 Mob : 06 72 133 811
 
 
 Le jeudi 07 août 2008 à 11:00 -0400, Rob Owens a écrit :
 Can you try copying the conf file to a Windows XP machine?  That way 
 we'll know if the problem is the OS or the conf file.

 Mark Maciolek wrote:
 hi,

 That was a typo in the email in the config file it is =

 Mark

 Rob Owens wrote:
 I see a syntax error, but I don't know if that would cause your 
 problem.  you have list - false instead of list = false

 Mark Maciolek wrote:
 hi,

 Having issue with rsync on Vista to use BackupPC.

 from rsyncd.conf
 [cDrive]
path= c:/Users
auth users = mlm
secrets file  = c:/rsyncd/rsyncd.secrets
strict modes = false
read only = false
list - false

  From log file:

 2008-08-06 15:28:09 Got fatal error during xfer (Unknown module 
 'cDrive')
 2008-08-06 15:28:14 Backup aborted (Unknown module 'cDrive')


 rsync version 2.6.8 protocol version 29

 Any one have suggestions on what could be wrong?

 Mark

 

 The information transmitted is intended only for the person or entity to
 which it is addressed and may contain confidential and/or privileged
 material. If you are not the addressee, any disclosure, reproduction,
 copying, distribution, or other dissemination or use of this 
 transmission in
 error please notify the sender immediately and then delete this e-mail.
 E-mail transmission cannot be guaranteed to be secure or error free as
 information could be intercepted, corrupted lost, destroyed, arrive 
 late or
 incomplete, or contain viruses.
 The sender therefore does not accept liability for any errors or 
 omissions
 in the contents of this message which arise as a result of e-mail
 transmission. If verification is required please request a hard copy
 version.

 

 

 The information transmitted is intended only for the person or entity to
 which it is addressed and may contain confidential and/or privileged
 material. If you are not the addressee, any disclosure, reproduction,
 copying, distribution, or other dissemination or use of this transmission in
 error please notify the sender immediately and then delete this e-mail.
 E-mail transmission cannot be guaranteed to be secure or error free as
 information could be intercepted, corrupted lost, destroyed, arrive late or
 incomplete, or contain viruses.
 The sender therefore does not accept liability for any errors or omissions
 in the contents of this message which arise as a result of e-mail
 transmission. If verification is required please request a hard copy
 version.

 


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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 the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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/

-- 
Mark Maciolek
Network Administrator
Morse Hall 338
862-3050
[EMAIL PROTECTED]
https://www.sr.unh.edu

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id