I apologize ahead of time for my potential ignorance, but I have come to the conclusion that I need the advice of others.
We have (2) FreeNAS servers that we use for our backups in our office. One is located on-site and the other off-site, replicating through SSH. We are using ShadowProtect to acquire our backups and recently we've realized we weren't backing up our GNU\Linux VM's...
Setting up the ShadowProtect client on our end was simple, but we are met with the problem of having the data from the backups show up on the server itself. We have an NFS share setup and the software itself allows us to select this destination to send the backup files when completed from the Control Console for the software. I've mounted the NFS share as follows.
The data shows up when you list files in that directory on the machine that is performing the backups, lets call this machine for the sake of explaining it better, Machine1.
Machine1, is running our backup software. The backup software is controlled remotely by Control1. The files that are made on Machine1, don't show up when the NFS is unmounted, and doesn't show up on the server in the data pool, however, when the NFS is remounted to Machine1, the incremental backups never stopped and continued to write to this path still not showing up in the data pool.
I've attached the screenshot of our NFS settings assuming all looks correct.
I have cursory knowledge of setting up, and configuring FreeNAS as I was thrust into dealing with this recently when our last Admin was let go. I'm extremely comfortable in the GNU\Linux and BSD terminal, familiar with navigating these systems, but I'm stumped. I'm sure it's something simple, but everywhere I've looked (man pages, Google, forums.freenas.org search, in that order lol) I must have just stumbled past it. Any help is appreciated, thanks everyone!
We have (2) FreeNAS servers that we use for our backups in our office. One is located on-site and the other off-site, replicating through SSH. We are using ShadowProtect to acquire our backups and recently we've realized we weren't backing up our GNU\Linux VM's...
Setting up the ShadowProtect client on our end was simple, but we are met with the problem of having the data from the backups show up on the server itself. We have an NFS share setup and the software itself allows us to select this destination to send the backup files when completed from the Control Console for the software. I've mounted the NFS share as follows.
Code:
sudo mount -t nfs <Server IP>:/mnt/directory/of/share /mnt
The data shows up when you list files in that directory on the machine that is performing the backups, lets call this machine for the sake of explaining it better, Machine1.
Machine1, is running our backup software. The backup software is controlled remotely by Control1. The files that are made on Machine1, don't show up when the NFS is unmounted, and doesn't show up on the server in the data pool, however, when the NFS is remounted to Machine1, the incremental backups never stopped and continued to write to this path still not showing up in the data pool.
I've attached the screenshot of our NFS settings assuming all looks correct.

I have cursory knowledge of setting up, and configuring FreeNAS as I was thrust into dealing with this recently when our last Admin was let go. I'm extremely comfortable in the GNU\Linux and BSD terminal, familiar with navigating these systems, but I'm stumped. I'm sure it's something simple, but everywhere I've looked (man pages, Google, forums.freenas.org search, in that order lol) I must have just stumbled past it. Any help is appreciated, thanks everyone!
Last edited: