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

Contents of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations)
Mon Jul 11 14:59:05 2005 UTC (18 years, 9 months ago) by dpavlin
File size: 461 byte(s)
target to rsync to deployment server

1 tmp=/tmp/backuppc-svn/
2
3 all:
4 @echo "make install to install BackupPC using sudo"
5
6 test: stop reinstall start
7
8 reinstall:
9 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 sudo -u backuppc killall BackupPC && sleep 1 || true
19
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