for host in `cat appserver`; do echo $host; tar -cf – etc/ | sm $host ’sudo su -c “tar -C / -xf -”‘; done
Posted in Uncategorized | Leave a Comment »