Date: Thu, 08 May 2008 08:41:09 -0700 From: Norbert Papke <fbsd-ml@scrapper.ca> To: freebsd-questions@freebsd.org Subject: Re: [SSHd] Increasing wait time? Message-ID: <200805080841.10127.fbsd-ml@scrapper.ca> In-Reply-To: <200805080832.39650.fbsd-ml@scrapper.ca> References: <q7412457qoumm8v8dbth10fug2ctbrlfp0@4ax.com> <200805081129.47201.fbsd.questions@rachie.is-a-geek.net> <200805080832.39650.fbsd-ml@scrapper.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On May 8, 2008, Norbert Papke wrote: > On May 8, 2008, Mel wrote: > > because: > > for FILE in */*.[ch]; do scp ${FILE} host:/backup; done > > is quicker to write then setup tunnels. > > How about "scp */*.[ch] host:/backup"? To answer my own silly question, the above doesn't preserve paths. Anyway, as always, there is more than one solution. Not every solution fits universally. Cheers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805080841.10127.fbsd-ml>