/[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 106 by dpavlin, Wed Aug 31 20:33:58 2005 UTC revision 199 by dpavlin, Thu Oct 13 21:19:06 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:  xls: test
37          sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report && cp -vf /tmp/report.xls ~/public_html/          sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report
38            which gnumeric && gnumeric /tmp/report.xls || cp -vf /tmp/report.xls ~/public_html/
39    
40  asa:  asa:
41          rm -Rf $(tmp)          rm -Rf $(tmp)
# Line 42  asa: Line 43  asa:
43          rsync -rav $(tmp) 10.210.99.1:backuppc-svn/          rsync -rav $(tmp) 10.210.99.1:backuppc-svn/
44          rm -Rf $(tmp)          rm -Rf $(tmp)
45    
46    html:
47            test ! -z "`svn2html.pl`" && svn update && svn2html.pl > doc/Changes.html
48    
49  profile: test  profile: test
50          test -e tmon.out || touch tmon.out          test -e tmon.out || touch tmon.out
51          sudo chown backuppc tmon.out          sudo chown backuppc tmon.out
# Line 57  profile: test Line 61  profile: test
61          DBI_PROFILE=2 sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -d $(profile_opt) 2>&1 | tee -a $(profile_file)          DBI_PROFILE=2 sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -d $(profile_opt) 2>&1 | tee -a $(profile_file)
62          mv $(profile_file) profile.`perl -e 'my @p = glob("profile.[0-9]*"); print scalar @p + 1'`          mv $(profile_file) profile.`perl -e 'my @p = glob("profile.[0-9]*"); print scalar @p + 1'`
63    
64    inc: test
65            sudo -u backuppc /data/backuppc/bin/BackupPC_incPartsUpdate
66            
67    burn: test
68            sudo /data/backuppc/bin/BackupPC_burnArchiveCLI

Legend:
Removed from v.106  
changed lines
  Added in v.199

  ViewVC Help
Powered by ViewVC 1.1.26