Displaying 1 result from an estimated 1 matches for "t30894".
Did you mean:
30894
2004 Mar 15
1
Try Understand Error
...backuping data I'm using the following command :
rsync -av -e ssh backup@log:/var/backup/ALL-15-Mar.tar /var/backup/3
This command copy file ALL-15-Mar.tar from host log(RedHat box) to local directory on OpenBSD.
The I'm execute thos command I see the same error:
mkstemp .ALL-15-Mar.tar.T30894 failed: Permission denied
rsync error: some files could not be transferred (code 23) at /usr/obj/i386/rsync-2.5.6/rsync-2.5.6/main.c(1045)
What I'm doing incorrectly ? What does this error mean?
The permissions on log is following :
[root@localhost backup]# ls -la
total 848000
drwxr-xr-x 2...