/[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 10 - (hide annotations)
Thu Jun 23 13:10:03 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 283 byte(s)
some useful targets (install, start, stop, test)

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

  ViewVC Help
Powered by ViewVC 1.1.26