Advanced Resilio Sync Setup for FreeNAS (revised)

Intended Audience

This post may be of interest if you want to give end users the ability to recover lost files by giving them read access to their own backed up data.

Assumptions

  1. The reader has been redirected here from this post.
  2. The steps in this post are executed from a Windows 10 PC. For an earlier Windows 7 version of this post refer here.

Background

In a recently updated post on setting up Resilio Sync on FreeNAS, a third party was responsible for recovering end user data. Is it possible to get rid of the middle man and have end users responsible for recovering their own data?  It certainly is!

There is a little extra work that the system administrator will have to do to set this up, but the longer term benefits are substantial. The result is that end users will be able to restore their own data without referring to a higher authority.

Overview

The key is to set up permissions for the backup repository such that the following objectives are met:

  1. End users should only be able to see their own data.
  2. End users may read their own data in the backup repository, but not modify or delete it.
  3. System administrators have full access to the backup repository.
  4. Resilio Sync is the owner of the backup repository.

To achieve the desired goal, step 5 in the original post is replaced with the following steps:

Step 5A: Adjust permissions on the backup share.
Step 5B: Give end users read access to their own data within the backup share.

Step 5A: Adjust permissions on the backup share.

Adjust share permissions such that only FreeNAS users (in this case belonging to the group freenas) have read access to the backup share. Also, allow system administrators to have full access to the share.

screenshot.63

Step 5B: Give end users read access to their own data within the backup share.

In the example below, directories have been set up for each user in the backup share. Selective backups of devices that each user owns will be kept in the relevant user directory.

screenshot.74

Directory permissions are now adjusted so that the end users can read their own data. Using Basil as an example:

screenshot.75

Notice that permissions have been inherited from the share. This has to be altered so that only user basil should be able to view backed up data in directory Basil. To achieve this, it’s necessary to remove read access to that directory for other users by removing the group freenas and granting basil read access.

Use the Edit button to add user basil with read access.

screenshot.76

Attempting to remove freenas throws up the following error:

screenshot.66

Exit this screen and then click OK to allow permissions for basil to propagate through the directory tree.

screenshot.78

When permission propagation is complete, click the Advanced button.

screenshot.79

Next, click the Disable inheritance button. The dialogue box below appears.

screenshot.69

Click on Convert inherited permissions into explicit permissions on this object. You will be returned to the previous screen. Highlight the freenas entry and click Remove.

screenshot.82

Click OK to allow security information to be propagated through the directory tree. Once complete, you will be returned to the Properties dialogue box.

screenshot.83

Repeat step 5B for each top-level user directory in the backup share.

System administrators still have full visibility of all directories in the backup share. However, when the backup share is viewed by an end user, say basil, only the directory Basil, its subdirectories and files contained within will be visible. User basil will be able to restore files from the directory Basil, but will not be able to delete files in the backup location.

screenshot.84

References

  1. Advanced Resilio Sync Setup for FreeNAS (legacy)

Keep Reading

PreviousNext

Comments

Leave a Reply