/[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 69 by dpavlin, Mon Aug 22 09:47:06 2005 UTC revision 108 by dpavlin, Wed Aug 31 21:22:48 2005 UTC
# Line 24  stop: Line 24  stop:
24          sudo $(target)/etc/backuppc stop          sudo $(target)/etc/backuppc stop
25    
26  install-etc:  install-etc:
27          test -d $(target)/etc || cp -r etc $(target) && chmod 755 $(target)/etc/backuppc          test -d $(target)/etc || sudo cp -r etc $(target) && sudo chmod 755 $(target)/etc/backuppc
28    
29  update:  update:
30          sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb          sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb
31    
32  xls:  index: test
33            sudo rm -Rf /data/backuppc/data/casket || true
34            sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -i
35    
36    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 && cp -vf /tmp/report.xls ~/public_html/
38    
39  asa:  asa:

Legend:
Removed from v.69  
changed lines
  Added in v.108

  ViewVC Help
Powered by ViewVC 1.1.26