From 265046e79d6e6e38e9c2e3eb660a054f6db296cd Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 5 Oct 2014 18:10:35 +0200 Subject: [PATCH] Do not create .date before the backup is done. --- backup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/backup.sh b/backup.sh index fe208a2..5e0cfb5 100755 --- a/backup.sh +++ b/backup.sh @@ -221,7 +221,6 @@ for filesystem in $filesystems; do then # Take the first full backup of this filesystem on this computer backuplevel=full - echo $DATEs > $storagedir/$computer/$sfilesystem/.date fi # Check if we want a full backup -- 2.39.2