[ltp] Syncing various data with a desktop (configs, bookmarks and such)

Tino Keitel linux-thinkpad@linux-thinkpad.org
Tue, 30 Mar 2004 09:05:44 +0200


On Mon, Mar 29, 2004 at 19:45:43 -0500, Tom von Schwerdtner wrote:
> There are a few things I've been wanting in terms of moving between my
> laptop and my desktop PC.  
> 
> 1) I'd like to be able to sync some key items, such as my Epiphany
> bookmarks and maybe my ~/Graphics/ or ~/Documents/ directories.
> 
> 2) I'd like to be able to have some automagic mounting going on with my
> laptop when it is booted on my home network.  I'm not sure where to
> start with this but I would at very least like my laptop to auto-mount
> some share directories if it can figure out that it is running on my
> home network.  Ideally, I'd like my desktop to mount my laptop when the
> laptop boots on the network.

On Debian, I use ifplugd and waproamd to to make my notebook
automatically detect if my WLAN card is inserted or the network cable
is plugged into the NIC. Since I use DHCP everywhere, there will always
be a valid network configuration. Maybe ifplugd has the posibility to
execute any scripts depending on the current network configuration.
This way a script could ssh to the desktop and mount your notebook or
take any other action to start syncing.

Regards,
Tino