Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Directory Sharing Options

  • NFS
  • rsync - Recommend Option

NFS

Summary Steps

  • NFSv4
  • Distant Server
    • Install NFS utilities
    • Enable service
    • Export directory
  • OMK Server
    • Install NFS utilities
    • Create directory in /mnt/nfs
    • Mount the directory

rsync

Summary Steps

  • Distant Server
    • Select user for rsync actions
    • Install the appropriate ssh public key in .ssh/authorized_keys
    • Select a directory for opReports (ensure permissions are correct)
  • OMK Server
    • Select a directory for opReports that should be placed on the distant server.
    • Create a cron job that rsync's the selected directory to the corresponding distant server directory.

...