On Mon, 2003-07-14 at 19:39, Paulo Jorge de Oliveira Cantante de Matos wrote: > I have a situation I don't know how to solve it. I have a PC and a > laptop usually connected to each other and each of them have a directory > that should be syncronized. I mean, when I change the contents of the > directory in one place, issuing a command in the other place should make > it up to date and vice versa. I think you know what I mean. Is there any > straightforward way to do this?
Have a look at the man page for rsync. Rsync can run over ssh between two Linux systems and can synchronize a Linux directory with a Windows directory if the Windows directory is mounted using a "mount -t smbfs" command. There are many other ways, but none superior to rsync. Seth [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
