Never happened. Tried Debian 12 and Fedora 38. Never been asked anything. False information. Reverted to use partclone which works as expected. It's already documented on this forum so I won't re-explain it.
no matter what i try, there are 2 files i'm unsuccesful to exclude from rkhunter
https://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/8d07da1b35/#2865
I did this years ago, possibly with Debian 6 or 7. I manually created the partitions or I used gparted, not sure. After upgrading to Debian 8, I encrypted partitions 2, 3 and 7 with luks, manually, from the command line. I continued to upgrade Debian throughout the years, Debian 9, 10, 11, then 12. Recently, I cloned my HDD to an NVMe SSD so I thought it would be time to realign the partitions properly: Before: Disque : /dev/nvme0n1 Taille : 465,76 GiB, 500107862016 octets, 976773168 secteurs Étiquette...
You could check your actual settings by running 'findmnt' on each of the btrfs mount points in your fstab e.g. cat /etc/fstab # UUID=11fa3de5-bfb4-4227-a5ee-d8a3d2d2304a / btrfs subvol=@,ssd,noatime,space_cache,commit=120,compress=zstd,discard=async,x-systemd.device-timeout=0 0 0 # UUID=7d52fc6e-8804-4a34-8d16-b185d6d62319 /boot ext4 defaults 1 2 # UUID=4FD9-A843 /boot/efi vfat umask=0077,shortname=winnt 0 2 # UUID=11fa3de5-bfb4-4227-a5ee-d8a3d2d2304a /home btrfs subvol=@home,ssd,noatime,space_cache,commit=120,compress=zstd,discard=async,x-systemd.device-timeout=0...
Hi Steven, Unrealistic. Those are 500GB each. If you can explain how to turn on verbose debugging information to be logged while saving, I could share the logs with you. Current logs are useless: they contain zero clue about why, how or when CZ choose to ignore crypto_LUKS partitions he did detect and switch silently to dd mode. Makes sense?
I see. No problem. Just wondering. Have you used Clonezilla live to save and restore your LUKS mode? Did you encounter any issue? Oh yes, save never worked on Debian 12 nor Fedora 38: https://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/169b566ba8/#ec61 https://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/8d07da1b35/
Hi Steve, I was wondering if it were possible to add a dry-run mode to Clonezilla where it would issue all the commands/actions it would make, without however making any change to the target partition/device? This could save a huge amount of time in debugging. I don't have any spare HDD anymore so I need to take a backup HDD, overwrite it with ZA, test it, and indepedently if the process was successful or not, put the backup back again in place. Not to mention the time to nake the first backup, prior...