I had upgraded our Domino Server from 6.5 to 8.5 and it was migrated from Windows 2003 to RHEL 5.3 x86_64. On RHEL 5.3 I use cp command to make weekly backup for the entire directory /local/notesdata. The copying process runs almost successfully except some error message about creating hard links. To briefing this issue, I use two pseudo users as Tom and Bob in the subdirectory of /local/notesdata/mail and the errors messages generated by cron daemon are
P.S. the directory of /opt/transfer …
is the destination of backup files
/bin/cp: will not create hard link /opt/transfer/download/10-07-2009/notesdata/mail/Tom.ft/ftgi/Itemdel' to directory /opt/transfer/download/10-07-2009/notesdata/mail/Bob.ft/ftgi/Itemdel’
/bin/cp: will not create hard link /opt/transfer/download/10-07-2009/notesdata/mail/Tom.ft/ftgi/Fullsupp' to directory /opt/transfer/download/10-07-2009/notesdata/mail/Bob.ft/ftgi/Fullsupp’
/bin/cp: will not create hard link /opt/transfer/download/10-07-2009/notesdata/mail/Tom.ft/ftgi/Fulldel' to directory /opt/transfer/download/10-07-2009/notesdata/mail/Bob.ft/ftgi/Fullsupp/gtr.LEY’
/bin/cp: will not create hard link /opt/transfer/download/10-07-2009/notesdata/mail/Tom.ft/ftgi/Itemsupp' to directory /opt/transfer/download/10-07-2009/notesdata/mail/Bobft/ftgi/Itemsupp’
At first backup completed, I thought the problem just existed between Tom’s and Bob’s mail directories. However, the next backup jobs done showed that such errors could emerge among other users. I had no clue about this since every user’s directory should be independent from each other under the mail/ directory. Any idea about this?
Thanks in advance.