Alex Zelter wrote:
> Hi,
> I am running backuppc version 3.0.0-3ubu on Ubuntu gutsy. Ubuntu puts 
> backuppc's backups in /var/lib/backuppc. I have this linked to /backup 
> which is on an external hard drive. This hard drive is set to spin 
> down after 30 minutes of inactivity. backuppc is set to wake up once 
> each night at 2 am to do its backups. It is only backing up the 
> localhost to the external hard drive. My problem is that while 
> backuppc is running, the external hard drive never spins down. [...]

I had a similar problem, but was able to solve it with the following in 
the config.pl

$Conf{WakeupSchedule} = [
  '0',
  '12'
];

to only wake up at midnight and noon.  It sounds like you've already 
done something similar?  How did you set yours to wake up only at 2am?

Maybe use "sar -d" to see if anything is reading/writing to that disk?  
You can use fuser -cv /foo to see what exact processes have files/dirs 
open in that filesystem as well.

Rich



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to