search for: remote_directori

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

Did you mean: 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
Hello, I have a bit of a problem - I have the feeling the solution is ridicolously 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