similar to: rsync 2.5.5 and the exclude directive

Displaying 20 results from an estimated 6000 matches similar to: "rsync 2.5.5 and the exclude directive"

2002 May 13
1
rsync 2.5.5 and the exclude directive - additional behavior
And, I've found more. It turns out that even though the exclude directive is ignored for inbound data in rsyncd.conf, it is NOT ignored for the --delete option. I've seen this behavior occur when I've deleted a file from the sending side (client) that is inside a tree that's matched by the server-side (rsyncd) exclude directive. The deletion is ignored, as the documenation
2007 Jan 22
1
bug with --link-dest ?
Hi! I am running rsync 2.6.4 (on Debian sarge) and I am experiencing a strange behaviour. I am trying to create an identical filetree on the same filesystems with the single files being hardlinks to the source like this: rsync -vaH --progress --delete --stats --numeric-ids -x --link-dest=/path/to/filetree/ /path/to/filetree/ /path/to/current/ /path/to is one filesystem. This creates hardlinks
2002 May 10
1
Possible exclude bug in 2.5.5 in rsyncd.conf
Hello all, I've found some behavior in 2.5.5 that is contrary to the documentation in the man page. Specifically, I'm running an rsync server (i.e. from inetd with --daemon),and in the module definition I'm specifying the line "exclude nosyncdir". The documentation for rsyncd.conf indicates that this is exactly equivalent to using "--exclude nosyncdir" on the
2005 Nov 10
0
Windows UNC''s
Hi Graham, In that case I''ll have to redefine File.delete and Dir.rmdir in the win32-file package and win32-dir packages, respectively. Please add a feature request on the project page so I don''t forget. I should have it done this weekend. Dan Foster, Graham wrote: > I want to create a long UNC based path.. Server and top level will exist, > but subdirectories
2003 May 22
2
~ files not excluded from build (PR#3071)
My docs say files ending in ~ are excluded by default from R CMD build. Doesn't look that way to me. I got them with 1.6.2 and 1.7.0. My documenation is 1.6.0 (that is, the one saying *~ is excluded). I have no .Rbuildignore of my own.
2012 Feb 06
1
[newbie] storage/use of user's own functions?
I'm new but am already starting to accumulate utility functions for the fairly specialized kinds of data files with which I work. I'd like to keep those functions in a single folder, or filetree rooted at a specific folder under my $HOME (I'm running linux), for ease of * source()-ing * git commit to bitbucket * scp to clusters I'm wondering, 1 is there a canonical location for
2003 Jan 15
1
Storage compression patch for Rsync (unfinished)
Hi, i am using Rsync for making backups of a MySQL database. The MySQL files can be compressed about 1:10 and i want to make use of this fact. Rsync currently doesn't support saving files in a compressed state. I personally think this should be a feature for the filesystem (in the sense of "synchronised files") but currently there is no such filesystem for Linux available.
2006 Feb 08
2
Simulating UW Snarf...
I already wrote to Timo, but I thought some others on this list may have had a similar situation. So here goes: The scenario at Michigan Technological University stems from long standing traditions and policies that probably won't change. That said, two of the policies are 1.)we don't bounce mail and 2.)we guarantee delivery when we accept a piece of mail. The UW IMAP
2002 Apr 26
1
rsync 2.5.5 - Utilizing "exclude from" in rsync.conf
I am attempting to utilize the exclude from option in my rsync configuration file (rather than maintain lists on users machines) but it does not appear to be working. One example, I placed *.mp3 in the file to keep them from syncing mp3 files to the server and jamming up space. But rsync just seems to ignore this and syncs the files anyway without any errors to the syslog. All of my
2007 Sep 09
2
[PATCH] autogen.sh : detect automake-1.10 correctly
Josh, Macports on OSX ships with automake-1.10 and the current autogen.sh detects 1.10 as an invalid version of automake. The following patch (snarfed from autogen.sh from libvorbis) fixes that. Once that is fixed there are still some other issues that need fixing for automake-1.10. Cheers, Erik diff -u -r1.16 autogen.sh --- autogen.sh 21 Nov 2006 01:40:57 -0000 1.16 +++ autogen.sh 10
2011 May 30
0
Syncing a write protected folder
Hi, I've already asked in IRC, but i somehow can't belive this isn't possible. I have the folowing testcase (local, on an ext3 fs, no xattr): . ??? [dr-xr-xr-x] dir1 ??? ??? [-r--r--r--] text.txt ??? [drwxr-xr-x] target and what i want after using 'rsync <some options> dir1 target' is: . ??? [dr-xr-xr-x] dir1 ??? ??? [-r--r--r--] text.txt ??? [drwxr-xr-x]
2010 Aug 03
5
[LLVMdev] regarding multicore support for LLVM
Hi all, I am new to this LLVM. I went through the documenation of LLVM but I didn't find any support for Multicore. Is there any such possibility where multicore architecture can be exploited using LLVM. Thanks Vijay -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jan 11
2
Symbolic Link
Hi List; To create the symbolic link, I read in the documenation that I have to type this command: # ln -s /usr/src/'uname -r' /usr/src/linux-2.4 1) What it means by 'uname -r'? 2) Why I have to create such symbolic link to do pointing for the kernel? For what exctly will be used with asterisk? 3) What is the relation between creating such symbolic link and build directory? Any
2007 Jan 23
1
--link-dest copying modified files
Hi! It's me again with another --link-dest issue: I am using dirvish (www.dirvish.org) to create daily backup on disk images. dirvish is using rsync with --link-dest pointing to the last good image. This creates images with hardlinks to unmodified files. So far so good. Now I want to create a "current" filetree with hardlinks pointing to the last image. rsync -vaH --delete
2010 Aug 04
1
[LLVMdev] regarding multicore support for LLVM
It is so difficult ... Which FE? It need BE support? I didn't get it. 2010/8/4 vijay kumar <vijaygbvv at gmail.com> > Yeah OpenMP support. I read that it has a front end support but not the > back end. So are there any projects or teams looking at this issue. > > On Wed, Aug 4, 2010 at 7:24 AM, Liu <proljc at gmail.com> wrote: > >> Multicore? >> You
2007 Jul 31
2
contrasts error message in lm
Dear all, I would like to find a linear regression model for a rather large dataset (27 independent variables). However, when I run lm the following error is reported: > out <- lm(Result ~ AppealA + AppealsB + AppealC + AppealD + AppealE + Apply + ApplyAmount + Aprove + Closecase + Decidelocally + Healthassessment + HealthassessmentHealth + Postponedecision + Propertyassessment +
2007 Mar 12
1
components for OpenPBX install
at: http://wiki.openpbx.org/tiki-index.php?page=Easy%20route%20to%20building%20OpenPBX.org A number of dependencies are listed, with a Debian slant. I have found most of these in our standard Centos repos ( snarfed spanDSP from trixbox repo). But the following I have not figured out: * linux headers for your kernel is this glibc-kernheaders? * Libssl-dev
2006 Jul 07
0
[OT] Domain-specific type extensions
Hey all, This is just a little heads up about a little script I have been using a bit & thought I''d put it out there (hopefully someone adds some other stuff so I dont have to do it all). Basically it works very similar to Element.extend (snarfed some of the code), but you can define functions per-domain & per-type. have a look at my blog about it if your interested:
2017 Dec 21
0
detect suspicious logins
Matthew Broadhead <matthew.broadhead at nbmlaw.co.uk> wrote: >> does anyone know of a linux module (maybe similar to fail2ban) that >> could be installed which would monitor email logs (sign ins) and alert >> the user to any suspicious activity on their account? I just monitor straight from the logs using homebrew utilties. @lbutlr" <kremels at kreme.com>
2010 Aug 04
0
[LLVMdev] regarding multicore support for LLVM
On Aug 3, 2010, at 8:48 PM, Liu wrote: > It is so difficult ... > Which FE? It need BE support? I didn't get it. > > 2010/8/4 vijay kumar <vijaygbvv at gmail.com> > Yeah OpenMP support. I read that it has a front end support but not the back end. So are there any projects or teams looking at this issue. > > On Wed, Aug 4, 2010 at 7:24 AM, Liu <proljc at