Displaying 20 results from an estimated 800 matches similar to: "Compilation for mac OS X with detect-renamed.diff patch"
2011 Jan 11
1
--detect-renamed for mac users : proposition of a modification
Hello,
Object of my mail :
1/ stick a problem of incompatibylity between 2 patches (fileflags.diff &
detect-renamed.diff)
2/ proposition of a correction
I wanted to run rsync on a mac (OS X 10.6.5) with the --detect-renamed
option.
I therefore tried to compile rsync with the 3 relevant patches :
- fileflags.diff
- crtimes.diff
- detect-renamed.diff
But the patch detect-renamed.diff is
2013 Oct 24
0
patch for combining detect-renamed and fileflags patches (fwd)
Dear collegaues,
please evaluate the patch attached, which allow to use both --detect-renamed
and --fileflags extra features.
This is meta-patch which sould be applied to detect-renamed. fileflags patch
should be applied first, following by the modified detect-renamed patch.
It is included in current FreeBSD port, but it seems it would be much more
useful to be supported by samba
2008 Feb 15
4
Revised flags patch
Hi,
first of all, sorry for taking so long. Unfortunately, some other tasks
kept coming up. Anyway, attached is the version of the flags patch, that
is based on the one I'm using with 2.6.9. It is against the rsync-3.0.0pre9
release.
I've included the option name change from the repository, so the
option is now called --fileflags. Improved from the previously
distributed version is the
2008 Apr 14
0
[PATCH] xattrs not set on locked files that already exist on target
Working with rsync 3.0.2, it appears that rsync isn't unlocking files
before setting the file attributes when those files already exist.
This generates error messages on subsequent such as:
rsync: rsync_xal_set: lsetxattr("locked_file","test_xattr") failed:
Operation not permitted (1)
rsync: rsync_xal_clear:
2011 Dec 13
1
Mac OS X : "get_xattr_names: llistxattr("some/path/here", 1024) failed" error
Hi,
I'm trying to make a small script to get rid of Apple's TimeMachine. The aim is to backup the files of my company.
I setup a MacMini with a lot of storage attached to it. The MacMini connects every once in a while to our data server (XServe) through SSH and pulls the files that need to be saved (I'm using the --link-dest option to limit the amount of files transferred, and to keep
2009 Nov 05
1
OSX 10.6 and 64 bit rsync not preserving creation dates
Hi All,
I don't know if this has been discussed here but creation dates are
nto being preserved on OSX 10.6.1 in 64 bit mode. Rare of course, the
folks that are using 64 but I am getting reports. I built in 64 with
the usual crtimes and fileflags patches.
Otherwise works like a dream and, in 64, is unbelievably Fast!
Thanks, Rob
2008 Jun 25
2
DO NOT REPLY [Bug 5565] New: xattrs not set on locked files that already exist on target
https://bugzilla.samba.org/show_bug.cgi?id=5565
Summary: xattrs not set on locked files that already exist on
target
Product: rsync
Version: 3.0.3
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2010 Oct 30
1
osx remote backup wrong permissions
Hi All,
I'm trying a remote backup for the first time. It is between two laptops, I installed rsync 3.0.7 on both compiled
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
patch -p1 <patches/crtimes-64bit.diff
patch -p1 <patches/crtimes-hfs+.dif
f
patch -p1 <patches/hfs_compression.diff
./configure
make
this all works perfectly for local backups, clones
2012 Jul 13
0
Error 23 with hard links and 3.0.9 patched
Hello,
I'm setting up a system for automated synchronization and backup between different macs (OS X Lion 10.7). I use HFS+ Journaled as filesystem.
I wanted to follow these guidelines:
http://www.bombich.com/rsync.html
but I gave a look inside the patches Mr. Bombich suggested and I thought I could try first by using only the normal ones provided by rsync.samba.org, so I skipped
curl -o
2008 Feb 26
2
fileflags.diff patch
Hi All,
I just tried (on OS10.5.2) the new fileflags.diff patch
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff (see result below- I fixed the rej's )
then
./configure
make
then tried it out but it isn't copying the creation dates now....
just wondering if I missed something .. Rob D
robert-dutoits-powerbook-g4-15:rsync-3.0.0pre10 astrid$ patch -p1
2011 Apr 06
1
3.0.8 OSX build hfs+ patch failing
Hi all, hi Mike,
I am just building 3.0.8 on osx 10.6.6 and mike's hfs_compression.diff is failing. Am I missing something?
Thanks, Rob
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
patch -p1 <patches/crtimes-64bit.diff ( this says previously applied?)
patch -p1 <patches/crtimes-hfs+.diff
but for patch -p1 <patches/hfs_compression.diff
patching file
2009 May 10
1
rsync on OSX for transferring files using FAT32
I am trying to transfer files between two OSX machines using a FAT32
formatted flash drive. I am transferring a "big" directory (7G).
Basically I want to sync everyday my home and work computers for some
directories.
I tried many possible rsyncs (original supplied, fink 3.0.5/3.0.4
macports 3.0.5, rsync-2.6.3+hfsmode-1.2b2, 3.0.6+fileflags+crtimes)
What I would really like to happen
2009 May 11
2
Fwd: rsync on OSX for transferring files using FAT32
Hi,
Which version of Mac OS X are you running? If you are on Mac OS 10.5.x
then I can only suggest that you try either formating the drive to HFS
+ or creating a disk image with an HFS+ file system.
If you are running Mac OS 10.4.x then ensure that that ACL support is
enabled on the drive. The following URL contains information on how to
check and enable ACL support :
2008 Jun 12
1
broken pipe when working on open files (?), MacOS X, 3.0.2/3.0.3pre2
Hello all,
I have trouble to use rsync (tested with 3.0.2 and 3.0.3pre2) on MacOS X
10.3.
Rsync always seems to stop when working on open files (?). Source is my
laptop
hard disk, destination a USB attached external drive.
If I stop Firefox for instance all runs smoothly.
This is how I built rsync:
#!/bin/bash
# VERSION=3.0.2
VERSION=3.0.3pre2
DIR="rsync-$VERSION"
2008 Mar 03
1
Passed all tests with flying colors on Mac OS X 10.4.11 - synopsis of installation and testing
Awesome work Wayne. I have been following the various threads about
running rsync 3.0.0 on MacOS X 10.4.11 and wanted to confirm that
following all the various bits of advice yields a clean running rsync
(as tested by backup bouncer).
I am running MacOS X 10.4.11 on PPC. The following is a synopsis of
my installation procedure (as gathered from the various emails in the
archive) - note
2018 Jul 11
5
[Bug 13522] New: Patch fileflags.diff and crtimes.diff
https://bugzilla.samba.org/show_bug.cgi?id=13522
Bug ID: 13522
Summary: Patch fileflags.diff and crtimes.diff
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter:
2009 Apr 18
8
DO NOT REPLY [Bug 6276] New: crtimes.patch does not preserve creation dates on Mac x86_64 only
https://bugzilla.samba.org/show_bug.cgi?id=6276
Summary: crtimes.patch does not preserve creation dates on Mac
x86_64 only
Product: rsync
Version: 3.0.6
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2008 Feb 25
0
Fwd: Making rsync compile under Mac OS X 10.3.9 with extended attributes
Precisions:
If I run my patched rsync on 10.4 instead of 10.3, it's my function
that returns an error:
rsync: rsync_xal_set: lsetxattr("Src/60-bsd-flags/dir-with-
flags","com.apple.FinderInfo") failed: Unknown error: -5000 (-5000)
And error -5000 means:
afpAccessDenied
-5000
User does not have the correct access to the file
Directory cannot be shared
Available in Mac OS
2008 Sep 27
1
Bug with crtimes and hard links?
I've been getting spurious unnecessary copying of files on OSX when
using the crtimes patch and the --crtimes -H options (version 3.0.4).
I can reliably demonstrate it (on OSX 10.5) by doing this several
times (as root):
rsync -v -N -axHAX --delete-during --fileflags --force-change /usr/
bin/ /tmp/foo/
I think I've tracked it down to the hard-link processing code in
2008 Mar 03
0
3.0.1 Test Success MacOS X 10.4.11
I have also been eager to test bbouncer
The latest source passes with flying colours!
but make check finds some problems with xattrs if not run by sudo
I have xattr in /usr/local/bin/ from the source found at:
http://dev.bignerdranch.com/public/bnr/eXttra.zip
What I did:
cd /usr/local/Source
rsync -av --exclude=.git/ rsync://rsync.samba.org/ftp/unpacked/rsync .
rsync -av --exclude=.git/