<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>System Backup on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/system-backup/</link>
        <description>Recent content in System Backup on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Tue, 23 Jun 2026 15:55:19 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/system-backup/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Clonezilla Save Disk Image Guide: Back Up a System Drive to Another Disk</title>
        <link>https://knightli.com/en/2026/06/23/clonezilla-save-disk-image-guide/</link>
        <pubDate>Tue, 23 Jun 2026 15:55:19 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/06/23/clonezilla-save-disk-image-guide/</guid>
        <description>&lt;p&gt;Clonezilla Live can save an entire drive as an image directory, which can later be restored to a disk. The official example saves the first disk &lt;code&gt;sda&lt;/code&gt; as an image and stores it on the &lt;code&gt;sdb1&lt;/code&gt; partition of the second disk.&lt;/p&gt;
&lt;p&gt;Official document:
&lt;a class=&#34;link&#34; href=&#34;https://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/01_Save_disk_image&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/01_Save_disk_image&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is different from disk-to-disk cloning. Disk cloning writes the old disk directly to a new disk. Saving an image first packages the current disk as a backup and stores it on another disk, external drive, or network storage. When needed, you can later use &lt;code&gt;restoredisk&lt;/code&gt; to write the image back to a target disk.&lt;/p&gt;
&lt;h2 id=&#34;do-two-things-first&#34;&gt;Do two things first
&lt;/h2&gt;&lt;p&gt;First, make sure the system you want to back up is fully shut down.&lt;/p&gt;
&lt;p&gt;The official document specifically notes that the original system must not be in hibernation, Fast Startup, or a similar half-shutdown state. Windows users should pay special attention to Fast Startup. If the system is not fully shut down, the file system may not be clean, and the restored image may have problems.&lt;/p&gt;
&lt;p&gt;Second, make sure the image storage location has enough space.&lt;/p&gt;
&lt;p&gt;Clonezilla does not always save data equal to the raw size of the entire drive. It handles the image according to partitions, file systems, and actual data. Still, the storage disk needs enough free space. In the official example, &lt;code&gt;sda&lt;/code&gt; is 20GB and the final image directory is about 1.3GB because the sample system contains little data. Do not use that as a general estimate.&lt;/p&gt;
&lt;h2 id=&#34;example-scenario&#34;&gt;Example scenario
&lt;/h2&gt;&lt;p&gt;The official example has two disks:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Device&lt;/th&gt;
          &lt;th&gt;Role&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sda&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Source drive to save as an image&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sdb1&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Target partition that stores the image&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;code&gt;sda&lt;/code&gt; has Debian Bookworm installed and contains several partitions, such as &lt;code&gt;sda1&lt;/code&gt;, &lt;code&gt;sda2&lt;/code&gt;, &lt;code&gt;sda3&lt;/code&gt;, and &lt;code&gt;sda4&lt;/code&gt;. Clonezilla saves disk-level information, including boot information, partition table, partition data, and hardware/system records.&lt;/p&gt;
