[wellylug] NETBEUI on Ubuntu
John Durham
johndurh at spunge.org
Wed Oct 18 09:40:52 NZDT 2006
Gerald Roehrbein wrote:
> Hello,
>
> there are two other solutions you could use to descrease the complexity
> of copying files from one computer to another.
>
> If you develop at one system and want to deploy files you should install
> and configure rsync. With rsync it is possible to automate file transfer
> and keep files synchronized.
>
> Another way is to use a source code control system (SCCS) and copy the
> packages create with the SCCS to the destination, probably from
> development to stage test, extract it and than test it.
>
> The next idea is to mount a remote file system vi NFS and than you can
> treat them like local files. There are NFS server for Windows available
> (in the X-WinPro package for example).
>
> During software development I always write makefiles having an install
> routine which copies all required files via scp, rcp and rsync to the
> destination system.
>
> Now you should have some solutions to get a more efficient way to copy
> files from a source to a destination.
>
>
>
> kind regards
> Gerald
>
This was my first choice because of your recommendation. On reading up
on it, there appears to be a requirement to run rsync on both machines.
Since one of them is windows XP, that would only work if there is a
windows version. Do you know of one?
More information about the wellylug
mailing list