cleanup_old_backups

Function cleanup_old_backups 

Source
pub async fn cleanup_old_backups(
    ssh: &mut SshClient,
    keep_count: usize,
) -> Result<usize>
Expand description

Delete old backups, keeping only the most recent N backups