search for: zrtlvessh

Displaying 1 result from an estimated 1 matches for "zrtlvessh".

2003 May 06
0
mkstemp done in sub-optimal directory
...ot sure) a new file. The mkstemp call uses a pathname that does not place the temporary file in the same directory as the updated file. In my case the permissions for these directories are different, and I get a "Permission denied" error message. Here is my Rsync command line: | rsync -zrtlvessh --partial --delete --delete-after --bwlimit=8 \ | --exclude '*.iso' \ | /extra/library academus:/var/pub The tomg user has no write permission for the academus:/var/pub directory, but the tomg user has write permission for the library directory and all its sub-directories....