Re: [BackupPC-users] new to BackupPC

2021-02-03 Thread Systems
Have a look at technical.network , there is a guide there that mainly uses 
backuppc user (not root) to backup clients via rsync.

Muhammad Ibrahim
Director | Broadband9

ibrahim@broadband9.com01706404099
http://broadband9.co.uk
206a Business First, Davyfield Road,


From: Sorin Srbu 
Sent: Wednesday, February 3, 2021 7:28:11 AM
To: General list for user discussion, questions and support 

Subject: Re: [BackupPC-users] new to BackupPC

On Tue, 2021-02-02 at 17:09 +, Arnar Þórarinsson wrote:
> Hello all,
> I‘m a new user of BackupPC with some questions (moving away from Amanda).
> OS: CentOS 8.3
> BackupPC version 4.4.0
>
> I followed the guide on
> https://kifarunix.com/install-and-configure-backuppc-on-centos-8/
> and all looks good but…
> I don‘t like using the root user on the client side for backups, never allow 
> root to login via ssh.
> So how do I generate ssh keys for the backuppc user on the server ? The user 
> backuppc does not own the /var/lib/BackupPC dir so it can‘t generate the keys.

Hello!

Something's fishy there, I followed the same guide recently (although for
Ubuntu) and for me /var/lib/backuppc is owned by backuppc.

Looking at the Backuppc-Ubuntu guide there is a step adding a backuppc user
and setting a homedir as /var/lib/backuppc.
https://kifarunix.com/install-and-setup-backuppc-server-on-ubuntu-20-04/

Maybe the guide for CentOS needs to be tweaked a bit?
Otherwise, why not just chown the folder to the right permissions?


--

Kind regards,
Sorin Srbu

Find my OpenPGP public key here:
https://cloud.srbu.se/index.php/s/KeEsCCDsG7PZG7N
___
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] Keep only one Full Backup as Archive

2020-06-17 Thread Systems
I made a simple guide on my walkthrough on upgrading Backuppc from 3 to 4.

I'm still learning so please follow at your own risk, (and feel free to correct 
any of my commands)

https://technical.network/how-to-upgrade-backuppc-v3-3-1-to-v4-3-0-in-centos-6/ 

Thanks
Ibrahim

-Original Message-
From: G.W. Haywood via BackupPC-users  
Sent: 17 June 2020 14:04
To: backuppc-users@lists.sourceforge.net
Cc: G.W. Haywood 
Subject: Re: [BackupPC-users] Keep only one Full Backup as Archive

Hi there,

On Wed, 17 Jun 2020, J.J. Kosowsky wrote:

> ...
> FYI - Backuppc 4.x is really significantly better than Backuppc 3.x.
> ...
> To all those out there still using 3.x, if you haven't tried upgrading 
> to 4.x yet, I suggest you do. If you have, I suggest you try again.
> ...

For the record, I'm one of those who had tried 4.x a few years ago and been 
bitten by it.  So I put it back in the tar.gz and stayed with 3.x for a while 
longer.  About a year ago I did try again, and things went very much better.  I 
now believe that Jeff is right in all he says, so

+1

-- 

73,
Ged.


___
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] keeping permanent backups

2020-03-02 Thread Systems
Yeah you’re right - my bad :)

Muhammad Ibrahim
Managing Director
https://broadband9.com/wp-content/uploads/2018/06/bb9final.jpg
North West Managed Business IT Services

Anti-Virus | Backups | VOIP | Broadband | Support
Web: Broadband9.com
Email: ibra...@broadband9.com
TEL: 03330 50 99 60
LinkedIn: https://www.linkedin.com/in/broadband9/

CONFIDENTIALITY NOTICE:
The contents of this email message and any attachments are intended solely for 
the addressee(s) and may contain confidential and/or privileged information and 
may be legally protected from disclosure. If you are not the intended recipient 
of this message or their agent, or if this message has been addressed to you in 
error, please immediately alert the sender by reply email and then delete this 
message and any attachments. If you are not the intended recipient, you are 
hereby notified that any use, dissemination, copying, or storage of this 
message or its attachments is strictly prohibited. Company Number : 11084597

From: backu...@kosowsky.org 
Sent: Monday, March 2, 2020 7:59:30 PM
To: General list for user discussion, questions and support 

