#!/bin/sh f=/mod/etc/sweeper.conf [ -f $f ] && cp $f $f~ exit 0