#!/bin/bash USER=pako TARGET=192.168.1.224 tar zcf - /home/${USER} | ssh root@${TARGET} "cd /home/; tar zpxvf -; chown ${USER}.${USER} -R ${USER}"
Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!