mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-23 22:18:10 +01:00
Release 2.11.4 - See CHANGELOG.md
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## 2.11.4 2022-03-15 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add debug statement around the scheduling component
|
||||||
|
|
||||||
|
|
||||||
## 2.11.3 2022-02-09 <dave at tiredofit dot ca>
|
## 2.11.3 2022-02-09 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -443,7 +443,7 @@ print_debug "Backup routines Initialized on $(date)"
|
|||||||
fi
|
fi
|
||||||
waittime=$(($target_time - $current_time))
|
waittime=$(($target_time - $current_time))
|
||||||
fi
|
fi
|
||||||
|
print_debug "Wait Time: ${waittime} Target time: ${target_time} Current Time: ${current_time}"
|
||||||
print_notice "Next Backup at $(date -d @${target_time} +"%Y-%m-%d %T %Z")"
|
print_notice "Next Backup at $(date -d @${target_time} +"%Y-%m-%d %T %Z")"
|
||||||
sleep $waittime
|
sleep $waittime
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user