/[BackupPC]/trunk/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 130 by dpavlin, Wed Sep 14 13:20:03 2005 UTC revision 131 by dpavlin, Fri Sep 23 08:54:11 2005 UTC
# Line 31  update: Line 31  update:
31    
32  index: test  index: test
33          sudo rm -Rf /data/backuppc/data/casket || true          sudo rm -Rf /data/backuppc/data/casket || true
34          sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -i          sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -j
35    
36  xls: test  xls: test
37          sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report          sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report
# Line 53  profile: test Line 53  profile: test
53          createdb $(db)          createdb $(db)
54          date > $(profile_file)          date > $(profile_file)
55          echo "## NORMAL RUN" >> $(profile_file)          echo "## NORMAL RUN" >> $(profile_file)
         sudo rm -Rf /data/backuppc/data/casket || true  
         estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=backuppc' || true  
         estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=backuppc&label=BackupPC%20search%20index'  
56          sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -c $(profile_opt) | tee -a $(profile_file)          sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -c $(profile_opt) | tee -a $(profile_file)
57          echo "## DProf RUN" >> $(profile_file)          echo "## DProf RUN" >> $(profile_file)
         sudo rm -Rf /data/backuppc/data/casket || true  
         estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=backuppc&label=BackupPC%20search%20index'  
58          sudo -u backuppc perl -d:DProf /data/backuppc/bin/BackupPC_updatedb -d $(profile_opt)          sudo -u backuppc perl -d:DProf /data/backuppc/bin/BackupPC_updatedb -d $(profile_opt)
59          dprofpp 2>&1 | tee -a $(profile_file)          dprofpp 2>&1 | tee -a $(profile_file)
60          echo "## DBI_PROFILE RUN" >> $(profile_file)          echo "## DBI_PROFILE RUN" >> $(profile_file)

Legend:
Removed from v.130  
changed lines
  Added in v.131

  ViewVC Help
Powered by ViewVC 1.1.26