Displaying 2 results from an estimated 2 matches for "conidt".
Did you mean:
conid
2006 Mar 10
3
Searching database using foriegn keys
I''ve read a lot about the ORM magic of Active Record which allows you to
address a foriegn key object directly...
e.g.
I have a books and people table where books has a column called
person_id
If I get myself a Book object called mybook I get to the person object
associated with this book by saying
book.person
which is awesome and I love it.
My question, how can I say "Go
2003 Aug 06
2
rsync returns 23 (RERR_PARTIAL) when a file has been deleted after the list has been created.
...file list and the time rsync attempts to transfer the file the application
has deleted it.
My problem here is that rsync is run as part of a script that performs the
backup and the script must be able to detect whether the rsync was
succesful. The script currently treats a non-zero RC as a failure
conidtion. I think that this particular transfer failure should not be
flagged as RC 23, as other RC 23 conditions are actual failures as opposed
to the file list becoming outdated during the copy process.
Any thoughts?? Am I barking up the wrong tree?
PS: I am running rsync-2.5.6
Ev.