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 <