#!/bin/sh
tar \
czvf /mnt/hd/var_spool_news.tgz /var/spool/news \
--atime-preserve --ignore-failed-read --same-owner \
--preserve-permissions 
