Displaying 10 results from an estimated 10 matches for "bbouncer".
Did you mean:
bouncer
2008 Mar 02
1
3.0.0 test failure MacOS X 10.4.11
Hello all,
I was eager to test the fresh release with MacOS X using "bbouncer"
This is how I compiled and run the tests:
patch -p1 <patches/osx-create-time.diff
patch -p1 <patches/fileflags.diff
./prepare-source
patch -p1 <patches/backup-dir-dels.diff
./configure
make
make test
sudo make install
Then compiling and running "bbouncer"...
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.sa...
2008 Mar 03
1
Passed all tests with flying colors on Mac OS X 10.4.11 - synopsis of installation and testing
...p1 < patches/fileflags-fixes.diff
./prepare-source (spurious? it did not seem to do anything...)
patch -p1 < patches/backup-dir-dels.diff
./configure
make
make test
sudo make install
I then used backup bouncer to test the installation:
cd into backup bouncer folder
./bbouncer create-vol Src
./bbouncer create-vol Dst
./bbouncer create /Volumes/Src
sudo rsync -aHAX --force-change /Volumes/Dst/ /Volumes/Src/
Finally, I ran the tests
./bbouncer verify -d /Volumes/Src /Volumes/Dst
Verifying: basic-permissions ... ok
Verifying: timestamps ...
Sub-test: mo...
2008 Mar 02
3
congrats!
Thanks Wayne and everybody,
This is a huge boost to have a modern rsync for OSX. We're all
grateful. Rob D
PS I did notice that we lost the bsd flags test in 3.0. It was ok in
pre10.... thanks again
bbouncer
Verifying: basic-permissions ... ok
Verifying: timestamps ...
Sub-test: modification time ... ok
ok
Verifying: symlinks ... ok
Verifying: symlink-ownership ... ok
Verifying: hardlinks ... ok
Verifying: resource-forks ... ok
Verifying: find...
2009 May 11
2
Fwd: rsync on OSX for transferring files using FAT32
...fferent set of files that report these errors - each odd run one
> set, and on the even run another.
> In addition, I see files that are transferred every time - even when
> no change happens. These seem to be directories and some of the
> attributes files (._*)
>
> I tried to use bbouncer to check what is copied correctly. For this
> I did
> sudo rsync -vaNHAXx --fileflags --force-change --modify-window=1
> /Volumes/Src/ /Volumes/FAT32/DST
> sudo rsync -vaNHAXx --fileflags --force-change --modify-window=1
> /Volumes/FAT32/DST/ /Volumes/Dst/
>
> and then compar...
2009 May 10
1
rsync on OSX for transferring files using FAT32
...mes consecutively, I get
a different set of files that report these errors - each odd run one
set, and on the even run another.
In addition, I see files that are transferred every time - even when
no change happens. These seem to be directories and some of the
attributes files (._*)
I tried to use bbouncer to check what is copied correctly. For this I did
sudo rsync -vaNHAXx --fileflags --force-change --modify-window=1
/Volumes/Src/ /Volumes/FAT32/DST
sudo rsync -vaNHAXx --fileflags --force-change --modify-window=1
/Volumes/FAT32/DST/ /Volumes/Dst/
and then compared the results with
sudo bbouncer ve...
2009 Jan 28
0
rsync 3.0.4, Mac OS X 10.5 and NFS: ._ files not copied?
...urce
forks? Then what is the error? It certainly looks like a read error
rather than a write error - can I not read xattrs from NFS mounts?
Finally I get:
rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1040) [sender=3.0.4]
I have tried using bbouncer just to test my rsync setup - it works
perfectly. But it cannot test an NFS source.
After a complete run, the source and destination are similar in size,
but without any output from rsync (other than errors), I am having
trouble knowing that everything was copied correctly - i.e. metadata...
2012 May 14
1
Patches for OS X.
What patch files are necessary to build rsync-3.0.9 for OS X 10.6.8 (Darwin
10.8.0)?
Mr. Bombich maintains an excellent page about this, but it's a bit out of
date, methinks, and his instructions point to patch files that return some
interesting errors.
My rsync-3.0.9 is working just fine, btw, with the fileflags and crtimes
and hfs-compression patches applied; I just wondered if the others
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 Jan 24
9
Making rsync compile under Mac OS X 10.3.9 with extended attributes
Somebody knows if it's possible to compile rsync (version 3 would be
great, but can be 2.6.x) under Mac OS X 10.3.9 with extended attributes?
Under OS 10.3.9 the Apple shipped rsync have not yet the -E argument
option. RsyncX have a double free bug that is annoying. "Q" rsync
2.6.6 with extended attributes binary only works on 10.4 and above.
I have tried to compile rsync