ARK-Builders / ark-core

The core of the ARK framework
MIT License
4 stars 4 forks source link

Extract Backup Logic into Separate Crate #68

Open tareknaser opened 5 months ago

tareknaser commented 5 months ago

Description:

The logic for backup should be moved out of ark-cli to make it reusable by other applications.

Currently, ark-cli implements the backup logic within ark-cli/src/main.rs (to be moved to a separate file in #67). Additionally, there is no command to restore backups.

Proposal:

Create a separate crate to handle the backup and restore logic, including all possible options.

Benefits: