Re: [PATCH] One more -x to not traverse cyclic bind-mounts

2011-01-13 Thread Wayne Davison
On Thu, Jan 13, 2011 at 10:24 AM, Jeff Hansen wrote: > This patch allows one to repeat the '-x' option a third time to stop rsync > from traversing potentially cyclic bind mounts that are on the same > filesystem. > See the support/mnt-excl script for one way exclude all mounts (including bind m

Re: [PATCH] One more -x to not traverse cyclic bind-mounts

2011-01-13 Thread Matt McCutchen
On Thu, 2011-01-13 at 11:24 -0700, Jeff Hansen wrote: > This patch allows one to repeat the '-x' option a third time to stop > rsync from traversing potentially cyclic bind mounts that are on the > same filesystem. Your patch does not do anything about bind mounts, it simply excludes subdirectorie

[PATCH] One more -x to not traverse cyclic bind-mounts

2011-01-13 Thread Jeff Hansen
This patch allows one to repeat the '-x' option a third time to stop rsync from traversing potentially cyclic bind mounts that are on the same filesystem. For example, the following scenario would cyclically traverse the bind mounts until the OS (Linux in this case) hits a maximum traversal co

Formatting bug in rsync man page? (man -k, whatis, catman -w)

2011-01-13 Thread John Gilmartin
Hi guys, I'm new to this mailing list as I just came across a small problem after installing the rsync package on one of our Solaris 10 machines. I installed rsync package SMCrsync v3.0.7 SPARC and although command man rsync worked, man -k rsync and whatis rsync did not despite the fact that I had

DO NOT REPLY [Bug 7194] Getting --inplace and --sparse to work together (+patch)

2011-01-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7194 way...@samba.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from way.

Re: selectively copying files

2011-01-13 Thread Benjamin R. Haskell
On Thu, 13 Jan 2011, Mag Gam wrote: bump On Tue, Jan 11, 2011 at 8:52 PM, Mag Gam wrote: Hello All, I am trying to sync 2 directories. src/year/month/day/fileA.csv src/year/month/day/fileB.csv src/year/month/day/fileC.csv .. src/year/month/day/fileZ.csv I would to sync only file{B,D,T}.csv

Re: selectively copying files

2011-01-13 Thread Mag Gam
bump On Tue, Jan 11, 2011 at 8:52 PM, Mag Gam wrote: > Hello All, > > I am trying to sync 2 directories. > > src/year/month/day/fileA.csv > src/year/month/day/fileB.csv > src/year/month/day/fileC.csv > .. > src/year/month/day/fileZ.csv > > I would to sync only file{B,D,T}.csv to my target directo