Why does znapzendzetup create fail indicating it can't find SRC filesystem being created
sudo znapzendzetup create --tsformat='%Y-%m-%dT%H:%M:%SZ' SRC '1min=>10min,5min=>20min' /mnt/test/src DST '5min=>1year' /mnt/test/bak
ERROR: filesystem /mnt/test/src does not exist
NOTE: This Question is copied from the github bug tracker since many people seem to confuse zfs fileset names with mount points.
You are mixing up datasets and mountpoints. ZnapZend deals with zfs datasets.
/mnt/test/src
is a mountpointyou have to specify the zfs dataset, not the mountpoint.
a dataset normally starts with the name of a pool and no slash:
pool/apps/dummy