diff --git a/scripts/sync_modifche_vm.sh b/scripts/sync_modifche_vm.sh index d0403fd..26990bd 100755 --- a/scripts/sync_modifche_vm.sh +++ b/scripts/sync_modifche_vm.sh @@ -1,6 +1,6 @@ #!/bin/bash -#rsync -avz --exclude='*.pyc' --exclude '__pycache__/' /home/alex/devel/ASE/src /home/alex/devel/proxmox-ha-setup/vm1/ +rsync -avz --exclude='*.pyc' --exclude '__pycache__/' /home/alex/devel/ASE/src /home/alex/devel/proxmox-ha-setup/vm1/ #rsync -avz --exclude='*.pyc' --exclude '__pycache__/' /home/alex/devel/ASE/src /home/alex/devel/proxmox-ha-setup/vm2/ rsync -avz -e "ssh -p 2222" /home/alex/devel/proxmox-ha-setup/vm1/ root@192.168.1.201:/opt/ase/ rsync -avz -e "ssh -p 2222" /home/alex/devel/proxmox-ha-setup/vm2/ root@192.168.1.202:/opt/ase/ \ No newline at end of file diff --git a/vm1/src b/vm1/src deleted file mode 120000 index 8eb4dfe..0000000 --- a/vm1/src +++ /dev/null @@ -1 +0,0 @@ -/home/alex/devel/ASE/src/ \ No newline at end of file