X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=backup.sh;h=b17ad65dffec7564860599e1f3c4e93614f85211;hb=dc3d68c24af006fb35d32043df6d8a710ea8a145;hp=5e0cfb57f2da14b07593638a099a2a2a4c959db9;hpb=265046e79d6e6e38e9c2e3eb660a054f6db296cd;p=backup.sh diff --git a/backup.sh b/backup.sh index 5e0cfb5..b17ad65 100755 --- a/backup.sh +++ b/backup.sh @@ -77,8 +77,7 @@ backup() SNARFILE="${storagedir}/${computer}/${sfilesystem}/.incremental.snar" incrementalsnar="/root/.backup/${sfilesystem}.snar" - if [ "$backuplevel" = "daglig" ] - then + if [ "$backuplevel" = "daglig" ]; then # If incremental backup, we need to copy the incremental status to $computer. # If it does not exist, whine a bit and then run date-based instead. if [ -s "$SNARFILE" ]; then @@ -217,8 +216,7 @@ for filesystem in $filesystems; do # Default backuplevel backuplevel=daglig - if [ ! -s $storagedir/$computer/$sfilesystem/.date ] - then + if [ ! -s $storagedir/$computer/$sfilesystem/.date ]; then # Take the first full backup of this filesystem on this computer backuplevel=full fi