The only thing I'm concerned about is what people have used for share
names.  If the share name doesn't contain filesystem friendly
characters then I'll need to use some sort of munging routine to clean
it up.  I think its a fairly standard practice to have this be the
same as the include dir (ie /, /home, etc.) and I'll need to take out
all '/'s and any other meta-character.  Not a big deal, but its stuff
like this that can make creating a wide distribution app difficult.



On 8/14/08, Tino Schwarze <[EMAIL PROTECTED]> wrote:
> Hi Jon,
>
> On Thu, Aug 14, 2008 at 03:34:13PM -0400, Jon Craig wrote:
>
>> I'm working on a proof-of-concept for this.  I've taken the fuse
>> loopback.pl example and married it to BackupPC::View.  Right now it
>> lets me mount the BackupPC store as a filesystem with a directory
>> structure like:
>>
>> Mountpoint: /backuppc/
>>
>> /backuppc/[HOST]/[BackupNum]_[type]_[level]/[share]/ ...
>>
>> so an example would be:
>>
>> /backuppc/jcraig-laptop/23_full_0/root/ ...
>>
>> for backup number 23, a full level 0 backup
> [...]
>
> Wow, that sounds really cool! :-)
>
>> Once the POC version is done I'd be willing to share it out for
>> comments and suggestions related to functionality/usability.  I only
>> do rsyncd backups, so testing it with clients using other methods
>> would be good as I don't know the implementation details for clients
>> using TAR|SMB or rsync via SSH/RCMD.
>
> There shouldn't be any difference from your point of view - things end
> up at the same location (host/backup#/share/...).
>
> Looking forward to the POC!
>
> Tino.
>
> --
> "What we nourish flourishes." - "Was wir nähren erblüht."
>
> www.craniosacralzentrum.de
> www.forteego.de
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> BackupPC-devel mailing list
> BackupPC-devel@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-devel
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>

-- 
Sent from Gmail for mobile | mobile.google.com

Jonathan Craig

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BackupPC-devel mailing list
BackupPC-devel@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to