User Tools

Site Tools


software:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
software:linux [2018/11/18 10:14] – [Backup a lot of data from a remote (not directly accessible) VM with minimum overhead] Michele Porellisoftware:linux [2018/11/18 11:37] – [Copy a big amount of data as fast as possible] Michele Porelli
Line 267: Line 267:
  
 ==== Copy a big amount of data as fast as possible ==== ==== Copy a big amount of data as fast as possible ====
-  * <code>tar cf - . | pv | (cd /dst; tar xf -)</code>+  * <code>tar cpf - . | pv | (cd /dst; tar xf -)</code>
 ==== Add a disk to extend a LVM logical volume ==== ==== Add a disk to extend a LVM logical volume ====
   - Mark your disk/partition as LVM<code># pvcreate /dev/sdX</code>   - Mark your disk/partition as LVM<code># pvcreate /dev/sdX</code>
software/linux.txt · Last modified: 2021/12/06 10:54 by Michele Porelli