You are not logged in.

  • MadMakz

    Super Moderator

    You have to register first, to connect to this user.

27

LVM Image Backup und Restore mit pbzip2

Rating:

by MadMakz, Monday, January 14th 2013, 10:55am

Vorteil von pbzip2: Multicore Unterstützung.

An pbzip2 wird mittels dem -p Switch definiert wieviele CPU-Kerne benutzt werden dürfen. In dem Beispiel sind es zwei (-p2).

Backup:

Source code

1
nohup dd if=/dev/<LVM Gruppe>/<LVM Disk> bs=512K | pbzip2 -p2 -9 > <Backupname>.bz2 &


Restore:

Source code

1
nohup pbzip2 -p2 -dcf <Backupname>.bz2 | dd of=/dev/mapper/<LVM Disk in welche das Backup gespielt werden soll> &


http://spiffytek.com/blog/how-to/2013011…ore-mit-pbzip2/

This article has been read 176,370 times.

Tags: Backup, howto, kvm, Linux, lvm, pbzip2, restore


Comments (1)

  • 1

    by DeaD_EyE (Sunday, August 25th 2013, 3:28am)

    Leider ist es inkompatibel zur alten bzip2-Version. Hatte das mal mit dem Fastdl probiert. Der Client konnte die Dateien dann leider nicht entpacken.

Blog navigation

Next article

SSLgen 0.5

by MadMakz (Saturday, February 23rd 2013, 6:54pm)

Previous article

"High-Load" >ksoftirqd< auf Debian Squeeze

by MadMakz (Thursday, September 27th 2012, 2:05am)