The script works fine, but I am unsure why it clones sda1 and sda2, then stops for a couple of minutes before continuing. Why does it keep delaying the process?
menuentry "Clonezilla live Samba Network Backup 1" --id live-default {
search --set -f /live/vmlinuz
$linux_cmd /live/vmlinuz boot=live union=overlay username=user config components quiet loglevel=3 ocs_1_cpu_udev noswap edd=on nomodeset enforcing=0 noeject locales=en_US.UTF-8 keyboard-layouts=US ocs_prerun1="dhclient -v eth0" ocs_prerun3="mount -t cifs -o user=image,password=7381 //10.10.93.11/images /home/partimag" ocs_live_run="ocs-sr -c -batch -q2 -j2 -z7 -scpt -sfsck -fsck-y -i 0 -scs -senc -ps -p poweroff savedisk dualboot sda" ocs_live_batch="yes" vga=788 net.ifnames=0 nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 scsi_mod.use_blk_mq=0 nvme.poll_queues=1
$initrd_cmd /live/initrd.img
}
Is this issue reproducible for different type of network repository? Like sshfs or netfs?