And if ssh on the target end needs a password...? Geoffrey wrote: > > If I understand what you're asking: > > cd to the directory you want to backup. > > tar -cvzf - . | ssh id at machine "cat > file.tgz" >