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 [2016/10/12 18:54] – [Backup a lot of data from a remote (not directly accessible) VM with minimum overhead] Michele Porellisoftware:linux [2018/11/18 10:14] – [Backup a lot of data from a remote (not directly accessible) VM with minimum overhead] Michele Porelli
Line 266: Line 266:
   - Open a new terminal and start the receiver<code>nc localhost 1900 | tar zx</code>   - Open a new terminal and start the receiver<code>nc localhost 1900 | tar zx</code>
  
 +==== Copy a big amount of data as fast as possible ====
 +  * <code>tar cf - . | 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