From: Dobrica Pavlinusic Date: Sat, 29 Jan 2011 13:50:07 +0000 (+0100) Subject: make test target for archive testing X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=fd4ac832e393ec216f873254bb3477625cb38e93;hp=0a4689159b1f9dc6d99086cedc54990ab61721b8 make test target for archive testing --- diff --git a/Makefile b/Makefile index 2335f6f..83dc668 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,9 @@ update: sudo -u backuppc rm -Rvf /data/BackupPC/kinosearch /data/BackupPC/_search_archive/* /data/BackupPC/pc/_search_archive/* sudo -u backuppc /etc/init.d/BackupPC restart sudo -u backuppc ./bin/BackupPC_ASA_SearchUpdate -c -m 0 - #./test/archive.sh + +test: reset + ./test/archive.sh reset: clean update