Phillip Susi wrote:
...I finally figured out that tar was cheating. I was directing the output of various backup utilities to /dev/null ...
There's an easy way to disable this particular optimization: tar cf - dir | cat > /dev/null
Phillip Susi wrote:
...I finally figured out that tar was cheating. I was directing the output of various backup utilities to /dev/null ...
There's an easy way to disable this particular optimization: tar cf - dir | cat > /dev/null