BackupPC-users

Re: [BackupPC-users] Noob questions

2009-05-22 15:24:43
Subject: Re: [BackupPC-users] Noob questions
From: Daniel Carrera <daniel.carrera AT theingots DOT org>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 22 May 2009 21:19:47 +0200
Hi Les,

Thanks for the help. Comments below.

> It doesn't have a concept of it's archive directory being 
> gone, though.  You'll probably have to start and stop the service when 
> you connect/remove it.

Would it be difficult to add this feature? I imagine that I'm not the 
first person to try to use an external disk as a backup medium. But it 
is the nature of an external disk that it might not be connected.

If I had to start/stop the service every time I connect, I'd probably 
get tired. I don't think that this is a long term solution. Perhaps it's 
possible to add something similar to:

if ( ! -d $Conf{TopDir} ) {
     print (LOG $bpc->timeStamp, "No backup medium\n");
     exit(1);
}


Looks like a simple and generally useful addition. Is there any chance 
that this might be added to BackupPC?

Daniel.

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
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/