Changes between Version 10 and Version 11 of S3QLBackup


Ignore:
Timestamp:
Nov 3, 2015, 2:52:10 PM (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3QLBackup

    v10 v11  
    176176    echo "Success running rsync"
    177177  else
    178     echo "Problem with rsync, running this script again"
    179     $0 $1
     178    echoerr "Problem with rsync, try running this script again: $0 $1"
     179    exit 1
    180180  fi
    181181done