- Combined backup and delete scripts.
- Consequently, deleted `backup.sh` and `delete.sh`.
- Changed Dockerfile and `entrypoint.sh`.
- Refactored script.
- Docker compose example in README now includes network property _(is it called a property?)_.
- README volume permission requirements are placed at better locations.
- Removed quotation marks with mounting volumes in docker-compose section.
- Replaced INFO prefix with each echo with a timestamp.
- Subsequently, echoes that have a timestamp at the end have been adjusted to remove them.
- When deleting, it first checks if there are files to delete.
- An appropriate echo will be shown in both circumstances.
- Previously, changes in CRON_TIME will apply but the previous CRON_TIME will not be removed.
- Jobs are now cleared when ran every time.
- Backup and delete scripts are now added when ran every time.
- An echo is added to signify that parameters, changed or not, are acknowledged and applied.
**README**
- Overhaul; changed docs to be better aligned to the new `backup.sh`.
- Add example `docker-compose`.
**Dockerfile**
- Install `zip`.
- Remove installation of `sqlite`.
- Remove unnecessary variables.
**backup.sh**
- Overhaul; now zips all required and recommended files and directories stated at [vaultwarden docs](https://github.com/dani-garcia/vaultwarden/wiki/Backing-up-your-vault).
- Removed deleting old backups; will be added later on in a separate script.
**entrypoint.sh**
- Removed creating folders.