Versions Compared

Key

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

...

Code Block
#> mount -t nfs ORIGIN_IP:/opt/vm_repository /mnt
#> mkdir /opt/vm_repository
#> rsync -avvv /mnt/ /opt/vm_repository/

...