Re: syncing data between workstations and laptop

2006-08-29 Thread Steffen Wendzel
Thank you for all the hints. I now use rsync for this job. steffen

Re: syncing data between workstations and laptop

2006-08-29 Thread Joachim Schipper
On Tue, Aug 29, 2006 at 03:48:35PM +0200, Steffen Wendzel wrote: > Hi, > > I currently own 3 home directories. one on each of my workstations and one > on my laptop but I want to have the same data in all 3 folders. > > I just saved a lot of new files on my laptop while I was away and I now want

Re: syncing data between workstations and laptop

2006-08-29 Thread Rogier Krieger
On 8/29/06, Steffen Wendzel <[EMAIL PROTECTED]> wrote: I currently own 3 home directories. one on each of my workstations and one on my laptop but I want to have the same data in all 3 folders. Trying out Unison (available for wintel, BSD and Linux) is still on my to-do list. I've seen it menti

Re: syncing data between workstations and laptop

2006-08-29 Thread Andy Hayward
On 8/29/06, Steffen Wendzel <[EMAIL PROTECTED]> wrote: I currently own 3 home directories. one on each of my workstations and one on my laptop but I want to have the same data in all 3 folders. Look for rsync and/or unison. -- ach

Re: syncing data between workstations and laptop

2006-08-29 Thread Antoine Jacoutot
On Tue, 29 Aug 2006, Steffen Wendzel wrote: Are there any possiblilitys to do this on a way I can share time? (Should work with ext3 too and should run on OpenBSD x86 and linux x86 and amd64). You could use net/rsync -- Antoine

Re: syncing data between workstations and laptop

2006-08-29 Thread Han Boetes
Steffen Wendzel wrote: > I currently own 3 home directories. one on each of my > workstations and one on my laptop but I want to have the same > data in all 3 folders. Set up something with rsync. # Han