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 +
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
2017 Feb 14
2
Permissions Roaming Profile
Hello Community,
i would like to configure roaming profiles with my samba4 dc. Im using
this documenation:
https://wiki.samba.org/index.php/Implementing_roaming_profiles
Below the topic "Profile share using Windows ACLs", the first step ist
setup a share named "Profiles". What specific share permissions ( not
ACLs) must be applied for a the "Profiles" share?
2003 Oct 23
1
Can you create a MySQL database with RMySQL?
Is it possible to create a database in MySQL via RMySQL?
Also, is the format for the authorization field
'userName/password at databasename'? I saw an example like this somewhere
in the documenation, but I haven't found the actual specification.
Thanks,
Barnet Wagman
2009 Jul 07
1
request for documentation improvement
Dear Samba-Team.
First, I don't know if this is the right place for my request. If a bug
report is more suitable, I can file one.
My request is interconnected with CUPS, but I was told to ask you instead as
- CUPS avoids to document software-specific stuff, because there are too
many changes in the programs interconnected with CUPS to keep up with and
the SMB backend is - as a part of Samba