50
submitted 3 months ago by brownmustardminion@lemmy.ml to c/linux@lemmy.ml

Would this work or would I have problems:

Using dd command to backup an entire SSD containing dual boot Windows/Ubuntu partitions into an .iso file, with the intent to then dd that iso back onto the same size SSD in the case of a drive failure?

you are viewing a single comment's thread
view the rest of the comments
[-] just_another_person@lemmy.world 10 points 3 months ago

As long as it's not a mounted and running live system, it should work. Not the most efficient way to do such a thing, but I would think it should work.

[-] cmnybo@discuss.tchncs.de 4 points 3 months ago

You can zero out the free space on each partition then pipe the output from dd into gzip if you want to save space.

[-] ryannathans@aussie.zone 10 points 3 months ago

Might as well just use partclone at this point

[-] Para_lyzed@lemmy.world 6 points 3 months ago

Seconding partclone here, it's the easiest solution for imaging that only backs up the data on the partition that is used. Plus, it's in RescueZilla, which is pretty intuitive and user friendly for those that prefer GUIs

[-] rotopenguin@infosec.pub 1 points 3 months ago

Gzip runs at tens of MB/s. Zstd runs at least 10x faster, and then goes fasterer with multithreading (-T0).

this post was submitted on 13 Jun 2024
50 points (98.1% liked)

Linux

47343 readers
1162 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS