To enable NFS storage support:
- Connect to the server with the platform via SSH.
-
Create a patch_backup_nfs.yaml file with the following contents:
If Ubuntu 20.04 is installed on the serverversion: "3.7" services: dci_backup: environment: BACKUP_NFS: "on" cap_add: - CAP_SYS_ADMIN security_opt: - apparmor=nfs-server
If another OS is installed on the serverversion: "3.7" services: dci_backup: environment: BACKUP_NFS: "on" cap_add: - CAP_SYS_ADMIN
-
Run the command:
dci add-patch -f patch_backup_nfs.yaml -p backup_nfs
To disable NFS storage support, run the command on the server with the platform:
dci remove-patch -p backup_nfs