/[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 21 by dpavlin, Mon Jul 11 14:59:05 2005 UTC revision 28 by dpavlin, Fri Jul 29 17:33:23 2005 UTC
# Line 12  install: Line 12  install:
12          sudo perl ./configure.pl          sudo perl ./configure.pl
13    
14  start:  start:
15          sudo -u backuppc /data/backuppc/bin/BackupPC -d          #sudo -u backuppc /data/backuppc/bin/BackupPC -d
16            sudo /data/backuppc/etc/backuppc start
17    
18  stop:  stop:
19          sudo -u backuppc killall BackupPC && sleep 1 || true          #sudo -u backuppc killall BackupPC && sleep 1 || true
20            sudo /data/backuppc/etc/backuppc stop
21    
22  asa:  asa:
23          rm -Rf $(tmp)          rm -Rf $(tmp)

Legend:
Removed from v.21  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26