Subject: Re: [BackupPC-users] keeping permanent backups

Systems wrote at about 16:24:22 + on Monday, March 2, 2020:
 > Can you rename the ID of the backup folder so that the cronjob doesn’t 
 > delete it?
 >
 > mv /var/lib/BackupPC/pc// 
 > /var/lib/BackupPC/pc//Keep-
 >
That is a *very* bad idea for several reasons:

1. Pool cleanup (BackupPC_nightly) won't know about this now 'hidden'
   backup and will therefore delete any pool file that is not used in
   any non-hidden backup

2. You won't be able to browse the backup using the web interface or
   the FUSE filesystem. So no easy way to access or recover the
   backups (which is presumably the reason you are saving them in the
   first place)

3. Incremental and unfilled backups  on which it depends may be messed up.

DO NOT DO THIS

> Maybe,?
DEFINITELY NOT -- and in the future please do not suggest 'random'
solutions if you have no clue how BackupPC treats pooling,
incrementals and filled baclkups.

'Maybe' is not a good thing to rely on for precious backups...
A little ignorance can go a long way in causing big problems...

 >
 > Thanks
 > Ibrahim
 >
 > From: Graham Seaman 
 > Sent: 02 March 2020 15:53
 > To: backuppc-users@lists.sourceforge.net
 > Subject: Re: [BackupPC-users] keeping permanent backups
 >
 >
 > Is the idea that incompatible with the way it works? I haven't tried looking 
 > at the code yet, maybe I should. I was hoping there was already an option to 
 > mark one backup out as exceptional.
 >
 > Several people have suggested making a backup elsewhere, but I would like to 
 > keep everything on the  same system I'm backing up to - I guess I could add 
 > another drive for historical backups, but its also handy to have the 
 > backuppc frontend to use to look for files.
 >
 > Some have also suggested increasing the number of backups per host, but I 
 > don't have the space to do that - the oldest backup I have is 2013, so that 
 > would be quite a long history.
 >
 > Graham
 > On 02/03/2020 14:20, Richard Shaw wrote:
 > On Mon, Mar 2, 2020 at 5:08 AM Graham Seaman 
 > mailto:gra...@theseamans.net>> wrote:
 > I'd like to be able to mark some older full backups as 'frozen', not to
 > be deleted. Is that possible? I can't find any mention of this in the docs.
 >
 > I don't think it's possible to mark one specific backup to keep, it's not 
 > really part of the way BackupPC is designed to work.
 >
 > I would just archive the backup you want to keep to another media.
 >
 > Thanks,
 > Richard
 >
 >
 >
 >
 > ___
 >
 > 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/
 > ___
 > 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] keeping permanent backups

2020-03-02 Thread Systems
Can you rename the ID of the backup folder so that the cronjob doesn’t delete 
it?

mv /var/lib/BackupPC/pc// 
/var/lib/BackupPC/pc//Keep-

Maybe,?

Thanks
Ibrahim

From: Graham Seaman 
Sent: 02 March 2020 15:53
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] keeping permanent backups


Is the idea that incompatible with the way it works? I haven't tried looking at 
the code yet, maybe I should. I was hoping there was already an option to mark 
one backup out as exceptional.

Several people have suggested making a backup elsewhere, but I would like to 
keep everything on the  same system I'm backing up to - I guess I could add 
another drive for historical backups, but its also handy to have the backuppc 
frontend to use to look for files.

Some have also suggested increasing the number of backups per host, but I don't 
have the space to do that - the oldest backup I have is 2013, so that would be 
quite a long history.

Graham
On 02/03/2020 14:20, Richard Shaw wrote:
On Mon, Mar 2, 2020 at 5:08 AM Graham Seaman 
mailto:gra...@theseamans.net>> wrote:
I'd like to be able to mark some older full backups as 'frozen', not to
be deleted. Is that possible? I can't find any mention of this in the docs.

I don't think it's possible to mark one specific backup to keep, it's not 
really part of the way BackupPC is designed to work.

I would just archive the backup you want to keep to another media.

Thanks,
Richard




___

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] keeping permanent backups

2020-03-02 Thread Systems
Personally I’d copy the backupPC path to another location. Make sure that you 
are copying a “full” backup.

