On Wed, May 27, 2015 at 05:39:34PM +0000, Duncan wrote:
> Stef Bon posted on Wed, 27 May 2015 14:31:28 +0200 as excerpted:
> 
> > I'm working on a program (using sqlite, FUSE and btrfs) to provide
> > backup and version managment for users. They can enable the backup
> > service for folders they own, and select files they want to backup using
> > mimetypes.
> > 
> > This program, which I've called fuse-backup, creates backup subvolumes
> > and snapshots by calling an extrenal script, which does something like:
> > 
> > btrfs subvolume snapshot -r %PathToBackup%/ %PathToSnapshot%
> > 
> > This works perfect, but are there any plans to do this with a library?
> 
> A library is covered on the wiki, project ideas page.
> 
> https://btrfs.wiki.kernel.org/index.php/Project_ideas#Provide_a_library_covering_.27btrfs.27_functionality
> 
> Status: Project not claimed, no patches, but there's a couple possible 
> places to start as parts of other projects.  See the link for more.

AFAIK Karel Zak started working on libbtrfs.

https://github.com/karelzak/btrfs-progs/tree/libbtrfs
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to