X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=Makefile;h=1cc20ff20693c84eb7b35200cdb90b1c4c8632b5;hp=407c3ee5fdce4585378e6d03357e583020bfe7c2;hb=6fa75ef8b610d0781b9a967d6a3557378f3a4003;hpb=89a209e4b102690f07b1045f7c16e93636b9d071 diff --git a/Makefile b/Makefile index 407c3ee..1cc20ff 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ clean: createlang plpgsql backuppc sudo chown backuppc cgi-bin/index.cgi sudo chmod u+s cgi-bin/index.cgi - sudo rm -Rf /tmp/kinoindex update: sudo -u backuppc ./bin/BackupPC_updatedb -c @@ -16,3 +15,7 @@ tar: sudo -u backuppc ./bin/BackupPC_incPartsUpdate reset: clean update tar + +reindex: + sudo rm -Rf $(index) + echo sudo -u backuppc DEBUG=1 bin/BackupPC_updatedb -j -v 3