OR run an Archive on the backup host

Thanks
Ibrahim

From: Richard Shaw 
Sent: 02 March 2020 14:20
To: General list for user discussion, questions and support 

Subject: Re: [BackupPC-users] keeping permanent backups

On Mon, Mar 2, 2020 at 5:08 AM Graham Seaman 
mailto:gra...@theseamans.net>> wrote:
I'd like to be able to mark some older full backups as 'frozen', not to
be deleted. Is that possible? I can't find any mention of this in the docs.

I don't think it's possible to mark one specific backup to keep, it's not 
really part of the way BackupPC is designed to work.

I would just archive the backup you want to keep to another media.

Thanks,
Richard
___
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 works from command line nothing happens from web interface

2020-02-28 Thread Systems
What type of backup are you requesting? Rsyn/smb ?

What about permissions to execute Rsync in the visudo file?

I know the process runs as the backuppc user, This is rsync setting in main 
configurations:

RsyncBackupPCPath: /usr/local/bin/rsync_bpc

RsyncClientPath: sudo /usr/bin/rsync

Then I've gone into visduo and entered the following to allow sudo access to 
the rsync command:

backuppc ALL=NOPASSWD:/bin/gtar,/bin/tar,/usr/local/bin/rsync_bpc

Maybe that helps?
However, I'm in a centos 7 environment.

Ibrahim

-Original Message-
From: Doug Lytle  
Sent: 28 February 2020 12:28
To: General list for user discussion, questions and support 

Subject: Re: [BackupPC-users] Backup works from command line nothing happens 
from web interface

You can also attache to the BackupPC process to see what's going on with

strace -ewrite -p PID#

Doug


___
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] BackupPC acting strangely

2014-07-18 Thread Richard Stockton - Tierpoint Systems Administrator
After updating to the latest version of BackupPC, AND re-installing the
appropriate CPAN modules, AND deleting all the failed full backups,
things appear to be back to normal.

Much thanks to Les Mikesell for the help, really appreciated.
  - Richard

At 11:09 AM 7/10/2014, Les Mikesell wrote:
On Thu, Jul 10, 2014 at 12:42 PM, Richard Stockton - Tierpoint Systems
Administrator richard.stock...@tierpoint.com wrote:
  2nd try: 1st didn't post to list...
 
  Isn't there anyone out there who has had a similar problem?  I can't
  believe I'm the only one.  Further investigation shows the problem
  is happening for almost all of my 14 hosts.
 
  Bottom line: The incrementals get (and create) all the files, but the
  full backups only create empty directories.  No errors are shown in
  the logs, and the GUI shows all the backups as complete.  When the
  incrementals are deleted, the fulls don't have everything, and data
  is permanently lost.
 
  This is using rsync between multiple CentOS (Linux) boxes.
 
  I REALLY need to get this fixed.  Anybody?  Please help.

It doesn't make any sense to me.  There was a recent thread on the list:
https://www.mail-archive.com/backuppc-users@lists.sourceforge.net/msg26870.html
which sounded similarly broken, but that was on ubuntu and fixed with
a re-install.  My best guess would be that some perl module is
corrupted (unless your xfer logs are full of 'can't link errors).

If you installed the package from EPEL, you can use 'rpm -Vv BackupPC'
to see if any of the package files have been changed since
installation.

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

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
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/

-
Richard Stockton
Senior Systems Engineer - Seattle
140 4th AVE N. #360 | Seattle, WA 98109
D 206.404.9500 T 888.234.6781
W http://www.tierpoint.com E richard.stock...@tierpoint.com
Facilities in: Baltimore, Dallas, Oklahoma City, Tulsa, Spokane, Seattle


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
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 acting strangely

2014-07-10 Thread Richard Stockton - Tierpoint Systems Administrator
2nd try: 1st didn't post to list...

Isn't there anyone out there who has had a similar problem?  I can't
believe I'm the only one.  Further investigation shows the problem
is happening for almost all of my 14 hosts.

Bottom line: The incrementals get (and create) all the files, but the
full backups only create empty directories.  No errors are shown in
the logs, and the GUI shows all the backups as complete.  When the
incrementals are deleted, the fulls don't have everything, and data
is permanently lost.

This is using rsync between multiple CentOS (Linux) boxes.

