--- trunk/Makefile 2005/08/21 13:52:47 56 +++ trunk/Makefile 2005/08/30 14:19:54 98 @@ -26,6 +26,16 @@ install-etc: test -d $(target)/etc || cp -r etc $(target) && chmod 755 $(target)/etc/backuppc +update: + sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb + +index: test + sudo rm -Rf /data/backuppc/data/casket || true + sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -i + +xls: + sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report && cp -vf /tmp/report.xls ~/public_html/ + asa: rm -Rf $(tmp) svn export . $(tmp)