/[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 28 - (hide annotations)
Fri Jul 29 17:33:23 2005 UTC (18 years, 9 months ago) by dpavlin
File size: 542 byte(s)
added init script and example httpd.conf (local use, really)

1 dpavlin 21 tmp=/tmp/backuppc-svn/
2    
3 dpavlin 10 all:
4     @echo "make install to install BackupPC using sudo"
5    
6 dpavlin 11 test: stop reinstall start
7    
8     reinstall:
9 dpavlin 10 sudo perl ./configure.pl --batch --config-path=/data/backuppc/data/conf/config.pl
10    
11     install:
12     sudo perl ./configure.pl
13    
14     start:
15 dpavlin 28 #sudo -u backuppc /data/backuppc/bin/BackupPC -d
16     sudo /data/backuppc/etc/backuppc start
17 dpavlin 10
18     stop:
19 dpavlin 28 #sudo -u backuppc killall BackupPC && sleep 1 || true
20     sudo /data/backuppc/etc/backuppc stop
21 dpavlin 21
22     asa:
23     rm -Rf $(tmp)
24     svn export . $(tmp)
25     rsync -rav $(tmp) 10.210.99.1:backuppc-svn/
26     rm -Rf $(tmp)

  ViewVC Help
Powered by ViewVC 1.1.26