Re: rsync has big problem with leaving lots of empty dirs around...

2012-10-19 Thread Karl O. Pinc
On 10/19/2012 03:39:18 PM, Linda Walsh wrote: > Karl O. Pinc wrote: > > If you want help with your problem you're going to have > > to describe exactly what you're doing; what command > > you're running, what version of rsync, and so forth. > --- > > Thanks...was going to file a bug report on it w

Re: Understand include exclude script

2012-10-19 Thread Brian K. White
Also -vvv is your friend. Excluding file foo because of pattern foo Including file bar because of pattern bar ... No need to guess and wonder. Just try a few things, run with -vvv, adjust, retry, after a few trial & error you have what you want. No excuse for treating it like a big mystery.

Re: Understand include exclude script

2012-10-19 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When you use the + and - syntax it doesn't matter if you call it an - --include-from=file or an --exclude-from=file. Those only matter if the list is a plain list of patterns without the + or -. The only things you excluded are .* Desktop/ and Downlo

Re: rsync has big problem with leaving lots of empty dirs around...

2012-10-19 Thread Linda Walsh
Karl O. Pinc wrote: If you want help with your problem you're going to have to describe exactly what you're doing; what command you're running, what version of rsync, and so forth. --- Thanks...was going to file a bug report on it when I got time... just haven't gotten to it. Already worked ar

Re: Understand include exclude script

2012-10-19 Thread Marc
if i merge this config, i need to put it in include file? i tried and it copied all file and folder also why in my old script some folder like music, video and document  was copied while i don't wrote to do it? - Original Message - From: Kevin Korb To: rsync@lists.samba.org Cc: Se

Re: rsync has big problem with leaving lots of empty dirs around...

2012-10-19 Thread Karl O. Pinc
If you want help with your problem you're going to have to describe exactly what you're doing; what command you're running, what version of rsync, and so forth. See: http://www.catb.org/esr/faqs/smart-questions.html On 10/17/2012 04:43:18 AM, Linda Walsh wrote: > > > > > > The volume I am di

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/

[Bug 8177] Problems with big sparsed files

2012-10-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8177 --- Comment #18 from molniev 2012-10-19 12:57:52 UTC --- Created attachment 8090 --> https://bugzilla.samba.org/attachment.cgi?id=8090 Correct fileio.c -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are rece

[Bug 8177] Problems with big sparsed files

2012-10-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8177 --- Comment #17 from molniev 2012-10-19 12:49:07 UTC --- Hi. I'am using rsync 3.0.9 on ESXi 5.0 and detect this bug (thanks Remco Hosman). I made ​​a patch that solves the problem. This code reads the files, aligned with the 4096 border. The size of

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