stevenshiau / clonezilla

Clonezilla is a partition or disk clone tool similar to Norton Ghost®. It saves and restores only used blocks in hard drive. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (Server Edition).
GNU General Public License v2.0
620 stars 95 forks source link

Allow backup of Windows Bitlocker-encrypted partitions #84

Open marcosdiez opened 1 year ago

marcosdiez commented 1 year ago

For bitlocked partitions, there should be an option for clonezilla, under the hood, to use https://github.com/Aorimn/dislocker to backup the partition removing the bitlocker encryption.

This would allow backups that are not in the raw format, which would allow compression, not to backup empty disk space, delete the swap and other fun stuff!

One could afterwards encrypt the clonezilla image to keep the data safe.

stevenshiau commented 1 year ago

Sure. We will try to make it in the future.

Steven