Re: Understand include exclude script

2012-10-19 Thread Brian K. White
le i don't wrote to do it? - Original Message - From: Kevin Korb To: rsync@lists.samba.org Cc: Sent: Friday, October 19, 2012 6:18:09 PM Subject: Re: Understand include exclude script The - .** and .* lines are both excluding all .files and .directories except for the ones you spe

Re: Understand include exclude script

2012-10-19 Thread Kevin Korb
to do it? > > > > > - Original Message - From: Kevin Korb > To: rsync@lists.samba.org Cc: Sent: Friday, October 19, 2012 > 6:18:09 PM Subject: Re: Understand include exclude script > > The - .** and .* lines are both excluding all .files and > .directori

Re: Understand include exclude script

2012-10-19 Thread Marc
rg Cc: Sent: Friday, October 19, 2012 6:18:09 PM Subject: Re: Understand include exclude script -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The - .** and .* lines are both excluding all .files and .directories except for the ones you specifically included.  For easyness of reading I would sugges

Re: Understand include exclude script

2012-10-19 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The - .** and .* lines are both excluding all .files and .directories except for the ones you specifically included. For easyness of reading I would suggest you merge the two files together with something like: + .Skype/*** + .local/ + .local/share/

Understand include exclude script

2012-10-19 Thread Marc
hi i use a script to backup my homedir, that work but there are somes things i don't really understand. here my script rsync -arv --delete --prune-empty-dirs --include-from=include.txt --exclude-from=exclude  /home/bob /media/usbkey include.txt file + .Skype/*** + .local/ + .local/share/ + .l