summaryrefslogtreecommitdiff
path: root/backup.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-10-02 10:42:36 +0200
committerErich Eckner <git@eckner.net>2023-10-02 10:42:36 +0200
commit4485161484848b7536d09689b0b6b019cae87ee6 (patch)
treece3c2b8a1345e2880ffc0df8518b8516a11f666e /backup.in
parenteca305f6d94fbb986b7eb2d0130fff333873ab44 (diff)
downloadhardlinkedBackups-4485161484848b7536d09689b0b6b019cae87ee6.tar.xz
backup: remove obsolet tmp dir
Diffstat (limited to 'backup.in')
-rwxr-xr-xbackup.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/backup.in b/backup.in
index 77a0c00..f530e08 100755
--- a/backup.in
+++ b/backup.in
@@ -204,9 +204,8 @@ for toExclude in "${excludes[@]}"; do
done
mkdir -p "${neues}/wip"
-mkdir -p "${neues}/tmp"
-chmod 750 "${neues}"{,/wip,/tmp}
-chown root:root "${neues}"{,/wip,/tmp}
+chmod 750 "${neues}"{,/wip}
+chown root:root "${neues}"{,/wip}
if [ -z "${rsyncShell}" ]; then
preConnectHook
if [ -z "${Quelle#*@*:/}" ]; then