Holger Parplies wrote:
>  
> So, do you insist on making the original poster believe that running several
> instances of BackupPC on the same pool is a good idea, or can we maybe find
> some other topic to disagree on?

I'll insist that it should be possible, with the only real conflicts 
being what happens when a pool file is created, removed, or renamed. 
Since only the thing that removes or renames pool files is 
BackupPC_nightly, it's relatively easy to eliminate those possibilities 
by controlling when/where it runs.   Creating files should just be a 
matter of  making sure the file creation is atomic with O_CREAT,O_EXCL 
(or the old linking workaround for linux nfs bugs) and handling errors 
by doing whatever you would have done if the file had been there a 
moment before when you looked for it.

-- 
   Les Mikesell
    lesmikes...@gmail.com

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
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/

Reply via email to