&lt;p&gt;Do not judge by &lt;code&gt;sda&lt;/code&gt; and &lt;code&gt;sdb&lt;/code&gt; alone. Device order may change on different machines. Before selecting, check capacity, model, connection type, and partition information.&lt;/p&gt;
&lt;h2 id=&#34;boot-clonezilla-live&#34;&gt;Boot Clonezilla Live
&lt;/h2&gt;&lt;p&gt;Boot the computer from a Clonezilla Live USB drive, CD, or other boot media.&lt;/p&gt;
&lt;p&gt;If the machine does not boot from USB automatically, adjust the BIOS/UEFI boot order, or press the boot menu key during startup, such as &lt;code&gt;Esc&lt;/code&gt;, &lt;code&gt;F8&lt;/code&gt;, &lt;code&gt;F9&lt;/code&gt;, or &lt;code&gt;F12&lt;/code&gt;. The exact key depends on the machine.&lt;/p&gt;
&lt;p&gt;In the Clonezilla Live boot menu, the default 800x600 mode is usually enough. The official document also describes several common choices:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Default mode: normal Clonezilla Live boot.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VGA 800x600 &amp;amp; To RAM&lt;/code&gt;: copy Clonezilla Live files into memory and run from there, allowing the boot media to be removed later.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VGA with large font &amp;amp; To RAM&lt;/code&gt;: useful for high-resolution displays or when larger text is needed.&lt;/li&gt;
&lt;li&gt;Safe graphic settings: useful when framebuffer graphics cause problems.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Saving an image does not always require &lt;code&gt;ToRAM&lt;/code&gt;, but if you want the boot media to be released later, or need to remove the USB drive, choose a mode with &lt;code&gt;To RAM&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;enter-device-image&#34;&gt;Enter device-image
&lt;/h2&gt;&lt;p&gt;After entering Clonezilla, choose:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Select language.&lt;/li&gt;
&lt;li&gt;Select keyboard layout. The default is fine for a US keyboard.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;Start Clonezilla&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;device-image&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;code&gt;device-image&lt;/code&gt; means backup or restore through images. Saving and restoring disk images both use this entry point. Direct disk-to-disk cloning uses &lt;code&gt;device-device&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Some Clonezilla menu items require the space key to select. The official hint says that when multiple choices are available, press &lt;code&gt;Space&lt;/code&gt;; selected items show &lt;code&gt;*&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;choose-local_dev-as-the-image-repository&#34;&gt;Choose local_dev as the image repository
&lt;/h2&gt;&lt;p&gt;Next, tell Clonezilla where to store the image.&lt;/p&gt;
&lt;p&gt;The official example chooses:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;local_dev
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;code&gt;local_dev&lt;/code&gt; is suitable when the image will be saved to a second local disk, external drive, or USB drive. After selecting it, Clonezilla scans local disks. If you use a USB drive or external drive as the image repository, insert it and wait a few seconds.&lt;/p&gt;
&lt;p&gt;When the device appears in the scan results, press:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Ctrl-C
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;to exit the scan report and continue.&lt;/p&gt;
&lt;p&gt;If you do not have a second local disk, you can choose sshfs, samba, nfs, WebDAV, S3, or OpenStack Swift depending on your environment. For a normal personal backup, &lt;code&gt;local_dev&lt;/code&gt; is the simplest.&lt;/p&gt;
&lt;h2 id=&#34;mount-the-partition-that-stores-the-image&#34;&gt;Mount the partition that stores the image
&lt;/h2&gt;&lt;p&gt;The official example chooses &lt;code&gt;sdb1&lt;/code&gt; as the image repository.&lt;/p&gt;
&lt;p&gt;Linux device names roughly mean:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Name&lt;/th&gt;
          &lt;th&gt;Meaning&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sda&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;First disk&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sda1&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;First partition on the first disk&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sdb&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Second disk&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sdb1&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;First partition on the second disk&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;If you save the image to an external drive, it may not be &lt;code&gt;sdb1&lt;/code&gt;; it could be &lt;code&gt;sdc1&lt;/code&gt;. Use capacity and device information to decide, and do not accidentally choose a partition on the source disk as the storage location.&lt;/p&gt;
