mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-09 23:58:42 +00:00
Add backup prune CLI and update roadmap
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// src/cli.rs
|
||||
|
||||
pub mod annotate;
|
||||
pub mod backup;
|
||||
pub mod coll;
|
||||
pub mod event;
|
||||
pub mod link;
|
||||
@@ -73,8 +74,8 @@ pub enum Commands {
|
||||
exec: Option<String>,
|
||||
},
|
||||
|
||||
/// Create a timestamped backup of the database
|
||||
Backup,
|
||||
/// Create or manage database backups
|
||||
Backup(backup::BackupOpts),
|
||||
|
||||
/// Restore from a backup file (overwrites current DB)
|
||||
Restore { backup_path: std::path::PathBuf },
|
||||
|
Reference in New Issue
Block a user