Difference between revisions of "Network/Procedures/Helpful Commands"
From Makers Local 256
< Network
(Created helpful commands page) |
(No difference)
|
Revision as of 01:15, 17 May 2015
- 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
-