On Sat, May 20, 2006 at 03:45:39PM -0700, Collin Marc wrote:
> BDIR=/home/$USER
> EXCLUDE=exclude.txt
> OPTS="-a -r -v -p -t --del --exclude-from=$EXCLUDE
> --progress"
> BACKUPDIR=/media/dvdrecorder
> rsync $OPTS $BDIR $BACKUPDIR
I note that the $USER dir is included as the base directory in the
hi
my script to backup my home folder
BDIR=/home/$USER
EXCLUDE=exclude.txt
OPTS="-a -r -v -p -t --del --exclude-from=$EXCLUDE
--progress"
BACKUPDIR=/media/dvdrecorder
rsync $OPTS $BDIR $BACKUPDIR
my exclude file
+ .kde/
+ .kde/share/
+ .kde/share/apps/
+ .kde/share/apps/kmail/***
+ .kde/share/ap