From c00a1b052026eb851d8d9cade46d2e43e3ba2e1b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 19 Jul 2023 21:36:41 +0200 Subject: [PATCH] wip #6145 --- .idea/workspace.xml | 13 ++++++++++--- backup | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 936b495..5ed4ab5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,6 @@ - diff --git a/backup b/backup index aa92f6a..3d2c0d6 100755 --- a/backup +++ b/backup @@ -1,3 +1,3 @@ #!/bin/sh name=`cat /etc/backup-hostname` -/usr/bin/rsync -av --links --no-whole-file --exclude-from='/etc/backup.exclude' -e 'ssh -oStrictHostKeyChecking=no' /data/ serversbackup@dobermann.cubedesigners.com:/home/serversbackup/{$name}/" +/usr/bin/rsync -av --links --no-whole-file --exclude-from='/etc/backup.exclude' -e 'ssh -oStrictHostKeyChecking=no' /data/ "serversbackup@dobermann.cubedesigners.com:/home/serversbackup/{$name}/" -- 2.39.5