Compressing files:
gzip foo.txt
gunzip foo.txt
ls -l /etc | gzip > foo.txt.gz
bzip2 foo.txt
bunzip2 foo.txt
tar
tar -cvvf foo.tar files_to_tar
tar -xvvf foo.tar
tar -cvzf foo.tar files_to_tar
zip -r foo.zip foo
unzip
The chapter mentions this and it is important, but we will stick with scp for a while. If you want to know how to use rsync, read the chapter ;-)
scp
rsync