Rsync Backup

John H. Robinson, IV jhriv at ucsd.edu
Wed Aug 21 11:59:18 PDT 2002


Lan Barnes set us up the following:
> 
> tar is directory orineted. It has compression.

tar is file oriented, it has concatenation.

there are only two ways to compress with tar:
1) write to a hardware compressed tape
2) pipe it through a compression program (GNU tar has gzip built in)

-john



More information about the KPLUG-List mailing list