8601ee1a6965374fd9a5b223b2c3858f1283203f
[BackupPC.git] / Makefile
1 tmp=/tmp/backuppc-svn/
2 target=/data/backuppc/
3 profile_opt=
4 profile_file=profile
5 db=backuppc
6
7 all:
8         @echo "make install to install BackupPC using sudo"
9
10 test: stop reinstall start
11
12 reinstall:
13         sudo perl ./configure.pl --batch --config-path=$(target)/data/conf/config.pl
14
15 agi:
16         sudo /etc/init.d/backuppc-agi stop
17         sudo perl ./configure.pl --batch --config-path=/data/backuppc-agi/data/conf/config.pl
18         sudo /etc/init.d/backuppc-agi start
19
20 qc:
21         sudo /etc/init.d/backuppc-qc stop
22         sudo perl ./configure.pl --batch --config-path=/data/backuppc-qc/data/conf/config.pl
23         sudo /etc/init.d/backuppc-qc start
24
25 install:
26         sudo perl ./configure.pl
27
28 start:
29         #sudo -u backuppc /data/backuppc/bin/BackupPC -d
30         sudo $(target)/etc/backuppc start
31
32 stop:
33         #sudo -u backuppc killall BackupPC && sleep 1 || true
34         sudo $(target)/etc/backuppc stop
35
36 install-etc:
37         test -d $(target)/etc || sudo cp -r etc $(target) && sudo chmod 755 $(target)/etc/backuppc
38
39 update:
40         sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb
41
42 index: test
43         sudo rm -Rf /data/backuppc/data/casket || true
44         sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -j
45
46 xls: test
47         sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report
48         which gnumeric && gnumeric /tmp/report.xls || cp -vf /tmp/report.xls ~/public_html/
49
50 asa:
51         rm -Rf $(tmp)
52         svn export . $(tmp)
53         rsync -rav $(tmp) 10.210.99.1:backuppc-svn/
54         rm -Rf $(tmp)
55
56 html:
57         test ! -z "`svn2html.pl`" && svn update && svn2html.pl > doc/Changes.html
58
59 profile: test
60         test -e tmon.out || touch tmon.out
61         sudo chown backuppc tmon.out
62         dropdb $(db) || echo "skip drop db"
63         createdb $(db)
64         date > $(profile_file)
65         echo "## NORMAL RUN" >> $(profile_file)
66         sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -c $(profile_opt) | tee -a $(profile_file)
67         echo "## DProf RUN" >> $(profile_file)
68         sudo -u backuppc perl -d:DProf /data/backuppc/bin/BackupPC_updatedb -d $(profile_opt)
69         dprofpp 2>&1 | tee -a $(profile_file)
70         echo "## DBI_PROFILE RUN" >> $(profile_file)
71         DBI_PROFILE=2 sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -d $(profile_opt) 2>&1 | tee -a $(profile_file)
72         mv $(profile_file) profile.`perl -e 'my @p = glob("profile.[0-9]*"); print scalar @p + 1'`
73
74 tar: test
75         psql -c "delete from backup_parts" backuppc
76         sudo -u backuppc /data/backuppc/bin/BackupPC_tarIncCreate -h llin -s /etc -n 10 -d -v
77
78 inc: test
79         sudo -u backuppc /data/backuppc/bin/BackupPC_incPartsUpdate -c -d
80         
81 burn: test
82         sudo /data/backuppc/bin/BackupPC_burnArchiveCLI