Nfs-cfginstaller -

: For NFS clients, the tool helps in specifying the NFS server and the shared directories to mount, as well as setting mount options.

nfs-cfginstaller install --pre-hook "/opt/backup-nfs-state.sh" \ --post-hook "/opt/notify-monitoring.sh" \ --exports new-exports.conf \ --host nfs-server-01 Nfs-cfginstaller

Go to Top