Commit 14820f63 authored by Wayne Davison's avatar Wayne Davison

Make extra backup dirs mode 0700, not 0755.

parent 59192f56
......@@ -156,7 +156,7 @@ static int robust_move(char *src, char *dst)
break;
/* no directory to write to */
case ENOENT:
make_dir (dst, 0755);
make_dir(dst, 0700);
keep_trying--;
break;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment