![]() |
consecutive rsync between three machines
Hi,
I am developing a program on my local machine (machineA). Once I make modifications I have to send the modified files to an external machine (machineC)which is on some network, which is inside another network (accessable through machineB). For that purpose I wrote the following script; I use like; ./send_to_machine_C_the_folder.sh folder_name Code:
#!/bin/bashDo you know what could be the cause of the problem or a better method to do this ? P.D. I can not use CVS in none of these machines. |
Quote:
Where does machine D come into this? |
Here's an alternative possibility; given
boxA --boxB--boxC you can use scp from boxB to say scp user@boxA:/dir/files user@boxC:/tgt_dir ie you can copy directly between 2 boxes, running the cmd from a 3rd box. |
| All times are GMT -5. The time now is 03:30 PM. |