problem to backup some folder - folder empy

Collin Marc marcpirat at yahoo.com
Sat May 20 22:45:39 GMT 2006


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/apps/kwallet/***
+ .kde/share/apps/konqueror/***
+ .kde/share/apps/kabc/***
- .**

when i check in .kde/share/ (backup) i found
nothing....

my backup script file was in 

/home/xxx/bin

don't remember if i tried command 1 or 2

command 1
/home/>xxx/bin/mybackup.sh

command 2
/home/xxx/bin/>./mybackup.sh

does theses both command is suppose to get the same
result?

maybe one have got problem to backup my .kde
folder....

any idea?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the rsync mailing list