Skip to content

Commit

Permalink
pbackup: Disable move command until reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 7, 2025
1 parent db95ab9 commit 03a5be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pbackup
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,7 @@ sub cmd_expire {
}
sub cmd_move {
die "move code needs review w.r.t. stat_generation\n";
my ($job_name,$to)=@_; # 'prj_AGHucho' , [ 'C4123' ]
upid_register_self();
move_new($job_name,$to,'MOVE ');
Expand Down

0 comments on commit 03a5be5

Please sign in to comment.