I REALLY need to get this fixed.  Anybody?  Please help.
Thanks.
  - Richard

At 05:15 PM 7/7/2014, you wrote:
Hello:

My BackupPC has been acting strangely for about a month now.  This is
a system that has been backing up correctly for over 2 years, keeping
1 year's worth of old files.

Problem #1:
The biggest problem is that, for some (not all) of my hosts, the incr
backup gets everything, but the full only creates empty directories.
So when BackupPC deletes the old incrementals and leaves the fulls,
data is lost.  Here is example (Compression Summary) from the GUI:

-
Richard Stockton
Senior Systems Engineer - Seattle
140 4th AVE N. #360 | Seattle, WA 98109
D 206.404.9500 T 888.234.6781
W http://www.tierpoint.com E richard.stock...@tierpoint.com
Facilities in: Baltimore, Dallas, Oklahoma City, Tulsa, Spokane, Seattle


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
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 acting strangely

2014-07-10 Thread Richard Stockton - Tierpoint Systems Administrator
Hi Les,

Thank you for responding...

At 11:09 AM 7/10/2014, you wrote:
On Thu, Jul 10, 2014 at 12:42 PM, Richard Stockton - Tierpoint Systems
Administrator richard.stock...@tierpoint.com wrote:
  Bottom line: The incrementals get (and create) all the files, but the
  full backups only create empty directories.  No errors are shown in
  the logs, and the GUI shows all the backups as complete.  When the
  incrementals are deleted, the fulls don't have everything, and data
  is permanently lost.
 
  This is using rsync between multiple CentOS (Linux) boxes.

It doesn't make any sense to me.  There was a recent thread on the list:
https://www.mail-archive.com/backuppc-users@lists.sourceforge.net/msg26870.html
which sounded similarly broken, but that was on ubuntu and fixed with
a re-install.  My best guess would be that some perl module is
corrupted (unless your xfer logs are full of 'can't link errors).


No such errors in Xfer logs, and the thread doesn't appear to be the
same problem.  Makes no sense to me either.  I've used rsync for many
years, and BackupPC for the last 2 years. [sigh]


If you installed the package from EPEL, you can use 'rpm -Vv BackupPC'
to see if any of the package files have been changed since
installation.


I installed via the archive, and I just now updated to 3.3.0, also from
the source code in hopes that would correct something.  So far, no joy.
I also used cpan to re-install the 3 perl modules.

Because of how long it takes to do a full backup on any of my hosts, I
probably won't know for sure until tomorrow if any of this did any good.
I'll let you know what happens.
Thanks for your help.
  - Richard



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

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
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/

-
Richard Stockton
Senior Systems Engineer - Seattle
140 4th AVE N. #360 | Seattle, WA 98109
D 206.404.9500 T 888.234.6781
W http://www.tierpoint.com E richard.stock...@tierpoint.com
Facilities in: Baltimore, Dallas, Oklahoma City, Tulsa, Spokane, Seattle


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
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 acting strangely

2014-07-07 Thread Richard Stockton - Tierpoint Systems Administrator
Hello:

My BackupPC has been acting strangely for about a month now.  This is
a system that has been backing up correctly for over 2 years, keeping
1 year's worth of old files.

Problem #1:
The biggest problem is that, for some (not all) of my hosts, the incr
backup gets everything, but the full only creates empty directories.
So when BackupPC deletes the old incrementals and leaves the fulls,
data is lost.  Here is example (Compression Summary) from the GUI:

https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=657657
 
full 3 56357.5 25608.1 54.6% 25473.1 8338.1 67.3%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=668668
 
full 3 56253.4 25621.6 54.5% 25898.9 8436.8 67.4%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=683683
 
full 3 62818.9 31146.2 50.4% 25837.5 8711.6 66.3%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=698698
 
full 3 18.2 6.4 64.8% 3573.2 2760.3 22.8%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=702702
 
full 3 9.5 5.6 41.1% 4340.2 2753.6 36.6%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=704704
 
incr 3 88251.2 38619.4 56.2% 5155.2 3457.0 32.9%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=705705
 
full 3 146.9 40.5 72.4% 34233.8 13946.3 59.3%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=706706
 
incr 3 57780.8 28094.8 51.4% 30123.5 11573.6 61.6%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=707707
 
