diff options
-rw-r--r-- | backuper.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backuper.sh b/backuper.sh index 004d970..67eb92b 100644 --- a/backuper.sh +++ b/backuper.sh @@ -184,6 +184,7 @@ prepare() { TS="$(date +"%Y-%m-%d_%H-%M-%S")" RUNDIR="/tmp/backuper_run_dir_$$_$UTS" mkdir -p "$RUNDIR" + chmod 700 "$RUNDIR" } error_handler() { |