/[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

Annotation of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (hide annotations)
Thu Jun 23 17:19:41 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 335 byte(s)
wait a while after stopping backuppc daemon

1 dpavlin 10 all:
2     @echo "make install to install BackupPC using sudo"
3    
4 dpavlin 11 test: stop reinstall start
5    
6     reinstall:
7 dpavlin 10 sudo perl ./configure.pl --batch --config-path=/data/backuppc/data/conf/config.pl
8    
9     install:
10     sudo perl ./configure.pl
11    
12     start:
13     sudo -u backuppc /data/backuppc/bin/BackupPC -d
14    
15     stop:
16 dpavlin 12 sudo -u backuppc killall BackupPC && sleep 1 || true

  ViewVC Help
Powered by ViewVC 1.1.26