/[BackupPC]/trunk/xls2conf/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

Diff of /trunk/xls2conf/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 243 by dpavlin, Wed Nov 30 11:36:18 2005 UTC revision 244 by dpavlin, Fri Dec 2 13:20:43 2005 UTC
# Line 3  xls_file=analitika.xls Line 3  xls_file=analitika.xls
3  ip_range='(10.210.10[01]|10.42.101)'  ip_range='(10.210.10[01]|10.42.101)'
4    
5  all:  all:
6          echo "usage: make [agi|qc]          @echo "usage: make [agi|qc]"
7    
8  agi:  agi:
9          sudo make convert backuppc_data=/data/backuppc-agi/data xls_file=agi.xls ip_range='(10.210.100)'          sudo make convert backuppc_data=/data/backuppc-agi/data xls_file=agi.xls ip_range='(10.210.100)'
10          /etc/init.d/backuppc-agi restart          sudo /etc/init.d/backuppc-agi restart
11    
12  qc:  qc:
13          sudo make convert backuppc_data=/data/backuppc-qc/data xls_file=qc.xls ip_range='(10.210.101|10.42.101)'          sudo make convert backuppc_data=/data/backuppc-qc/data xls_file=qc.xls ip_range='(10.210.101|10.42.101)'
14          /etc/init.d/backuppc-qc restart          sudo /etc/init.d/backuppc-qc restart
15    
16  convert:  convert:
17          echo "using $(xls_file) to dir $(backuppc_data)"          echo "using $(xls_file) to dir $(backuppc_data)"

Legend:
Removed from v.243  
changed lines
  Added in v.244

  ViewVC Help
Powered by ViewVC 1.1.26