[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ProgSoc] Synchronise a file to a remote machine in real time



On Mon, 2006-06-05 at 16:10 +1000, Jay Banyer wrote:

> I have a log file on machine A. I want to synchronise a copy of that 
> file to remote machine B in close to real time, ie every time the log 
> file is written to on A, the update goes to B.

foo@B $ ssh A tail -f logfile >logfile-copy

- Raz


-
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@xxxxxxxxxxxxxxxxxxx
If you are having trouble, ask owner-progsoc@xxxxxxxxxxxxxxxxxx for help.