Displaying 2 results from an estimated 2 matches for "_appledouble".
Did you mean:
appledouble
2020 Feb 14
1
fruit:resource=stream on ZFS safety?
On 2/14/20 4:54 PM, Mike Pastore wrote:
> I guess the question is: what are you streaming to? And if the answer is
> streams_xattr, the question becomes: then why not just use
> fruit:resource=xattr?
When I tried fruit:resource=xattr appledouble files ._ were created. (I
know I'm hung up on aesthetics.)
Chad.
2007 Mar 28
0
rsync on osx hack
...y to backup my files
from OSX
to a non-OSX file server. There are some patched versions of rsync
on the web
that claim to do this, but I have no idea how reliable they are.
Right now, what I do is keep my files that I wish to back up on OSX
on a UFS
partition, which exposes xattr's at ._AppleDouble files. This makes
it trivial
to backup using rsync. However, UFS is apparently being deprecated
in the near
future on OSX, so more as an experiment, I developed a few lines of C
code
that do what I want, using an HFS+ formatted partition.
The idea and the code are fairly simple, so it sho...