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

Log of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 384 - (view) (annotate) - [select for diffs]
Modified Tue Jun 5 12:01:25 2007 UTC (16 years, 10 months ago) by iklaric
File length: 3113 byte(s)
Diff to previous 363
- fixed hyperEstraier index URI setting in config file to work finewq


Revision 363 - (view) (annotate) - [select for diffs]
Modified Sat Apr 29 12:49:06 2006 UTC (17 years, 11 months ago) by dpavlin
File length: 2747 byte(s)
Diff to previous 361
 r10869@llin:  dpavlin | 2006-04-29 14:49:01 +0200
 rename cleanup-restore to clean-restore


Revision 361 - (view) (annotate) - [select for diffs]
Modified Sat Apr 29 10:59:09 2006 UTC (17 years, 11 months ago) by dpavlin
File length: 2751 byte(s)
Diff to previous 359
 r10865@llin:  dpavlin | 2006-04-29 12:59:03 +0200
 Again re-added $restore_via_temp_dir option because pipeing tar doesn't work well


Revision 359 - (view) (annotate) - [select for diffs]
Modified Fri Apr 28 09:07:38 2006 UTC (17 years, 11 months ago) by dpavlin
File length: 2763 byte(s)
Diff to previous 343
 r10861@llin:  dpavlin | 2006-04-28 11:06:44 +0200
 better restore target (cleanup restore host before beginning)


Revision 343 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 10:24:26 2006 UTC (18 years, 1 month ago) by dpavlin
File length: 2672 byte(s)
Diff to previous 336
 r10305@llin:  dpavlin | 2006-03-07 11:24:09 +0100
 corrected detection if host exists, new test target restore


Revision 336 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 13:03:59 2006 UTC (18 years, 1 month ago) by dpavlin
File length: 2561 byte(s)
Diff to previous 328
 r10291@llin:  dpavlin | 2006-03-01 14:03:11 +0100
 delete archive_burned when running test target burn


Revision 328 - (view) (annotate) - [select for diffs]
Modified Tue Jan 31 22:04:46 2006 UTC (18 years, 2 months ago) by dpavlin
File length: 2514 byte(s)
Diff to previous 310
 r9170@llin:  dpavlin | 2006-01-31 23:03:37 +0100
 fix


Revision 310 - (view) (annotate) - [select for diffs]
Modified Sun Jan 29 14:43:27 2006 UTC (18 years, 2 months ago) by dpavlin
File length: 2517 byte(s)
Diff to previous 270
remove obsolete asa target


Revision 270 - (view) (annotate) - [select for diffs]
Modified Tue Dec 13 18:08:50 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2619 byte(s)
Diff to previous 252
 r11668@llin:  dpavlin | 2005-12-13 20:08:40 +0100
 much much nicer output (actually readable)


Revision 252 - (view) (annotate) - [select for diffs]
Modified Mon Dec 12 13:41:04 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2619 byte(s)
Diff to previous 251
 r11636@llin:  dpavlin | 2005-12-12 14:53:13 +0100
 fixes


Revision 251 - (view) (annotate) - [select for diffs]
Modified Mon Dec 12 12:16:01 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2613 byte(s)
Diff to previous 249
 r11634@llin:  dpavlin | 2005-12-12 14:15:47 +0100
 rename finished increment to final name, better output for -v


Revision 249 - (view) (annotate) - [select for diffs]
Modified Fri Dec 9 16:27:49 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2616 byte(s)
Diff to previous 247
small fixes


Revision 247 - (view) (annotate) - [select for diffs]
Modified Fri Dec 9 14:40:53 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2582 byte(s)
Diff to previous 245
added custom modifications for instances


Revision 245 - (view) (annotate) - [select for diffs]
Modified Fri Dec 9 12:42:03 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2449 byte(s)
Diff to previous 235
fix install targets agi and qc


Revision 235 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 15:07:10 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 2121 byte(s)
Diff to previous 234
 r8747@llin:  dpavlin | 2005-11-10 16:06:57 +0100
 added backup_parts table to track parts of each backup, rewrote
 BackupPC_tarIncCreate to use backup_parts


Revision 234 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 20:24:45 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 2076 byte(s)
Diff to previous 217
 r8745@llin:  dpavlin | 2005-11-08 21:24:32 +0100
 re-wrote creation of tar archives. gzip is now called directly from
 BackupPC_tarIncCreate. It uses multiple pipes to create .tar.gz and md5sum
 on the fly, supports MaxArchiveFileSize as maximum size of UNCOMPRESSED
 archive (to facilitate decompression on filesystems with limited file size).
 
 For that, there are two split implementations:
 - one which splits multiple files (smaller than MaxArchiveFileSize) into
   multiple tar archives
 - other which splits individual files (larger than MaxArchiveFileSize) into
   multiple tar archives (dir is named like file, and files are named as
   part number)


Revision 217 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 17:41:52 2005 UTC (18 years, 6 months ago) by dpavlin
File length: 1978 byte(s)
Diff to previous 199
 r8615@llin:  dpavlin | 2005-10-16 19:41:44 +0200
 added sort into archive to backup medium, small updates


Revision 199 - (view) (annotate) - [select for diffs]
Modified Thu Oct 13 21:19:06 2005 UTC (18 years, 6 months ago) by dpavlin
File length: 1972 byte(s)
Diff to previous 157
 r8512@llin:  dpavlin | 2005-10-13 23:06:07 +0200
 support for multi-parts increments.


