Overview:
This extension automatically creates backups of the database for the user. It supports both automatic and manual backups, with the option to save the backups in a custom location or in the Directus_Files. The extension supports the SQLite database.
Features:
- Automatically backups (with Directus flows): The extension has the capability to create automatic backups using Directus flows.
- Manually backups: The user can also create backups manually.
- Save Location (Custom path or in Directus_Files): The backups can be saved in a custom location specified by the user or in the Directus_Files.
- Custom file name for backup files: The user can define a custom file name for the backup files.
- Supported databases: SQLite: Currently, the extension only supports the SQLite database.
Summary:
This extension provides automatic and manual backups for the user's SQLite database in Directus. It supports custom save locations and file names for the backup files. However, the extension currently only supports the SQLite database and additional databases support is welcome from contributors.