error on replication task (setting properties)

s_mone

Cadet
Joined
Apr 12, 2022
Messages
5
Hi all,
i am trying to set up a replication task from my truenas machine in my office to a remote pc (in my house).
Remote pc is a simple Debian box with a mirror zfs pool.

I set the task and give the remote user this permissions:
sudo zfs allow -u user compression,mountpoint,create,mount,receive tank

Snapshot is copied but, at the end, i get these errors:
Code:
Replication "truenas/documenti - tank/ufficio" failed:
cannot receive xattr property on tank/ufficio/doc_ufficio: permission denied
cannot receive aclmode property on tank/ufficio/doc_ufficio: permission denied
cannot receive org.freenas:description property on tank/ufficio/doc_ufficio: permission denied
cannot receive copies property on tank/ufficio/doc_ufficio: permission denied
cannot receive org.truenas:managedby property on tank/ufficio/doc_ufficio: permission denied
cannot receive refreservation property on tank/ufficio/doc_ufficio: permission denied
cannot receive reservation property on tank/ufficio/doc_ufficio: permission denied
cannot receive atime property on tank/ufficio/doc_ufficio: permission denied
cannot receive quota property on tank/ufficio/doc_ufficio: permission denied
cannot receive sharenfs property on tank/ufficio/doc_ufficio: permission denied
cannot receive refquota property on tank/ufficio/doc_ufficio: permission denied
cannot receive sharesmb property on tank/ufficio/doc_ufficio: permission denied
cannot mount 'tank/ufficio/doc_ufficio': Insufficient privileges.
Please make sure that replication user has write permissions to its parent dataset..


I just want to save the snapshot in the remote pc for backup.
I check the snapshot on the remote machine and it looks fine to me (i tried to clone it and the files are there).

How can i fix the errors?
Maybe uncheck "Include Dataset Properties" will fix it?
 
Top