scripts/save-etc
krempp 256d2bdcf6 un / de trop
darcs-hash:20000609012048-92525-290042ef8930aa265fae01b14ce79455696e5443.gz
2000-06-09 03:20:48 +02:00

15 lines
263 B
Bash
Executable file

#!/bin/sh
freq="$1"
nb=$2
pref="/backups/tars/etc${freq}-"
suff=`date +"%Y-%m-%d--%H-%M-%S.tgz"`
tarball="${pref}${suff}"
umask 077
cd /
tar zcf ${tarball} etc usr/lib/cgi-bin usr/scripts root/scripts home/corbeau/scripts
rm `ls -t ${pref}* | tail +$nb`
#df