Replication task to rsync.net

ggiinnoo

Dabbler
Joined
Sep 25, 2022
Messages
24
I have something weird going on that may be a simple setting within truenas scale.

Whe i use the replication wizard to create a backup al seems fine:
1687513127570.png


The first time it runs it fine, the data is pushed. BUT the next time it runs the destination looks like:
Code:
BigChungus/private                     339G   685G      176K  /mnt/data1/private
BigChungus/private/ggiinnoo            339G   685G      339G  /mnt/data1/private/ggiinnoo
BigChungus/private/ggiinnoo/ggiinnoo     8K   685G        8K  /mnt/data1/private/ggiinnoo/ggiinnoo
BigChungus/private/private               8K   685G        8K  /mnt/data1/private/private


Note that the top 2 are correct since i selected recursive and there is 1 extra dataset in private.
It seems it creates new datasets while there are already 2 with the exact same name.
For testing i deleted the botton 2 datasets but i get the following error on truenas scale:
Code:
cannot mount 'BigChungus/private/ggiinnoo/ggiinnoo': No such file or directo
cannot mount 'BigChungus/private/private': No such file or directory


Can someone explain this
 
Top