I'm using the latest version of SYSTEMBACK 2019made by the Italian https://francoconidi.it for linux MINT 19.1 MATE 64bit.
To avoid errors in "live" at startup and for a correct installation on Bios EFI and GPT disks I had to do: (as for the old official Systemback versions, with Kernel after v. 4. ***)
sudo apt-get install unionfs-fuse
sudo apt-get install live-boot
sudo apt-get remove casper
sudo apt-get install grub2-common grub-efi-amd64-bin grub-pc-bin
In this way it works with BIOS EFI and LEGACY!
The problem, is that when I try to install the LIVE on Virtualbox, with a "small" virtual disk, 14 GB, the installation ends with ERROR "not enough free space on disk..."

Installing on a 25Gbyte partition, everything works! and I find the t in \lib\live\mount\ there is a COMPLETE COPY of the entire operating system backupped, and this DOUBLING the destination disk space required for the installation!
On the "LIVE" ISO system, if I do in terminal:
linux@mint19:$ df
/dev/sr0 2,8G 2,8G 0 100% /lib/live/mount/medium
/dev/loop0 2,7G 2,7G 0 100% /lib/live/mount/rootfs/filesystem.squashfs
but the .ISO file image size is correct fot JUST ONE system copied! so the problem in the "mounting" of the ISO LIVE system ...
Do you have any idea what is the reason / solutions?
Thanks in advance.