--- trunk/Makefile 2005/08/28 18:03:13 93 +++ trunk/Makefile 2005/08/31 21:22:48 108 @@ -24,16 +24,16 @@ sudo $(target)/etc/backuppc stop install-etc: - test -d $(target)/etc || cp -r etc $(target) && chmod 755 $(target)/etc/backuppc + test -d $(target)/etc || sudo cp -r etc $(target) && sudo chmod 755 $(target)/etc/backuppc update: sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb index: test - test -d /tmp/casket && sudo rm -Rf /tmp/casket || true + sudo rm -Rf /data/backuppc/data/casket || true sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -i -xls: +xls: test sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report && cp -vf /tmp/report.xls ~/public_html/ asa: