/[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 21 - (hide annotations)
Mon Jul 11 14:59:05 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 461 byte(s)
target to rsync to deployment server

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     sudo -u backuppc /data/backuppc/bin/BackupPC -d
16    
17     stop:
18 dpavlin 12 sudo -u backuppc killall BackupPC && sleep 1 || true
19 dpavlin 21
20     asa:
21     rm -Rf $(tmp)
22     svn export . $(tmp)
23     rsync -rav $(tmp) 10.210.99.1:backuppc-svn/
24     rm -Rf $(tmp)

  ViewVC Help
Powered by ViewVC 1.1.26