Shadow copy not working

Dunuin

Contributor
Joined
Mar 7, 2013
Messages
110
Hi,

I'm running "FreeNAS-11.3-U4.1" because U5 is bugged and doesn't allow me to change replication tasks.
I want to use shadow copy on my SMB shares so I can access old versions of files.

My pool looks like this:
Tank/foo/bar/share1
Tank/foo/bar/share2
Tank/foo/bar/share3
...

Datasets "share1", "share2" each got a SMB share looking like this:
VFS Objects:
ixnax, streams_xattr

Auxilliary parameters:
valid users = @group1
force group = +group1
force user = user1
create mask = 0660
directory mask = 0770

Shadow Copy checkbox is enabled.

Owner of that dataset is user1 and group1 with default ACLs with full access for owning user and group set.

3 recursive snapshots tasks (hourly, daily, weekly) are running for dataset "Tank/foo/bar".

I access all shares with Win10 with a user account that is member of the group "group1" but is not user "user1" but because of the "force user = user1" is handled as user "user1".

What am I doing wrong that shadow copy isn't working?
 

Dunuin

Contributor
Joined
Mar 7, 2013
Messages
110
Updated to 12.0-U3.1 and now its working without changing something.
 
Top