This shows you the differences between two versions of the page.
| — |
clonezilla [2019/10/15 03:41] (current) dlicious Initial page with basic outline |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Creating the initial image ===== | ||
| + | Major mode: device-image (work with disks or partitions using images) | ||
| + | |||
| + | SSH server | ||
| + | |||
| + | Network config via DHCP | ||
| + | |||
| + | IP address of the server | ||
| + | |||
| + | Target directory (change ''/home/partimag'' to, for example, ''/home/user/partimag/images'') This directory must already exist | ||
| + | |||
| + | savedisk / saveparts ? They seem to basically do the same thing, based on the output in the sshfs target directory | ||
| + | |||
| + | ===== Restoring the entire disk ===== | ||
| + | |||
| + | This means the whole disk: MBR, partition table, everything | ||
| + | |||
| + | ===== Restoring an individual partition ===== | ||
| + | |||
| + | This is when the disk in general is fine, but you want to revert a particular OS partition | ||