Any way to make directories created by rsync to show in the GUI?

Status
Not open for further replies.

melloa

Wizard
Joined
May 22, 2016
Messages
1,749
Rsync one NAS to another and all datasets were created as directories as expected. I can create shares with it, but was wandering if there was a way to make them to show in the GUI?

upload_2016-10-26_17-48-0.png
 

melloa

Wizard
Joined
May 22, 2016
Messages
1,749
No, the GUI shows datasets, not directories.

So the only way would be create the same DataSets as the original NAS and sync with the 2nd one with one rsync per dataset, or there is another way?
 

pirateghost

Unintelligible Geek
Joined
Feb 29, 2012
Messages
4,219
So the only way would be create the same DataSets as the original NAS and sync with the 2nd one with one rsync per dataset, or there is another way?
If the original NAS is using ZFS, why wouldn't you just use replication? ZFS send/recv?
 

melloa

Wizard
Joined
May 22, 2016
Messages
1,749

melloa

Wizard
Joined
May 22, 2016
Messages
1,749

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
Will that update only when finished or as are created?
Are you certain the new datasets are getting snapshotted and replicated? They will show up. Every time you visit that page it parses the output of zfs list. If they aren't there, go to a different tab and then go to "storage" again. I don't think the reporting graphs for the new sub-datasets will created until a reboot though.
 

melloa

Wizard
Joined
May 22, 2016
Messages
1,749
Are you certain the new datasets are getting snapshotted and replicated? They will show up. Every time you visit that page it parses the output of zfs list. If they aren't there, go to a different tab and then go to "storage" again. I don't think the reporting graphs for the new sub-datasets will created until a reboot though.

That might be the explanation. Will need to reboot after the replication finishes ... in 2 days :)
 

Robert Trevellyan

Pony Wrangler
Joined
May 16, 2014
Messages
3,778
after the replication finishes
ZFS replication is all-or-nothing, so no datasets will be visible on the destination until the initial replication is complete.

Also, make sure your source snapshot and replication tasks are set to recursive, assuming you want everything replicated.
 
Status
Not open for further replies.
Top