From 03a5be592c409cd13df98547fa0d6ac54417e2fc Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sat, 5 Apr 2025 08:54:26 +0200 Subject: [PATCH] pbackup: Disable move command until reviewed --- bin/pbackup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pbackup b/bin/pbackup index 35e077e..761514f 100755 --- a/bin/pbackup +++ b/bin/pbackup @@ -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 ');