Lucio Crusca wrote: > # mkfifo sqldump > # mysqldump --opzioni > sqldump & > # tar czp /etc /home sqldump | netcat [tunnel-di-ssh] > > che però non funziona, ovvero tar non mi legge il contenuto della pipe > sqldump. Sapete se esiste un modo per farglielo leggere?
ora è un po' (solo un po') più chiaro... butta un occhio qua: http://www.cs.hmc.edu/qref/targzip.html | You can also use a tar pipe to copy across the network: | | % (cd /src; tar -cvf - foo) | (ssh other.machine 'cd /dst; tar -xf -') -- np: no song -- Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [EMAIL PROTECTED] To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

