From: Silvio Rhatto Date: Tue, 5 Aug 2025 11:18:48 +0000 (-0300) Subject: Fix: poweroff: ensure rsync destinations are available X-Git-Tag: 0.5.0~1 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=becefd261d336ddea831c97dbc732b4c0b9382c8;p=kvmx.git Fix: poweroff: ensure rsync destinations are available --- diff --git a/kvmx b/kvmx index 2f20346..01c9a0b 100755 --- a/kvmx +++ b/kvmx @@ -1258,6 +1258,7 @@ function kvmx_poweroff { fi echo "Rsyncing from guest: $poweroff_rsync_from_guest ($id)..." + mkdir -p $poweroff_rsync_from_guest_dest kvmx_rsync_from $poweroff_rsync_from_guest_orig $poweroff_rsync_from_guest_dest unset poweroff_rsync_from_guest_orig