Attach a network Folder

Status
Not open for further replies.

namaipa

Dabbler
Joined
Oct 3, 2016
Messages
11
Hello, is there any way to attach a network folder to take info from that folder and do an incremental backup into the FreeNAS Storage?
 

HeloJunkie

Patron
Joined
Oct 15, 2014
Messages
300
You have a folder on some machine and you want to backup the information from that folder to your FreeNAS box, is that correct?

The easiest way would be to export a share from FreeNAS, mount it on whatever box you have your data on and then use sometype of software on that machine (rsync, etc) to copy the data from your folder to the FreeNAS share.
 

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,477
I'm not sure I completely understand what you actually want to do.

@HeloJunkie has the easiest way, if what he described is what you want to do. Just create a share and then use software to sync.
 
Last edited:

namaipa

Dabbler
Joined
Oct 3, 2016
Messages
11
You have a folder on some machine and you want to backup the information from that folder to your FreeNAS box, is that correct?

The easiest way would be to export a share from FreeNAS, mount it on whatever box you have your data on and then use sometype of software on that machine (rsync, etc) to copy the data from your folder to the FreeNAS share.

Yes, that is what I want to do. Thank you
 

HeloJunkie

Patron
Joined
Oct 15, 2014
Messages
300

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
In general, FreeNAS is designed to work as a file server, not as a file server client. It'll share its own files all day long, but nothing in its UI is designed to let you connect with shares from other servers. It can be done through the CLI, but it takes some doing, and the changes you make may not survive upgrades.

This is a bit longer way of saying that, while what you're asking to do is probably possible, the method that @HeloJunkie suggests is probably a better way to go.
 
Status
Not open for further replies.
Top