Network/Procedures/Helpful Commands

From Makers Local 256
< Network
Revision as of 01:15, 17 May 2015 by Hfuller (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Take a backup of a disk and output it to a timestamped image file with bzip2 compression.
    • sudo dd if=/dev/mapper/vm2_storage-newldap_root | pv | bzip2 > newldap_root-$(date +%s).img.bz2