TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:18702] SQOTD (simple Q. of the day)
On Thu, 08 Jun 2000, you wrote:
> > So, what would I type to archive a users's entire home directory into a
> > tar.gz?
>
> tar cdf <tarfile>.tar <dirname>; gzip <tarfile>.tar; \
> mv <tarfile>.tar.gz /dev/fd0
tar cvz <homedir>/* > <filename>.tar.gz will do the same thing...
Eric
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org