{
    $OUT = "";
    return if (($smb{'ShadowCopy'} || 'disabled') eq 'disabled');
    return if (($ibay->prop('ShadowCopy') || 'enabled') eq 'disabled');

    $ibay_vfs->{shadow_copy2}->{snapdir} = $smb{ShadowDir} || '/home/e-smith/files/.shadow';
    $ibay_vfs->{shadow_copy2}->{basedir} = "/home/e-smith/files";
    $ibay_vfs->{shadow_copy2}->{fixinodes} = 'yes';
}
