About 716,000 results
Open links in new tab
  1. The most complete backup of /dev/sdX with dd, tar, gz, xz

    Sep 19, 2022 · What is the most complete way to backup/restore entire /dev/sdX (to/from a file) including device partition table and partition flags, all possible metadata, owners, file permissions, …

  2. Newest 'xz' Questions - Super User

    Apr 3, 2024 · The most complete backup of /dev/sdX with dd, tar, gz, xz What is the most complete way to backup/restore entire /dev/sdX (to/from a file) including device partition table and partition flags, all …

  3. Between xz, gzip, and bzip2, which compression algorithim is the most ...

    Between xz, gzip, and bzip2, which compression algorithm gives the smallest file size and fastest speed when compressing fairly large tarballs?

  4. Getting Rufus to output to a disk image file - Super User

    Oct 4, 2019 · Solution 1: Read the image from a prepared flash drive. Win32DiskImager can be used to do this. Solution 2: Prepare your own hybrid ISO. Most of modern Linux distros use so called hybrid …

  5. linux - Why does attempting to extract a tar.gz file returns, “This ...

    I have a tar.gz file and I want to extract it using terminal. I used following commands: tar tvzf ldtp_3.5.0.orig.tar.gz and tar -xvzf ldtp_3.5.0.orig.tar.gz. However, I get the same result for bot...

  6. What is the advantage of using 'tar' today? - Super User

    Mar 16, 2013 · Tar was created for doing backup full-fidelity backups of your filesystem, not just for transferring files around. As such, the tar utility is the most complete utility for creating an archive that …

  7. compression - How to dump and compress MySQL database in …

    Nov 28, 2014 · Found a solution, download any command line compression utility, for example: xz (it gives good compression ration: from 1.2GB database size to just 100MB), put it on mysql directory …

  8. tar: Exiting with failure status due to previous errors

    I was having the same issue and none of the above answers worked for me. However, I found that running the following command worked: tar -cpzf /backups/fullbackup.tar.gz --exclude=backups - …

  9. tar: cannot open: no such file or directory - Super User

    I am trying to follow the instructions here to install Jetty on ubuntu but I am running into a problem when I try to use tar. cd /usr/local/src sudo wget http ...

  10. How can I create a single ISO or IMG file from an SD card?

    Aug 24, 2018 · I have an SD card that contains 2 volumes (H and I). I have found programs where I can turn Drive H and I into an ISO or IMG seperately. But I want a program that will take the entire card …