Skip to content

Commit

Permalink
wip: CLI message
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Nov 25, 2024
1 parent 6e1a6bd commit 7754daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion script/rvd_back
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ sub backup($rvd_back) {
warn "Error: $name is active, not backing up.\n";
next;
}
print "Issuing backup of ".$dom->name."\n";
print "Requesting backup of ".$dom->name."\n";
my $req = Ravada::Request->backup(
uid => Ravada::Utils::user_daemon->id
,id_domain => $dom->id
Expand Down
1 change: 1 addition & 0 deletions t/vm/backup.t
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ for my $vm_name ( vm_names() ) {

backup_clone($vm);
backup_clone_fail($vm);

restore_from_file($vm);
restore_from_file($vm,"remove");

Expand Down

0 comments on commit 7754daf

Please sign in to comment.