Moving data from one dataset to another using network shares

Bogdan

Cadet
Joined
Dec 29, 2015
Messages
3
Hello!

I recently added JBOD and created dedicated pool for it. I want use this JBOD to store old data. I'm using SMB shares to upload backup data and some scripts on client side to do the rotation. While everything was in single pool rotation worked like a charm - the client just renamed directories and removed oldest levels on backups. Now I would like to move oldest levels of backups to the new JBOD-based pool, so cross-pool move is required.

Is it possible to expose two datasets from different pools within single SMB share?
If it is not possible - how SMB (of NFS) client can make FreeNAS moving data from one dataset to another without moving the data itself over network connection?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Is it possible to expose two datasets from different pools within single SMB share?
If it is not possible - how SMB (of NFS) client can make FreeNAS moving data from one dataset to another without moving the data itself over network connection?
If you want to avoid movement over the network, you need to use SSH and some server-side copy command (or rsync task or cron job in the GUI). If you need the copy to run without the ssh session remaining open, use tmux first and do the copy command in there.
 
Top