my5t3ry / machine-to-proxmox-lxc-ct-converter

convert any gnu/linux machine into a proxmox lxc container
114 stars 33 forks source link

Remove rsync dependency and intermediate copy of file system #2

Closed blauskaerm closed 3 years ago

blauskaerm commented 3 years ago

This removes the rsync dependency on the remote target and pipes the remote file system directly into a tar archive on the host to avoid a unnecessary copy under /tmp

This has been tested with tar (GNU tar) 1.33

my5t3ry commented 3 years ago

great, thank you. : )