Anyone know of a random data generator?

Bill McGonigle bill at bfccomputing.com
Thu Jul 29 15:53:00 EDT 2004


FYI, tar interprets '-' as STDIN/STDOUT.

one of my favorite uses of it is:

   tar -czlf - / | ssh user at example.com tar -xzvf - -C /backups/foo

for a quick-n-dirty secure file transfer.

On Jul 29, 2004, at 15:29, Kevin D. Clark wrote:

> tar expects the arguments after the
> tarfile/tape-device (/dev/st1 in your case) to be *file and directory
> names* and not random gobbledygook and/or "-" (whichever you
> intended).
>
----
Bill McGonigle, Owner           Work: 603.448.4440
BFC Computing, LLC              Home: 603.448.1668
bill at bfccomputing.com           Cell: 603.252.2606
http://www.bfccomputing.com/    Text: bill+text at bfccomputing.com




More information about the gnhlug-discuss mailing list