incr 3 60549.2 30372.1 49.8% 27776.8 9383.7 66.2%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=708708
 
incr 3 59645.2 29148.8 51.1% 29736.6 11372.0 61.8%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=709709
 
full 3 265.7 56.2 78.8% 29439.3 11370.5 61.4%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=710710
 
incr 3 60354.5 28614.6 52.6% 27197.2 9249.5 66.0%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=711711
 
incr 3 59677.1 28510.2 52.2% 32128.7 12949.6 59.7%
https://ns00.adhost.com/cgi-bin/BackupPC_Admin?action=browsehost=f1-ubk01-extra1num=712712
 
full 3 3298.4 708.4 78.5% 25910.2 9101.3 64.9%

Note how the fulls after 683 are MUCH smaller, but the incrementals
appear to be getting everything.


Problem #2, Display Issues:
In the GUI, on the host summary page, Full Size is shown as 0 for
some hosts, even though, once again, the incrementals show all files.
As above, the fulls don't have anything but empty directories.

In the GUI, on the host summary page, Full Size is much less than
it should be.  Same situation as above.


I believe all of the above is related to the same problem, but I have
no idea what that is.  Like I said, this was running perfectly for over
2 years, and other than adding a host or 2, not much has changed in that
time.  WHY IS THE FULL BACKUP WRITING EMPTY DIRECTORIES?

Any help much appreciated.
Thanks.
  - Richard

-
Richard Stockton
Senior Systems Engineer - Seattle
140 4th AVE N. #360 | Seattle, WA 98109
D 206.404.9500 T 888.234.6781
W http://www.tierpoint.com E richard.stock...@tierpoint.com
Facilities in: Baltimore, Dallas, Oklahoma City, Tulsa, Spokane, Seattle


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
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] help with netbios error

2011-11-18 Thread AIM Systems
Hi all,
This error is beyond me.  I'm a programmer, not a network engineer.
I've just inherited this issue.
Here is my command and the resultant output:

-bash-4.1$ /usr/share/BackupPC/bin/BackupPC_dump -f -v tim

cmdSystemOrEval: about to system /bin/ping -c 1 -w 3 tim
cmdSystemOrEval: finished: got output PING tim.aimsystems.ca (10.30.6.7) 56(84) 
bytes of data.
64 bytes from tim.aimsystems.ca (10.30.6.7): icmp_req=1 ttl=128 time=3.02 ms

--- tim.aimsystems.ca ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 3.023/3.023/3.023/0.000 ms

cmdSystemOrEval: about to system /bin/ping -c 1 -w 3 tim
cmdSystemOrEval: finished: got output PING tim.aimsystems.ca (10.30.6.7) 56(84) 
bytes of data.
64 bytes from tim.aimsystems.ca (10.30.6.7): icmp_req=1 ttl=128 time=0.861 ms

--- tim.aimsystems.ca ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.861/0.861/0.861/0.000 ms

CheckHostAlive: returning 0.861
cmdSystemOrEval: about to system /usr/bin/nmblookup -A tim
cmdSystemOrEval: finished: got output Looking up status of 10.30.6.7
WORKGROUP   00 - GROUP B ACTIVE 
TIM 00 - B ACTIVE 
TIM 20 - B ACTIVE 
WORKGROUP   1e - GROUP B ACTIVE 

MAC Address = 6C-62-6D-1A-FB-4B


NetBiosInfoGet: success, returning host workgroup, user 
dump failed: host tim has mismatching netbios name workgroup

I'm running this command from the DataStore server which runs the dhcp service.
Within /etc/dhcp/dhcpd.conf, we statically assign IPs by MAC address.
Unless he has changed his NIC (which he has not) he will always get the same IP

I don't get it?! What am I missing?!

+--
|This was sent by andr...@aimsystems.ca via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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] help with netbios error

2011-11-18 Thread AIM Systems
Thanks for your reply Tim.

I, too, have read this when 'Google'ing the error and have so far been ruled it 
out.
Physically, there are no ethernet jacks in the walls of the office, hence the 
WAPs
How does one determine if a device has multiple IPs? 
/bin/nmblookup only returns the one address.

+--
|This was sent by andr...@aimsystems.ca via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/