<div dir="ltr"><div>Hello all :)<br><br>Here is my script: i try to do the dumping process in parallel with its running<br><br>#!/bin/bash<br><br>if [ $# -ne 1 ]<br>then<br> echo &quot;USE: ./Dumping.sh worker-name&quot;<br> else<br><br>lxc-start -n $1 &amp; my_pid=$!<br>sleep 10<br>mkdir $1<br>while lxc-checkpoint -D  /home/$1 -n  $1  $my_pid<br>do<br>        <br>         sleep 20<br>         rm /home/$1/*<br>        <br>done<br><br>fi<br><br><br>it does the dumping process at the beginning but then i have  these errors :<br><br># ./Dumping.sh g6-worker1<br><br>Checkpointing g6-worker1 failed.<br><br></div>Have you an idea please how can i improve my script ?<br><div><div><br></div><div>Thanks a lot.<br></div><div>Best Regards.<br></div></div></div>