#!/bin/sh
## which dirs in /home/tillea should be synced

# RSYNC="rsync -azult --delete --temp-dir=/tmp --exclude-from=${HOME}/.rsync/DIRS2SYNC.exclude"
RSYNC="rsync -azult --delete --exclude-from=${HOME}/.rsync/DIRS2SYNC.exclude"

# RSYNC="rsync -azult --delete --exclude=/public_html/advent/images2002 --exclude=/bilder/test --exclude ls-R --exclude debian-maintain/kernel/kernel-source-2.4*"
## RSYNC="rsync -azuvlt"
## -n = show what would have been transferred
## RSYNC="rsync -azuvlt -n"

SINGLEFILES=".addressbook
	     .alias
             .bashrc
	     .cvsrc
	     .emacs
	     .gitconfig
             .gbp.conf
	     .muttrc
	     .newsrc
	     .pcd2html
	     .pgaccessrc
	     .psql_history
	     .vimrc"

#	     .civserver_history 
#	     .ssh/config
#	     .xscreensaver  # sonst geht lock immer hin und her

MORE=".gnupg
      .hosts
      .themes
      .tuxracer
      alex
      daten
      katrin"

echo Include $MORE.

ALSO="bin"

echo $ALSO

## read

##	  .config   ... lieber nicht, sonst ist xfce Konfiguration immer gleich

SYNCDIRS=".cddb
          .dict
          .emacs-lisp
	  .mplayer
          .remind
	  .rsync
	  .local/share/wesnoth
          .xchat2
          Maildir
	  alex
	  bilder
	  bin/cron
          db
	  debian-maintain
	  diesunddas
	  ifsg
	  html
	  katrin
	  mgp
          post
	  ptk
	  public_html
	  src
	  texmf
	  tmp-share"
##          workspace

### Diese nur in Richtung wr-linux02 -> sputnik -> energija
ONEWAY=".pine
        list
        news"
	
ONEWAYFILES=".procmailrc"

ICH=tillea
ECH=andreas
MYHOME=/home/tillea
#WRL2HOME=tillea@wr-linux02:${MYHOME}
#EHOME=andreas@energija:/home/andreas
ZOPE="import
      Extensions
      Products"
#ZOPE="import
#      Products"
#ZOPE="Products
#      Extensions"

## Irgendwie passiert hier noch etwas anderes ....
## FILTER="| grep -v \"^building file list\" | grep -v \"^wrote [0-9]* bytes\" | grep -v \"^total size is\" "
# echo $FILTER
FILTER=""

export SYNCDIRS RSYNC MYHOME ICH ECH FILTER ZOPE
