/[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 111 by dpavlin, Thu Sep 1 18:38:49 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 43  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

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

  ViewVC Help
Powered by ViewVC 1.1.26