Displaying 1 result from an estimated 1 matches for "bak_exclud".
Did you mean:
bak_exclude
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
...n a winxp machine.
The script that I use is:
# ---------------------------------------------------------------- #
SRCDIR=/cygdrive/d
LOGDIR=/cygdrive/f
BCKDIR=/cygdrive/f/Backup
rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date
+%Y%m%d`.log --exclude from='/cygdrive/f/.bak_exclude' $SRCDIR/ $BCKDIR
# ---------------------------------------------------------------- #
and my file where there is the list of excluded folders looks like:
# ---------------------------------------------------------------- #
- /cygdrive/d/Software/
- /cygdrive/d/Intel/
- /cygdrive/d/Sysprep20...