search for: remote_directory

Displaying 2 results from an estimated 2 matches for "remote_directory".

2008 Oct 16
2
Read files from two servers
Hi, in production I have 2 debian servers to which my app is deployed: the first has a public IP and serves as webserver and the second has a private IP and is used for database and other scripts running. The scripts that are running saves some files on the second server that should be accessed from the first server. Is there an easy way to mount/link (?) the directories I need to be accessed
2004 Nov 27
2
Shared remote repository
...lously trivial, and yet I can't find it! I have a remote repository of text files. Until today, I was the only one changing those files: I would simply change them locally, and update the remote repository with this command: cd local_dir rsync --delete -e ssh -Llavuz . merc@remote_server:remote_directory Now, things are more complicated because I am not the only person modifying those files stored in the remote server anymore. So, here is what I'd like to do: * Make sure that the remote respository is always the "good", updated copy * If I change one of my files locally, the rem...