...
Code Block |
---|
#> mount -t nfs ORIGIN_IP:/opt/vm_repository /mnt #> rsync -avvv /mnt/ /opt/vm_repository/ Note: Be carefullycareful to put the "/" at the end of the folder as in the example, to make the copy correctly |
...
...
Code Block |
---|
#> mount -t nfs ORIGIN_IP:/opt/vm_repository /mnt #> rsync -avvv /mnt/ /opt/vm_repository/ Note: Be carefullycareful to put the "/" at the end of the folder as in the example, to make the copy correctly |
...