From: Vincent Vanwaelscappel Date: Wed, 18 Mar 2026 07:54:22 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=aa8324fd42358a936f9f74f82c1793c7c9c503e2;p=server-backup.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 12a3c93..43bc9f4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,7 @@ - + diff --git a/backup b/backup index ff8b4e6..f590a76 100755 --- a/backup +++ b/backup @@ -11,4 +11,4 @@ defaultStorage=root@dobermann.cubedesigners.com:/home/serversbackup/ s="${STORAGE:=$defaultStorage}" dest="$s$name/" echo $dest -/usr/bin/rsync -av --links --delete --max-delete=1 --no-whole-file --delete-excluded --exclude-from='/etc/backup.exclude' -e 'ssh -oStrictHostKeyChecking=no' /data/ "$dest" > "/var/log/backup.$d.log" 2>&1 \ No newline at end of file +/usr/bin/rsync -av --links --delete --max-delete=1000 --no-whole-file --delete-excluded --exclude-from='/etc/backup.exclude' -e 'ssh -oStrictHostKeyChecking=no' /data/ "$dest" > "/var/log/backup.$d.log" 2>&1 \ No newline at end of file