Currently, the CLI only supports full backups using native database tools. Add support for incremental and differential backups for each supported DBMS (MySQL, PostgreSQL, MongoDB, SQLite). This feature should allow users to select the backup type via the CLI and implement the logic necessary to perform partial backups, tracking and storing changes as needed.
Currently, the CLI only supports full backups using native database tools. Add support for incremental and differential backups for each supported DBMS (MySQL, PostgreSQL, MongoDB, SQLite). This feature should allow users to select the backup type via the CLI and implement the logic necessary to perform partial backups, tracking and storing changes as needed.