#!/bin/sh

find /etc -name '*.conf' | xargs tar cpvf - > /backup/confbak.tar
cp /backup/confbak.tar  /extra/confbak.tar


