i am using zfs with proxmox and running ucs as a guest
the trick is to share the files with nfs and pickup with ucs as a dc
you can find a example here
To add ZFS Snapshoting and Windows Previous Version features I figured out the following Solution
Result will be the ability of users to restore Files and Folders with a long history
Scenario is a Proxmox VE System with ZFS
Install UCS on virtual HDD
Install nfs-kernel-server on proxmox, install zfs-auto-snapshot from Github https://github.com/zfsonlinux/zfs-auto-snapshot
create Dataset on Proxmox “zfs create rpool/data/test”
share Dateset via nfs “zfs set sharenfs=on rpool/data/test” and s…