summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-11-23 10:14:16 +0100
committerErich Eckner <git@eckner.net>2016-11-23 10:14:16 +0100
commit6885a1238cc6b8ff7dd859bc636882a974523b3d (patch)
tree10dd2dfc566c85062d0ffeaf5fcd68777cc13163
parent59b634d1e7d4894fe1b47be07454badde8a18ad0 (diff)
downloadhardlinkedBackups-6885a1238cc6b8ff7dd859bc636882a974523b3d.tar.xz
backup speichert Daten jetzt in root gehörendem Verzeichnis
-rwxr-xr-xbackup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup.in b/backup.in
index 8d9942e..2096963 100755
--- a/backup.in
+++ b/backup.in
@@ -113,7 +113,7 @@ then
mkdir ${neues}
fi
chmod 750 ${neues}
-chown erich:root ${neues}
+chown root:root ${neues}
if [ -z "${rsyncShell}" ]
then
rsync ${rsyncOptions} \