Hi,

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?

Stef Bon
--
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