Merge a variant of Shadow Copy module for exposing snapshots to windows clients as...
authorAlexander Bokovoy <ab@samba.org>
Wed, 16 Jan 2008 09:21:38 +0000 (12:21 +0300)
committerAlexander Bokovoy <ab@samba.org>
Wed, 16 Jan 2008 09:21:38 +0000 (12:21 +0300)
commitd52b66daac5ffdedb11dc0e346d55d94890d9fbf
tree3a1291ae33620bc80d860bb37214267414950ff7
parentc283c1bb8b3a167ab20140dac914f3b6ddc21aec
Merge a variant of Shadow Copy module for exposing snapshots to windows clients as shadow copies from Samba 3.0 CTDB

This is a 2nd implemetation of a shadow copy module for exposing
snapshots to windows clients as shadow copies. This version has the
following features:

     1) you don't need to populate your shares with symlinks to the
     snapshots. This can be very important when you have thousands of
     shares, or use [homes]

     2) the inode number of the files is altered so it is different
     from the original. This allows the 'restore' button to work
     without a sharing violation

Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 10c2ae1efd799b44255ce82c3bb0c7c9df0ec634)
source3/modules/vfs_shadow_copy2.c [new file with mode: 0644]