It looks like the error message was cut off due to buffer length. I wonder what the "Operation not" really was in the link error. I'm guessing it was EPERM (errno=1), "Operation not permitted". Are you using SELinux by any chance? If so, disable it.
Also, what about file descriptor count? Monitor /proc/sys/fs/file-nr output during backup to see if you are running out. |