&lt;p&gt;Clonezilla asks whether to check the file system of the image repository partition. The official example skips it. If that disk was previously disconnected unexpectedly or you are unsure whether the file system is clean, checking first is safer.&lt;/p&gt;
&lt;p&gt;Then select the directory where the image should be stored. The official example stores the image in the partition root &lt;code&gt;/&lt;/code&gt;. Confirm the directory, use &lt;code&gt;Tab&lt;/code&gt; to select &lt;code&gt;Done&lt;/code&gt;, and press Enter.&lt;/p&gt;
&lt;h2 id=&#34;choose-savedisk&#34;&gt;Choose savedisk
&lt;/h2&gt;&lt;p&gt;After mounting the image repository, Clonezilla shows disk usage. Choose:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Beginner
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then choose:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;savedisk
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;code&gt;savedisk&lt;/code&gt; saves an entire drive image. It stores disk-level information and partition data, making it suitable for a full system disk backup.&lt;/p&gt;
&lt;p&gt;If you only want to back up one partition, do not choose &lt;code&gt;savedisk&lt;/code&gt;; choose the corresponding partition save mode instead.&lt;/p&gt;
&lt;h2 id=&#34;enter-image-name-and-select-source-disk&#34;&gt;Enter image name and select source disk
&lt;/h2&gt;&lt;p&gt;Clonezilla asks for an image name. It suggests a default name based on date and time, but you can rename it to something easier to recognize.&lt;/p&gt;
&lt;p&gt;A useful name can include machine name, system, and date, for example:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;thinkpad-win11-2026-06-23-img
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then select the source drive to save. In the official example:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Be careful here. &lt;code&gt;sda&lt;/code&gt; is the drive to read and save as an image, not the image storage disk. Check capacity, model, and partition count before continuing.&lt;/p&gt;
&lt;h2 id=&#34;compression-checking-and-encryption&#34;&gt;Compression, checking, and encryption
&lt;/h2&gt;&lt;p&gt;Clonezilla asks for a compression method. The official document mentions two common options:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-z1p
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;which uses parallel gzip.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-z9p
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;which uses parallel zstd and is usually faster, with a slightly smaller size than gzip.&lt;/p&gt;
&lt;p&gt;Most users can choose the Clonezilla-recommended default. If speed matters more, consider zstd. If you prefer conservative compatibility, gzip is also fine.&lt;/p&gt;
&lt;p&gt;Clonezilla then asks whether to check the source file system. The official example skips it, but it also notes that if you are not sure whether the source file system is clean, checking is recommended.&lt;/p&gt;
&lt;p&gt;Next it asks whether to check the saved image. The default is to check, and the official document recommends doing so. This takes more time, but it can catch image corruption early, especially for important system disk backups.&lt;/p&gt;
&lt;p&gt;Then it asks whether to encrypt the image. The default is no encryption. If you choose encryption, Clonezilla asks for a passphrase.&lt;/p&gt;
&lt;p&gt;Be careful: you must remember the passphrase. The official document makes it clear that if you forget it, the image will not be usable later. There is no back door to decrypt it.&lt;/p&gt;
&lt;h2 id=&#34;start-saving-the-image&#34;&gt;Start saving the image
&lt;/h2&gt;&lt;p&gt;After the options are confirmed, Clonezilla displays the actual command it will run. This command is useful for batch backups, custom Clonezilla Live media, or reproducible workflows.&lt;/p&gt;
&lt;p&gt;Before starting, Clonezilla gives one more confirmation. After confirmation, it saves the source drive as an image. The official document says it usually saves:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;MBR.&lt;/li&gt;
&lt;li&gt;Partition table and disk CHS information.&lt;/li&gt;
&lt;li&gt;Data on every partition or logical volume.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Different file systems are handled by different tools, such as &lt;code&gt;partclone&lt;/code&gt;, &lt;code&gt;ntfsclone&lt;/code&gt;, &lt;code&gt;partimage&lt;/code&gt;, or &lt;code&gt;dd&lt;/code&gt;. Ordinary users do not need to manage these manually. The important part is confirming the source disk and image storage location.&lt;/p&gt;
&lt;p&gt;If you chose to check the saved image, Clonezilla automatically verifies it after creation.&lt;/p&gt;
&lt;h2 id=&#34;what-the-image-looks-like&#34;&gt;What the image looks like
&lt;/h2&gt;&lt;p&gt;After completion, the image is not one large file. It is a directory. In the official example, the image directory is:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;bookworm-2023-10-15-03-img
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The directory contains many files, such as disk lists, partition tables, hardware information, file system images, and boot-related information. The official example includes files like:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;blkdev.list
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;blkid.list
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;clonezilla-img
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;disk
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;efi-nvram.dat
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Info-dmi.txt
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Info-lshw.txt
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda1.vfat-ptcl-img.zst
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda2.ext4-ptcl-img.zst
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda-gpt-1st
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda-gpt-2nd
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda-mbr
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda-pt.sf
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Do not copy only one compressed file. For future restore, keep the whole image directory.&lt;/p&gt;
&lt;h2 id=&#34;what-to-do-after-completion&#34;&gt;What to do after completion
&lt;/h2&gt;&lt;p&gt;After saving the image, Clonezilla lets you choose:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Power off.&lt;/li&gt;
&lt;li&gt;Reboot.&lt;/li&gt;
&lt;li&gt;Enter command line.&lt;/li&gt;
&lt;li&gt;Start over.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For a system disk backup, you can usually choose power off and safely remove the image disk.&lt;/p&gt;
&lt;p&gt;It is also worth doing two more things:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Give the image directory a readable name, or record which machine, system, and date it belongs to.&lt;/li&gt;
&lt;li&gt;Keep at least one extra copy. If the image exists only on one external disk and that disk fails, the backup is gone.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If the image is important, periodically use Clonezilla&amp;rsquo;s check function to verify that it is still readable.&lt;/p&gt;
&lt;h2 id=&#34;short-advice&#34;&gt;Short advice
&lt;/h2&gt;&lt;p&gt;When saving a full disk image, remember this flow:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;device-image -&amp;gt; local_dev -&amp;gt; choose image repository -&amp;gt; Beginner -&amp;gt; savedisk -&amp;gt; enter image name -&amp;gt; choose source disk
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The points that deserve attention are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Is the original system fully shut down?&lt;/li&gt;
&lt;li&gt;Is the image repository partition correct?&lt;/li&gt;
&lt;li&gt;Is the source drive correct?&lt;/li&gt;
&lt;li&gt;Should the saved image be checked?&lt;/li&gt;
&lt;li&gt;If encryption is enabled, is the passphrase stored safely?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once these are clear, Clonezilla &lt;code&gt;savedisk&lt;/code&gt; is a solid full-disk backup method.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
