Displaying 20 results from an estimated 8000 matches similar to: "rsync and symbolic links"
2007 Apr 25
1
Symbolic links on Mac OSX
I have noticed an anomaly with symbolic links.
umask 027
mkdir folder1
echo 'hello world' > folder1/file1
cd folder1
ln -s file1 softfile1
rsync -a ../folder1/ ../folder2/
ls -lF ../folder*
../folder1:
total 16
-rw-r----- 1 alan alan 12 Apr 26 00:00 file1
lrwxr-x--- 1 alan alan 5 Apr 26 00:02 softfile1@ -> file1
../folder2:
total 16
-rw-r----- 1 alan alan 12 Apr 26
2007 Jun 26
1
DO NOT REPLY [Bug 4745] New: Use lchmod and lutimes whenever possible
https://bugzilla.samba.org/show_bug.cgi?id=4745
Summary: Use lchmod and lutimes whenever possible
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2007 Oct 16
1
lchmod for osx (was: Symlinks in OS X (10.4.1))
Amazing no one else has written this... Someone with an intel mac
should test this to check the uint32_t works there too (I have a
powerpc).
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/attr.h> /* !!! */
#include <sys/stat.h>
#include <unistd.h>
int my_lchmod(const char *path, mode_t mode) {
struct attrlist attrList;
2007 Sep 16
12
DO NOT REPLY [Bug 4977] New: rsync: failed to set times on
https://bugzilla.samba.org/show_bug.cgi?id=4977
Summary: rsync: failed to set times on
Product: rsync
Version: 2.6.9
Platform: x86
URL: http://www.mikerubel.org/computers/rsync_snapshots/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2006 May 02
2
Packages for rsync 2.6.8 with ACLs
Dear rsync people,
I have finally made packages for rsync 2.6.8 with ACL support. You can
download a prepatched source package and RPMs from here:
http://www.kepreon.com/~matt/myrsync/
Or you can use this yum repository:
http://www.kepreon.com/~matt/rpm/
The RPM is called rsync-acl so automatic updating tools will know not to
toss it in favor of plain rsync, but it "Provides" rsync
2007 Aug 04
2
Rewritten rsync man page
Dear Wayne, C Sights, and list,
I have started working on my rewritten version of the rsync man page.
So far, I have redone the top of the man page and the list of options;
I improved many of the one-line option descriptions. The yodl and man
versions of my man page are available here and here:
http://www.kepreon.com/~matt/private/rsync-new-manpage/rsync.yo
2007 Jan 15
3
CVS rsync hangs during local copy
Dear rsync people (particularly Wayne),
I am finding that the CVS version of rsync hangs during most, but not
all, local copies. The problem goes away if I pass --protocol=29, so
I'm guessing it is related to the incremental file-list sending.
The hanging seems to be timing-dependent. Increasing the verbosity
level seems to increase the chance of a hang. If I run rsync
repeatedly with the
2005 Jul 24
0
[Bug 2913] New: rsync of symlinks on >=bsd needs lutimes(2) and lchmod(2)
https://bugzilla.samba.org/show_bug.cgi?id=2913
Summary: rsync of symlinks on >=bsd needs lutimes(2) and
lchmod(2)
Product: rsync
Version: 2.6.5
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2005 Jul 26
2
[Bug 2913] rsync of symlinks on >=bsd needs lutimes(2) and lchmod(2)
https://bugzilla.samba.org/show_bug.cgi?id=2913
------- Additional Comments From wayned@samba.org 2005-07-26 09:27 -------
Created an attachment (id=1336)
--> (https://bugzilla.samba.org/attachment.cgi?id=1336&action=view)
Use lchmod and lutimes, if present
Please test this patch and see if it works for you. You will need to run
"autoconf; autoheader; make proto" (or
2006 Jun 11
6
DO NOT REPLY [Bug 3828] New: ACLs are not supported on this client
https://bugzilla.samba.org/show_bug.cgi?id=3828
Summary: ACLs are not supported on this client
Product: rsync
Version: 2.6.8
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: marc@perkel.com
QAContact:
2016 Oct 20
2
[AVX512BW] Nasty KAND issue
On Thu, Oct 20, 2016 at 12:05 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>> On Oct 20, 2016, at 8:54 AM, Cameron McInally via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hey guys,
>>
>> I've hit a pretty nasty issue on SKX with ANDs of masks <= 4 bits.
>>
>> In the IR, we represent a 4b vector mask as <4 x i1>.
2007 Oct 14
3
Symlinks in OS X (10.4.1)
Hi,
is there a way to ignore the permissions for symlinks but compare the permissions for regular files and change them accordingly?
The problem is that using OS X every time I run rsync it tries to update the permissions for the symlinks but the changes are not made since OS X has no support for symlink permissions. Therefore it would like to somehow ignore symlink permissions.
Thanks,
Mario
2007 Apr 26
2
Drawing Tangent
Dear all R-users,
I would like to draw a tangent of a given function for a particular (given)
point. However the straight line representing it should not cut any axis, it
should be a small line. Can anyone tell me how to do this?
Thanks,
Arun
[[alternative HTML version deleted]]
2009 Apr 03
2
Removing backslashes from data
I am trying to check for backslashes in data, then remove them when I
find them, but am having a difficult time figuring out the best way to
do it. I know the backslash is the escape character in R, and I
should be able to use 'gsub' to accomplish this, but I all I seem to
be getting are errors. For example:
If entry is:
"Hello\World"
I want:
"HelloWorld"
2016 Oct 20
2
[AVX512BW] Nasty KAND issue
On 10/20/2016 9:28 AM, Cameron McInally via llvm-dev wrote:
> I should have attached the generated asm to save some trouble.
> Apologies for that and attaching now...
>
>
>
> On Thu, Oct 20, 2016 at 12:26 PM, Cameron McInally
> <cameron.mcinally at nyu.edu> wrote:
>> On Thu, Oct 20, 2016 at 12:05 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
2016 May 27
3
Update CRAN submission process
The CRAN submission process seems in need of a massive overhaul. Why has this process not been automated yet?
?
Patrick Perry
Assistant Professor
NYU Stern School of Business
2018 Apr 06
2
Obtain gradient at multiple values for exponential decay model
> Sent: Friday, April 06, 2018 at 5:55 AM
> From: "David Winsemius" <dwinsemius at comcast.net>
>
>
> Not correct. You already have `predict`. It is capale of using the `newdata` values to do interpolation with the values of the coefficients in the model. See:
>
> ?predict
>
The ? details did not mention interpolation explicity; thanks.
> The
2018 Mar 23
3
GSoC aspirant - guruprasad hegde
Hi,
I plan to propose 'Math Aware search' project.
After the literature review on the topic, I found Tangent or MIaS system
would be a good start. With that, I studied both of the systems well.
I plan to pick Tangent because it performs better. Also, it has a good
literature(thesis report and few papers available) and reference code
available.
I keep the summary of both the system, I
2008 May 06
1
DO NOT REPLY [Bug 5442] New: setting times to symlinks which do not point to existing files causes error reports
https://bugzilla.samba.org/show_bug.cgi?id=5442
Summary: setting times to symlinks which do not point to existing
files causes error reports
Product: rsync
Version: 3.0.3
Platform: All
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2013 Jan 31
3
Locate Patients who have multiple high blood pressure readings
On Thu, Jan 31, 2013 at 10:29 AM, Weijia Wang <wwang.nyu@gmail.com> wrote:
> Hi,
>
>
>
> I have a new question about subsetting in R.
>
>
>
> Say we have this data frame:
>
>
>
> PT_ID Blood_Pressure OBS_TYPE
>
> 92 1900 90.0 DBP
>
> 94 1900 90.0 DBP
>
> 174 2900 140.0 SBP
>
> 176 2900