Re: Using rsync filter to include specific, deep subdirectories under source path?

2014-01-30 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First, don't use rsync without either --times or --archive. Without one of these rsync won't have any idea what is different the next time it runs and it will re-copy everything. As for the problem, if a directory is filtered then rsync will not look

Using rsync filter to include specific, deep subdirectories under source path?

2014-01-30 Thread Dmt Ops
I'm trying to get rsync filters working -- and understood. My current, simple test script is -- #!/bin/bash ROPTS="--verbose --progress --itemize-changes \ --recursive \ --links \ --perms \ --times \ --group \

[Bug 10357] make check fails for xattr tests

2014-01-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10357 --- Comment #6 from Wayne Davison 2014-01-30 17:26:40 UTC --- I would also suggest trying rsync 3.1.1pre1, since the re-ordering of the chown & xattr args may affect the test. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=ema

[Bug 10357] make check fails for xattr tests

2014-01-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10357 --- Comment #5 from Wayne Davison 2014-01-30 17:23:06 UTC --- Nothing fails here, so any progress would have to come from you. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

Re: excluding changed or deleted files from --backup

2014-01-30 Thread Wayne Davison
On Thu, Jan 30, 2014 at 6:06 AM, Helmut Schweinzer wrote: > Is there a way to exclude files only from the --backup option > (e.g. --backup-exclude or --backup-exclude-from)? > You'd need to exclude the files from the transfer and then do a separate rsync run that only included those files, this

Re: Eliminate the temp copy

2014-01-30 Thread Juan Pablo Lorier
Thank you all four your help. I'll stick to mv and cp for this kind of operations then. Regards, On 29/01/14 17:00, rsync-requ...@lists.samba.org wrote: > Re: Eliminate the temp copy signature.asc Description: OpenPGP digital signature -- Please use reply-all for most replies to avoid omittin

excluding changed or deleted files from --backup

2014-01-30 Thread Helmut Schweinzer
Hi, I use the options --backup and --backup-dir (in combination with --delete) to backup changed or deleted files. And for each rsync I use a different backup-dir so I keep all the deleted/changed files. Now I have some big files (> 50GB) that change every day but I only need one last version on

[Bug 10357] make check fails for xattr tests

2014-01-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10357 Pavel Šimerda (pavlix) changed: What|Removed |Added CC||mlus...@redhat.com --- Comment #4