be sure to clear history of firefox (shell too?) mv ~/Desktop/* /downloads/macosx/
create other accounts through OS.
sudo python /c/scripts/system/macosx-push_default.py does the following:
script to propigate changes from default account out to other accounts should just cycle through accounts and do following:
#prep sudo sudo ls
cd /Users export NAME=project export DATE=20100325 sudo mv $NAME/ $NAME-$DATE sudo rsync -av default/ $NAME sudo chown -R $NAME: $NAME
sudo mkdir originals sudo mv 2009 originals
#2009.02.07 16:41:31 admin@one:/Users #2009.02.04 19:21:08 charles@one:/Users #2009.02.04 19:22:06 charles@one:/Users #2009.02.04 19:20:50 charles@one:/Users
this will ensure that any data that wants to be kept gets moved into right Context should probably be run from default profile only
also [2009.02.05 12:01:52] rsync preserves links, unlike copy