BackupPC-users

Re: [BackupPC-users] "unexpected repeated share name"

2009-05-04 07:55:35
Subject: Re: [BackupPC-users] "unexpected repeated share name"
From: Mark Maciolek <mlm AT sr.unh DOT edu>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Mon, 04 May 2009 07:51:13 -0400
hi,

You should leave the RysncShareName as / and add the directories under 
BackupFilesOnly


$Conf{BackupFilesOnly} = {
   '*' => [
     '/home',
     '/etc'
   ]
};

Mark

Tim Connors wrote:
> backuppc fails to backup '/' if it is not specified before anything else.
> In fact, any subtree can't be specified before its parents, or the parents
> won't be backed up because the directory already exists by the time
> backuppc performs the test for repeated share name.  If it is a wise idea
> to keep the test, then perhaps it can be reworded to "share already exists
> - try specifying subtrees after their parents" or the like.
> 
> My failing config is here:
> $Conf{RsyncShareName} = [
>   '/home',
>   '/',
>   '/boot',
>   '/dos',
>   '/volatile/var/cache/apt-cacher-ng'
> ];
> 
> 

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
mlm AT sr.unh DOT edu
https://www.sr.unh.edu

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
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>