/[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 11 - (hide annotations)
Thu Jun 23 13:14:04 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 324 byte(s)
test now stops BackupPC, installs over existing installation in /data/backuppc/
and starts it again

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 11 sudo -u backuppc killall BackupPC || true

  ViewVC Help
Powered by ViewVC 1.1.26