sebastian gabriel <[EMAIL PROTECTED]> writes: > hi list, > > ich habe ein kleines problem mit rsync... > > ich will ueber rsync die home-verzeichnisse meines rechners und meines > notebooks synchron halten um an beiden den gleichen arbeitsstand zu > haben... systeme sind beide woody und auch annaehernd die gleichen > komponenten drauf... > > jetzt mach ich mit > > $ rsync -url /home/segabrie/ segabrie@iris: > > mein update vom rechner auf notebook und mit > > $ rsync -url /home/segabrie/ segabrie@gismo: > > mein update vom notebook zum rechner... > > da ich jetzt den windowmaker benutze moechte ich aber das verzeichnis > GNUstep auslassen bei der synchronisation, wie ist das moeglich...? > > gruesse sebastian
Manpage lesen: --exclude=PATTERN This option allows you to selectively exclude certain files from the list of files to be transferred. This is most useful in combination with a recursive transfer. You may use as many --exclude options on the command line as you like to build up the list of files to exclude. See the section on exclude patterns for information on the syntax of this option. Ramin -- H�ufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

