...
Code Block |
---|
#> mount -t nfs ORIGIN_IP:/opt/vm_repository /mnt
#> rsync -avvv /mnt/ /opt/vm_repository/
Note: |
Note |
---|
Be careful to put the "/" at the end of the folder name as in the example, to make the copy correctly |
2. Stop Abiquo Server, Abiquo RS and Abiquo BPM
...