[
http://issues.apache.org/jira/browse/SOLR-29?page=comments#action_12422812 ]
Hoss Man commented on SOLR-29:
--
i remeber thinking the hard link was weird the first time i noticed it -- but
then i figured it was acctually kind of cool because it sav
[
http://issues.apache.org/jira/browse/SOLR-29?page=comments#action_12422660 ]
Bill Au commented on SOLR-29:
-
Good point, Hoss. I will do some experimenting when I have access to my OS X
box.
I am thinking of using find and xargs. I need to verify
[
http://issues.apache.org/jira/browse/SOLR-29?page=comments#action_12422499 ]
Yonik Seeley commented on SOLR-29:
--
Do a switch based on uname, so most systems could use the existing cp -l ?
> backup utility does not work on OS X
> -
[
http://issues.apache.org/jira/browse/SOLR-29?page=comments#action_12422497 ]
Hoss Man commented on SOLR-29:
--
i'm a little worried about the possibility of "ln index/* snapshot/" failing
when there are a large number of files in the index and the
[
http://issues.apache.org/jira/browse/SOLR-29?page=comments#action_12422433 ]
Bill Au commented on SOLR-29:
-
Exactly. That's why I am leaning towards not using hard links for backup.
By the way,
ln index/* snapshot/
does work on OS X.
I will op
Exactly. That's why I am thinking backup should take regular copies
of the index files instead of using hard links.
In any case, I will open a different bug for snapshooter since that
doesn't work on OS X for the same reason.
Bill
On 7/19/06, Yonik Seeley (JIRA) <[EMAIL PROTECTED]> wrote:
[
http://issues.apache.org/jira/browse/SOLR-29?page=comments#action_12422162 ]
Yonik Seeley commented on SOLR-29:
--
That is a point...
Lucene never changes segment files, so it's not a problem there, *but* if there
is disk corruption, or if some
[
http://issues.apache.org/jira/browse/SOLR-29?page=comments#action_12422107 ]
Bill Au commented on SOLR-29:
-
Snapshots are taken using "cp -l" to save space using hard links. I didn't
realize until now that bacukp are taken the same way. So the b
[
http://issues.apache.org/jira/browse/SOLR-29?page=comments#action_12421894 ]
Yonik Seeley commented on SOLR-29:
--
Would something like this work on OS X?
ln index/* snapshot/
> backup utility does not work on OS X
> ---