Re: [BackupPC-users] Surprising disk usage, *not* a link problem (I don't think)

2010-09-17 Thread Chris Hoy Poy
Hi Robin,

   - disk fragmentation coupled with minimum file size allocation issues (?) ie 
lots of the same large file updated in place might lead to this scenario, I 
think? 

   - can you confirm trash is empty? is the trash cleanup daemon getting stuck 
and therefore nothing getting cleaned up?

  - is nightly cleanup showing that it actually cleaned stuff up? (I have 
Nightly cleanup removed 31159 files of size 88.77GB (around 9/17 15:37) or 
similiar on status)

   - how many full backups / incremental backups are listed on your host 
summary page ? 
  
   My pool is around 630GB and 3843035 files (so 1/5th the size and only half 
the number of files), but DF shows it to be 654GB on disk. I put the 
discrepancy down to the number of directories in my PC tree - directories don't 
hardlink, only files do. The list of files in a directory has to be stored 
somewhere, and each directory has a minimum allocation size on disk. 
   
//chris

- Original Message -
From: Robin Lee Powell rlpow...@digitalkingdom.org
To: BackupPC Users backuppc-users@lists.sourceforge.net
Sent: Friday, 17 September, 2010 1:07:25 AM
Subject: [BackupPC-users] Surprising disk usage, *not* a link problem (I don't 
think)

I have a fairly large (171 hosts) backup environment that seems to
be using rather more disk than it should.

GUI says: Pool is 3055.59GB comprising 7361233 files and 4369
directories (as of 9/16 01:33),

df says:

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/local-backups 4.0T 3.8T 270G 94% /backups

which is a pretty significant gap. I've never moved anything
around, so it shouldn't be a linking problem.

The trash is empty.

Running du -h --exclude='[0-9]*' --exclude=new in the pc
directory, which *should* ignore only the directories that link to
the pool, gives 2.4G .

Running a proper du of the whole tree would take A While, and I'm
not sure my RAM could survive the link checking along with all the
other stuff backuppc is doing.

Any ideas as to what's going on here?

Maybe relevant:

$Conf{BackupPCNightlyPeriod} = 8;

But that still seems excessive? I've run the nightly manually a few
times, as sudo -u backuppc /usr/local/bin/BackupPC_nightly 0 255
(is that the correct syntax for doing that?) and it's taken well
over 24 hours, so splitting it up seems like a probably good idea?

-Robin

--
http://singinst.org/ : Our last, best hope for a fantastic future.
Lojban (http://www.lojban.org/): The language in which this parrot
is dead is ti poi spitaki cu morsi, but this sentence is false
is na nei. My personal page: http://www.digitalkingdom.org/rlp/

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___ 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/

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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] Sudden fileListReceive failed-error

2010-04-27 Thread Chris Hoy Poy
Hi Sorin

This is due to /etc/bashrc doing something at the start of the SSH session

I recently saw the same issue that someone fixed with the following: 


there was a line in /etc/bashrc that was outputting:
mesg y

Simply changed it to include a terminal check:
[ -t 0 ]  mesg y


Seems to be an issue with recent updates to Fedora Core/RHEL/Centos ?

cheers;

Chris Hoy Poy
Senior Systems Architect
GoPC Pty Ltd
http://www.gopc.net


- Original Message -
From: Sorin Srbu sorin.s...@orgfarm.uu.se
To: backuppc-users@lists.sourceforge.net
Sent: Tuesday, 27 April, 2010 2:20:09 PM
Subject: [BackupPC-users] Sudden fileListReceive failed-error

Hi all,

Since a few days back, three of my RHEL-machines suddenly developed a
fileListReceive failed-error.

One is a RHEL3 AS and the other two are RHEL3 WS. All three are kept
fully updated (update problem that breaks BPC??).

My other RHEL's running release 4 of the AS and WS variety, as well as
all my
CentOS v5.4-installations are running fine.

Anybody seen this? Anything I should look out for?

I apologise if this is not relevant to this list.

Thanks.
-- BW,
Sorin
--- # Sorin Srbu
[Sysadmin, Systems Engineer]
# Dept of Medicinal Chemistry, Phone: +46 (0)18-4714482 3 signals GSM
# Div of Org Pharm Chem, Mobile: +46 (0)701-718023
# Box 574, Uppsala University, Fax: +46 (0)18-4714482
# SE-751 23 Uppsala, Sweden Visit: BMC, Husargatan 3, D5:512b
# Web: http://www.orgfarm.uu.se
--- # () ASCII
ribbon campaign - Against html E-mail
# /\
#
# MotD follows:
# CentOS: Enterprise Linux for your home.


--

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