Revision 157 - (view) (annotate) - [select for diffs]
Modified Mon Oct 10 13:04:51 2005 UTC (18 years, 6 months ago) by dpavlin
File length: 1912 byte(s)
Diff to previous 131
 r8417@llin:  dpavlin | 2005-10-10 15:04:43 +0200
 added BackupPC_incPartsUpdate which creates .tar.gz of increments


Revision 131 - (view) (annotate) - [select for diffs]
Modified Fri Sep 23 08:54:11 2005 UTC (18 years, 6 months ago) by dpavlin
File length: 1839 byte(s)
Diff to previous 119
 r8206@llin:  dpavlin | 2005-09-23 10:53:58 +0200
 Added option -j which allow faster initial creation of full-text index from
 existing database because it doesn't check if files allready exists in
 full-text index.


Revision 119 - (view) (annotate) - [select for diffs]
Modified Wed Sep 14 13:20:03 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 2280 byte(s)
Diff to previous 115
small fixes and improvements


Revision 115 - (view) (annotate) - [select for diffs]
Modified Sun Sep 11 12:39:05 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1839 byte(s)
Diff to previous 111
create changelog with html target


Revision 111 - (view) (annotate) - [select for diffs]
Modified Thu Sep 1 18:38:49 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1757 byte(s)
Diff to previous 108
 r113@athlon:  dpavlin | 2005-09-01 20:38:07 +0200
 start gnumeric on generated .xls if found


Revision 108 - (view) (annotate) - [select for diffs]
Modified Wed Aug 31 21:22:48 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1713 byte(s)
Diff to previous 106
document BackupPC_xls_report, merge all hosts into single sheet so you can use autofilter
to select just some hosts, call test to install new version in xls target


Revision 106 - (view) (annotate) - [select for diffs]
Modified Wed Aug 31 20:33:58 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1708 byte(s)
Diff to previous 98
use sudo for install-etc target


Revision 98 - (view) (annotate) - [select for diffs]
Modified Tue Aug 30 14:19:54 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1698 byte(s)
Diff to previous 93
update HyperEstraier index in chunks of EST_CHUNK (default is 10000) to
reduce memory usage with huge backup sets (because PostgreSQL tries to load
whole result set in memory).


Revision 93 - (view) (annotate) - [select for diffs]
Modified Sun Aug 28 18:03:13 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1706 byte(s)
Diff to previous 81
removed debugging output from index target


Revision 81 - (view) (annotate) - [select for diffs]
Modified Sun Aug 28 08:40:06 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1719 byte(s)
Diff to previous 69
added experimental HyperEstraier index creation.


Revision 69 - (view) (annotate) - [select for diffs]
Modified Mon Aug 22 09:47:06 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1579 byte(s)
Diff to previous 61
xls target to make report


Revision 61 - (view) (annotate) - [select for diffs]
Modified Sun Aug 21 15:42:40 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1475 byte(s)
Diff to previous 56
update target to run BackupPC_updatedb


Revision 56 - (view) (annotate) - [select for diffs]
Modified Sun Aug 21 13:52:47 2005 UTC (18 years, 8 months ago) by dpavlin
File length: 1411 byte(s)
Diff to previous 54
profile target is now destructive to backuppc database!


Revision 54 - (view) (annotate) - [select for diffs]
Modified Sun Aug 21 12:46:24 2005 UTC (18 years, 8 months ago) by dpavlin
File length: 1339 byte(s)
Diff to previous 47
another fix for profile target


Revision 47 - (view) (annotate) - [select for diffs]
Modified Sat Aug 20 14:08:02 2005 UTC (18 years, 8 months ago) by dpavlin
File length: 1339 byte(s)
Diff to previous 46
profile target now calls test to install new version, minor fixes in profile
file generation


Revision 46 - (view) (annotate) - [select for diffs]
Modified Sat Aug 20 12:40:24 2005 UTC (18 years, 8 months ago) by dpavlin
File length: 1334 byte(s)
Diff to previous 45
more fixes for profile target


Revision 45 - (view) (annotate) - [select for diffs]
Modified Sat Aug 20 11:39:05 2005 UTC (18 years, 8 months ago) by dpavlin
File length: 796 byte(s)
Diff to previous 33
fine-tune debug output, profile target


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Jul 31 18:58:26 2005 UTC (18 years, 8 months ago) by dpavlin
File length: 646 byte(s)
Diff to previous 28
new install-etc target


Revision 28 - (view) (annotate) - [select for diffs]
Modified Fri Jul 29 17:33:23 2005 UTC (18 years, 8 months ago) by dpavlin
File length: 542 byte(s)
Diff to previous 21
added init script and example httpd.conf (local use, really)


Revision 21 - (view) (annotate) - [select for diffs]
Modified Mon Jul 11 14:59:05 2005 UTC (18 years, 9 months ago) by dpavlin
File length: 461 byte(s)
Diff to previous 12
target to rsync to deployment server


Revision 12 - (view) (annotate) - [select for diffs]
Modified Thu Jun 23 17:19:41 2005 UTC (18 years, 9 months ago) by dpavlin
File length: 335 byte(s)
Diff to previous 11
wait a while after stopping backuppc daemon


Revision 11 - (view) (annotate) - [select for diffs]
Modified Thu Jun 23 13:14:04 2005 UTC (18 years, 9 months ago) by dpavlin
File length: 324 byte(s)
Diff to previous 10
test now stops BackupPC, installs over existing installation in /data/backuppc/
and starts it again


Revision 10 - (view) (annotate) - [select for diffs]
Added Thu Jun 23 13:10:03 2005 UTC (18 years, 9 months ago) by dpavlin
File length: 283 byte(s)
some useful targets (install, start, stop, test)


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26