Displaying 1 result from an estimated 1 matches for "bckdir".
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
Hi all,
I'm trying to backup a disk using rsync but I need to exclude some folder.
I'm using rsync 3.0.4 under cygwin on 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...