search for: dir_without_permisions

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

2005 Sep 22
2
Return value ???
...and (except for the verbosity option)?? The directory where we want to rsync don't permit write operations (so we should get an "Permission denied" (23) code. Note that we "rename" the file to file2 in the destination directory. We just type: > rsync -a file server:dir_without_permisions/file2 > echo $? > 0 And then > rsync -av file server:dir_without_permisions/file2 > echo $? > 0 But when we type > rsync -avv file server:dir_without_permisions/file2 > echo $? > 23 Does someone get the same behavior?? Thanks Judith