How to sync two FreeNAS storage using rsync

FreeNAS supports rsync and that’s one of the most interesting feature of the operating system. rsync is a protocol for file synchronization and transfer, a really useful tool in a storage device.

In this tutorial we’ll see how to sync a dataset – a sort of folder – between two different FreeNAS devices. In our lab we used two virtual machines following this scheme:

  • machine 01 is a file server with IP address 192.168.2.70
  • machine 02 is a synced storage for business continuity purposes with IP address 192.168.2.75

The first machine will push (rsync client) data while the second one will pull (rsync server) them.
(more…)

How to schedule periodic snapshots of a ZFS volume with FreeNAS

Snapshots make us able to restore older versions of a file with little effort, a true advantage in business environment. Furthermore, they are fast and efficient.

FreeNAS uses the powerful ZFS file system to store your business data and ZFS supports snapshots. Scheduling periodic snapshots is simple and may save your day in case of disaster.

Of course you need to have a FreeNAS device and at least a ZFS volume.
(more…)

How to configure an FTP server on FreeNAS

FreeNAS is a powerful operating system to build customizable NAS solutions. With this tutorial we are going to see how to configure an FTP server to allow a user or a group of users to store and download data to/from the NAS.

The configuration will take a few minutes but it’s not as intuitive as it should be.
(more…)

How to create a Windows share with FreeNAS

We’ve already seen how to install FreeNAS to create a fully customizable NAS. Today we’ll talk about how to create Windows shares on FreeNAS.

This free and open source operating system is quite powerful but it’s not as easy-to-use as it should be. Creating a Windows share requires several steps in different “areas”. Anyway, the operation can be completed in a couple of minutes.
(more…)

How to install FreeNAS to create your own NAS

FreeNAS is a free and open source OS born to create customizable NAS (network-attached storage) supporting the powerful ZFS filesystem. Based on FreeBSD, it allows to create a resilient storage for your business data.

ZFS supports snapshots and encryption, both useful features in business enviroments. Furthermore, RaidZ (a software RAID solution) offers data protection without many issues and limitations of traditional RAID setups.

FreeNAS supports all the most adopted file sharing protocols like Apple’s AFP, NFS, CIFS / SMB and iSCSI.

In this tutorial we’ll show you how to install FreeNAS to build your own – totally customizable – NAS.
(more…)