search for: decmpf

Displaying 12 results from an estimated 12 matches for "decmpf".

Did you mean: decmpfs
2010 Aug 29
2
OSX 10.6.4 error with -R option
Hi All, I have had reports of problems with the -R option on OSX 10.6.4. Just tested it myself and found this odd result: When I run this "dtruss -f path/to/rsync -aHAXNR --fileflags --force-change --protect-decmpfs --stats -v /Users/astrid/Documents/main.m /Users/astrid/Desktop/rrr it produces the expected results with the relative folder paths in place /Users/astrid/Desktop/rrr/Users/astrid/Desktop/main.m but copying file from Desktop itself "dtruss -f path/to/rsync -aHAXNR --fileflags --force...
2017 Jan 13
0
very slow performance OS X xattrs
Hi All, I am have been cloning drives with several versions of xcode and am seeing very long copy times. Perhaps just because of xcode I am noticing the change. Xcode of course has many files (400,000+) many xattrs and compressed bits, decmpfs… so only natural it will be slow but sometimes upwards of 1/2 hour to a fast drive for xcode. If I turn off Xattrs (leave out the X) it flies through in three minutes or so. I don’t know if there is anything to be done but wonder if anyone has any ideas or tweaks to speed up those xattrs? Am...
2014 Aug 17
1
delete not working with multiple source directories
...are several source directories and at destination some show delete working and others not. I can not reproduce the issue so it is hard to pinpoint. one example: This is on OSX Mavericks running rsync 3.0.9 with the usual osx patches and options rsync -aHAXN --fileflags --force-change --protect-decmpfs --exclude-from=/tmp/BLexclusions.txt --stats ?delete ?progress -vvv /Applications /Library /Users /Volumes/Backup So with /Applications /Library /Users being source, only /Applications shows files being deleted. Removing /Applications and the two other directories work with delete fine. Even ch...
2013 Jul 31
1
pre 1 OSX errors
...n log. Also getting a lot of errors and most copies not completing to local disk. rsync just stalls. Standard osx build: patch -p1 <patches/fileflags.diff patch -p1 <patches/crtimes.diff patch -p1 <patches/hfs-compression.diff ./configure make rsync --fileflags --force-change --protect-decmpfs --numeric-ids --protect-args --stats --progress -vvv when the stderr shows it is: need to write 71730 bytes, iobuf.out.buf is only 65532 bytes. rsync error: protocol incompatibility (code 2) at io.c(599) [sender=3.1.0pre1] rsync: [sender] write error: Broken pipe (32) seems to stall on se...
2015 Jan 16
3
wrong transfer of app packages using --backup
...on OSX with the 3 standard patches applied when using the --backup and --backup-Dir options. This works as expected on 3.0.9, moving any files on dest that are not on source to the backup folder. If no changes then the backup folder is not even created. -aHAXN --fileflags --force-change --protect-decmpfs ?delete --backup --backup-dir=BL_Archive --stats ?progress -vvv on 3.1.1 , where dest and source are already in sync, any apps and rtfd files (both are ?packages? of other files) on the dest are replicated in the backup folder. They aren?t removed from the dest. They have a cross through them (c...
2011 Dec 13
1
Mac OS X : "get_xattr_names: llistxattr("some/path/here", 1024) failed" error
...ombich's instructions to compile rsync 3.0.7 with patches (fileflags, crtimes, crtimes-64bit, crtimes-hfs+ and hfs_compression) on both machines. I'm running the script as root with the following options (which are supposed to do the work) : -aNHAXx --fileflags --force-change --protect-decmpfs --numeric-ids The script works pretty fine except for one thing. When rsync builds the file list, I get hundred of errors such as : rsync: get_xattr_names: llistxattr("some/path/here",1024) failed: No such file or directory (2) Please notice that these errors don't appear if I...
2010 Jun 25
2
rsync and hfs+ compressed files damaged
...y on osx ) to be damaged. I did a test twice and indeed a handful of them are damaged. They all appear to be in /Volume/Snowy/usr/bin and/or /Volume/Snowy/usr/share. I ran xattr on it and robert-dutoits-macbook-pro:~ astrid$ xattr -l /Volume/Snowy/usr/bin/file com.apple.ResourceFork: com.apple.decmpfs: These attributes are supposed to be hidden when on 10.6. The files have 0 bytes to appear to be compressed but can not be un-compresed. I tried file on the clone and it doesn't work. Someone else reported du not working so there are some pretty basic files damaged. This appears to be the sa...
2010 Oct 30
1
osx remote backup wrong permissions
...hout passwords (via ssh-agent) and it all works except that it won't copy the correct permissions on System files example run with locked system folder var/audit going to servername at 100.102.15.4 (not my real address here of course): sudo /rsync -aNHAXx --protect-args --fileflags --protect-decmpfs --force-change --stats --progress -vvv --rsync-path=/rsync /private/var/audit servername at 100.102.15.4:/Volumes/Extra/eee Ignore ownership unchecked on dest. The permissions are changed from read&write only on System to read&write on my user account on the receiver. I copied the whol...
2009 Oct 27
2
OS X 10.6 (Snow Leopard) HFS+ File Compression
Are there any patches (or planned updates) to rsync v3.0.6 to handle the HFS+ File Compression that Apple introduced with Snow Leopard?
2010 May 18
3
OSX and HFS+ filesystem compression
Hi All, I have been reading about the HFS+ filesystem compression on Snow Leopard and how copying or cloning over system files with rsync and other tools results in them being expanded on destination. I was wondering if there was any thoughts on updating rsync to accommodate this? It is kind of a shame to the lose the benefits of the new compression. Thanks, Rob
2011 Jul 03
1
[Bug 8284] New: hfs-compression.diff patch incorrectly expands relative directory
...ignedTo: wayned at samba.org ReportedBy: RutleCorps at gmail.com QAContact: rsync-qa at samba.org There is a bug when using a relative path for the destination with the hfs-compression.diff patch and --hfs-compression option. (Note that this bug is not present with the --protect-decmpfs option) The Destination: $HOME/Desktop/Untitledfolder2 works as expected, however if, from my Home Directory I use Desktop/Untitledfolder2, the relative path Desktop/Untitledfolder2 is incorrectly expanded to "/Users/Tony/Desktop/Untitledfolder2/Desktop/Untitledfolder2" ---------- /...
2015 Jan 23
0
rsync 3.1.1 wrong transfer of app packages using --backup
...andard patches applied when using the --backup and --backup-Dir options. > > This works as expected on 3.0.9, moving any files on dest that are not on source to the backup folder. If no changes then the backup folder is not even created. > > -aHAXN --fileflags --force-change --protect-decmpfs ?delete --backup --backup-dir=BL_Archive --stats ?progress -vvv > > on 3.1.1 , where dest and source are already in sync, any apps and rtfd files (both are ?packages? of other files) on the dest are replicated in the backup folder. They aren?t removed from the dest. They have a cross throu...