I'm not a developer, but I read this a days ago. Could it be helpful?
https://blog-vpodzime.rhcloud.com/?p=61
https://github.com/rhinstaller/libblockdev
2015-05-27 14:31 GMT+02:00 Stef Bon :
> Hi,
>
> I'm working on a program (using sqlite, FUSE and btrfs) to provide
> backup and version managme
On 2015-05-29 16:31, Roman Mamedov wrote:
> On Wed, 27 May 2015 14:31:28 +0200
> Stef Bon wrote:
>
>> 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 %PathToBacku
On Wed, 27 May 2015 14:31:28 +0200
Stef Bon wrote:
> 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 ar
On Wed, May 27, 2015 at 05:39:34PM +, 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 ow
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.
>
> Th
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