BackupPC-users

Re: [BackupPC-users] BackupPC_nightly takes too much time

2010-04-08 12:25:16
Subject: Re: [BackupPC-users] BackupPC_nightly takes too much time
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 08 Apr 2010 11:23:07 -0500
On 4/8/2010 9:48 AM, Norbert Schulze wrote:
>> Raid5?  That has horrible write performance,
>
> It is a RAID50
>
> IMHO: BackupPC_nightly mainly reads from disk!?

It traverses the pool directory, stat()'ing each inode (which isn't like 
to be near the directory) looking for entries that only have one link, 
meaning that all of the pc backups that previously linked to it have 
expired, and deletes these files.  The deletes involve small writes back 
to the directory, inode, and free space list which will be slow as the 
raid5 must do a read before the write and then update the parity, 
essentially tying the speed to the slowest disk.  How many of these you 
do will relate to the turnover of files on the targets.  If you do a 
large number of maildir type folders with a lot of activity there could 
be a lot.

-- 
   Les Mikesell
    lesmikesell AT gmail DOT com

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

<Prev in Thread] Current Thread [Next in Thread>