From 1648c0ed1c2726337e81302a072c51a27879cdcc Mon Sep 17 00:00:00 2001 From: milan Date: Tue, 17 Dec 2024 10:36:40 +0100 Subject: [PATCH] cleanup --- copy_containers | 2 -- 1 file changed, 2 deletions(-) diff --git a/copy_containers b/copy_containers index d356e3d..be460a6 100755 --- a/copy_containers +++ b/copy_containers @@ -151,8 +151,6 @@ zfs send -i "$SNAP_TO_SEND_FOURTH" "$SNAP_TO_SEND_FIFTH" | lzop | pv | ssh "$DES if [ -z "$SNAP_TO_SEND_FIRST_FOR_LATER_CHECK" ] then echo "Doing incus admin recover" -#Maybe not necessary... -#ssh "$DEST_IP" -p $DEST_PORT zfs set mountpoint=legacy "$DEST_ZPOOL"/lxd/storage/containers/"$CONT_VAR"; (($? != 0)) && { echo "SSH command to setup mountpoint=legacy on destination exited with non-zero"; exit 1; } ssh "$DEST_IP" -p $DEST_PORT "cat <