Forgot your password?
typodupeerror

Comment Re:rsync (Score 1) 305

I've been looking into how to get my laptop to sync with my server much as it does with a windows domain logon. I've almost got it working with pam plugin that launches a script upon login and logout for each user. That script pulls in the server changes via rsync upon login and on logout sends the changes made locally back to the server. Not quite working yet, but its getting their. Main problem is that the login times out before all the changes can be copied if their are a lot of changes.

Slashdot Top Deals

In seeking the unattainable, simplicity only gets in the way. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...