[PATCH 0/2]: Snapper support

David Disseldorp ddiss at samba.org
Mon Jun 23 06:58:04 MDT 2014


Snapper[1] is a snapshot management tool for Linux, that offers support
for the creation and deletion of snapshots on btrfs and ext4
thin-provisioned LVM volumes.

This patch-set adds and documents a new vfs_snapper module, which
exposes snapshots managed by snapper to Windows clients, via the
FSCTL_SRV_ENUM_SNAPS/FSCTL_GET_SHADOW_COPY_DATA ioctls and the
@GMT/TWrp path tokens.

Demonstration video: http://youtu.be/RZq84ONWu1I

Cheers, David

1. http://snapper.io/

--

 docs-xml/manpages/vfs_snapper.8.xml |  93 +++++++++++++++
 docs-xml/wscript_build              |   1 +
 source3/modules/vfs_snapper.c       | 843 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 source3/modules/wscript_build       |   8 ++
 source3/wscript                     |   9 ++
 5 files changed, 954 insertions(+)


More information about the samba-technical mailing list