- None
- None
- There is no longer a need for 7zip. The creation of a secure archive is now done using the zip-rs library.
- On output, a single archive file is generated, containing the database dump and system files in the form of zip/tar.gz.
- The archive filename has been modified.
- Added the ability to create a password-protected archive.
- None
- None
- The ability to specify which files to exclude from the backup process has been added. Additionally, all files related to SQLite are always excluded from backup, as the database itself is backed up separately in the first step.
- None
- None
- Added functionality for backup both databases (PostgreSQL, MySQL, SQLite) and files.
- None