Update backup.sh

This commit is contained in:
Tobias Kaupat
2018-01-29 22:31:36 +01:00
committed by GitHub
parent d0cafd0ec9
commit e5f81c232e

View File

@@ -46,4 +46,4 @@ if [ -n "${RESTIC_FORGET_ARGS}" ]; then
fi
end=`date +%s`
echo "Finished Backup at $(date +"%Y-%m-%d %H:%M:%S") after $((end-start)) sconds"
echo "Finished Backup at $(date +"%Y-%m-%d %H:%M:%S") after $((end-start)) seconds"