Newest xz Questions - Super User 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 possible metadata, owners, file permissions, ACLs, creation
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 possible metadata, owners, file permissions, ACLs, creation
Getting Rufus to output to a disk image file - Super User 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 ISOs They are valid ISOs that can be burned to a CD DVD, but at the same time they are valid disk images that can be written to a flash drive For example you could feed an Ubuntu ISO to Win32DiskImager and
Is there a way to see any tar progress per file? - Super User I have a couple of big files that I would like to compress I can do this with for example tar cvfj big-files tar bz2 folder-with-big-files The problem is that I can't see any progress, so I don't
What is the advantage of using tar today? - Super User 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 preserves everything important about your filesystem structure
How to password protect gzip files on the command line? I want to create some tar gz (and possibly tar bz2) files, using the tar command on Ubuntu 10 04 I want to password protect the file What is the command to do this (I have Googled, but found no