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

View Directory Listing Directory Listing


Sticky Revision:

Revision 131 - Directory Listing
Modified Fri Sep 23 08:54:11 2005 UTC (18 years, 7 months ago) by dpavlin
 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 130 - Directory Listing
Modified Fri Sep 23 08:54:10 2005 UTC (18 years, 7 months ago) by dpavlin
 r8205@llin:  dpavlin | 2005-09-23 10:52:33 +0200
 fix partial import (using "part")


Revision 119 - Directory Listing
Modified Wed Sep 14 13:20:03 2005 UTC (18 years, 7 months ago) by dpavlin
small fixes and improvements


Revision 118 - Directory Listing
Modified Sun Sep 11 14:31:49 2005 UTC (18 years, 7 months ago) by dpavlin
bugfix: updatedb again works directly on index


Revision 117 - Directory Listing
Modified Sun Sep 11 13:05:06 2005 UTC (18 years, 7 months ago) by dpavlin
added node search


Revision 116 - Directory Listing
Modified Sun Sep 11 12:39:24 2005 UTC (18 years, 7 months ago) by dpavlin
support for node API


Revision 114 - Directory Listing
Modified Sun Sep 11 11:48:16 2005 UTC (18 years, 7 months ago) by dpavlin
small fix


Revision 112 - Directory Listing
Modified Thu Sep 1 20:24:13 2005 UTC (18 years, 7 months ago) by dpavlin
simplify (not to say refactor ;-) code. Also, make it actually work.
Now it doesn't require files or dirs as last parametar (because we know
that we want all files in that backup).
So, run this script, pipe it to gzip (or bzip2) and you have compressed
archive of one increment.

Revision 110 - Directory Listing
Modified Thu Sep 1 18:38:48 2005 UTC (18 years, 7 months ago) by dpavlin
 r112@athlon:  dpavlin | 2005-09-01 20:37:03 +0200
 include hostname in each row


Revision 109 - Directory Listing
Modified Thu Sep 1 18:30:51 2005 UTC (18 years, 7 months ago) by dpavlin
added Ivan's changes to show increment sizes and other minor fixes

Revision 108 - Directory Listing
Modified Wed Aug 31 21:22:48 2005 UTC (18 years, 8 months ago) by dpavlin
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 107 - Directory Listing
Modified Wed Aug 31 20:58:39 2005 UTC (18 years, 8 months ago) by dpavlin
Call HyperEstraier index update only if there are new files or directories
in created snapshot. Minor improvements to terminal output.


Revision 104 - Directory Listing
Modified Wed Aug 31 11:05:26 2005 UTC (18 years, 8 months ago) by dpavlin
fix parametars to execute


Revision 100 - Directory Listing
Modified Tue Aug 30 20:29:26 2005 UTC (18 years, 8 months ago) by dpavlin
added Ivan's version of tarCreate which creates just one increment
(for later burning to archive media)


Revision 99 - Directory Listing
Modified Tue Aug 30 14:45:33 2005 UTC (18 years, 8 months ago) by dpavlin
increased increment to 100000 files (37Mb of working memory on my system)


Revision 98 - Directory Listing
Modified Tue Aug 30 14:19:54 2005 UTC (18 years, 8 months ago) by dpavlin
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 97 - Directory Listing
Modified Tue Aug 30 09:55:55 2005 UTC (18 years, 8 months ago) by dpavlin
added EST_SYNC_EVERY => 10000 to sync HyperEstraier database every 10000
entries. Catching SIGINT and SIGQUIT and sync HyperEstraier database.


Revision 95 - Directory Listing
Modified Tue Aug 30 09:55:34 2005 UTC (18 years, 8 months ago) by dpavlin
don't try to create HyperEstraier index if creating database


Revision 92 - Directory Listing
Modified Sun Aug 28 18:02:58 2005 UTC (18 years, 8 months ago) by dpavlin
nicer messages


Revision 90 - Directory Listing
Modified Sun Aug 28 17:42:25 2005 UTC (18 years, 8 months ago) by dpavlin
bug fix: -i option now works, file type fixed in index


Revision 89 - Directory Listing
Modified Sun Aug 28 17:04:12 2005 UTC (18 years, 8 months ago) by dpavlin
automatic update of HyperEstraier index after each increment,
added -i flag to force re-scan of all files and insert missing
ones into index


Revision 86 - Directory Listing
Modified Sun Aug 28 12:35:59 2005 UTC (18 years, 8 months ago) by dpavlin
first cut at implemeting HyperEstraier search,
shares are now formated like host:share, fix date display,
initial cut at removing unneeded database columns,
rename all fields to comply with database columns


Revision 82 - Directory Listing
Modified Sun Aug 28 09:12:54 2005 UTC (18 years, 8 months ago) by dpavlin
added HyperEstraierIndex configuration option


Revision 81 - Directory Listing
Modified Sun Aug 28 08:40:06 2005 UTC (18 years, 8 months ago) by dpavlin
added experimental HyperEstraier index creation.


Revision 74 - Directory Listing
Modified Fri Aug 26 17:18:27 2005 UTC (18 years, 8 months ago) by dpavlin
fixed found_in_db to prevent duplicate file insertion when restarting from
non-empty database.


Revision 70 - Directory Listing
Modified Wed Aug 24 17:12:22 2005 UTC (18 years, 8 months ago) by dpavlin
return correct number of new files in each increment (just display error)


Revision 68 - Directory Listing
Modified Mon Aug 22 09:46:57 2005 UTC (18 years, 8 months ago) by dpavlin
sort sheets


Revision 67 - Directory Listing
Modified Mon Aug 22 08:58:59 2005 UTC (18 years, 8 months ago) by dpavlin
small speedup and nicer output


Revision 66 - Directory Listing
Modified Mon Aug 22 00:09:59 2005 UTC (18 years, 8 months ago) by dpavlin
calculate size for each backup (this is more accurate than reading meta data
if you aren't staring from clean BackupPC installation).


Revision 65 - Directory Listing
Modified Sun Aug 21 23:25:47 2005 UTC (18 years, 8 months ago) by dpavlin
add shareID to backups and fixed commit mess. Now update correctly continues
from last aborted backup and share.


Revision 62 - Directory Listing
Modified Sun Aug 21 15:59:55 2005 UTC (18 years, 8 months ago) by dpavlin
removed on-disk full path from database and queries, search now tries to
match full path and not only filename


Revision 57 - Directory Listing
Modified Sun Aug 21 14:25:46 2005 UTC (18 years, 8 months ago) by dpavlin
print start time and duration of each backup


Revision 52 - Directory Listing
Modified Sat Aug 20 16:45:02 2005 UTC (18 years, 8 months ago) by dpavlin
schema fix


Revision 51 - Directory Listing
Modified Sat Aug 20 16:40:11 2005 UTC (18 years, 8 months ago) by dpavlin
added SearchDSN and SearchUser configuration directives. Defaults are
probably useful only to me :-)
Added total duration display to BackupPC_updatedb


Revision 50 - Directory Listing
Modified Sat Aug 20 15:51:16 2005 UTC (18 years, 8 months ago) by dpavlin
display duration time for each increment part


Revision 49 - Directory Listing
Modified Sat Aug 20 15:01:48 2005 UTC (18 years, 8 months ago) by dpavlin
changes to make it work on PostgreSQL (and add general DBD independence), added
unique indexes, fixed schema, converted primary keys to serial.

This change breaks search for sure, but PostgreSQL is faster than SQLite on
my laptop:

User+System Time
SQLite		24.96514 
PostgreSQL	11.08451



Revision 48 - Directory Listing
Modified Sat Aug 20 14:13:58 2005 UTC (18 years, 8 months ago) by dpavlin
some speedups, I think this is most I can do without changing database


Revision 45 - Directory Listing
Modified Sat Aug 20 11:39:05 2005 UTC (18 years, 8 months ago) by dpavlin
fine-tune debug output, profile target


Revision 44 - Directory Listing
Modified Sat Aug 20 11:24:55 2005 UTC (18 years, 8 months ago) by dpavlin
added verbosity level to -v and backup type to display


Revision 43 - Directory Listing
Modified Fri Aug 19 22:12:56 2005 UTC (18 years, 8 months ago) by dpavlin
fix size format


Revision 42 - Directory Listing
Modified Fri Aug 19 22:07:01 2005 UTC (18 years, 8 months ago) by dpavlin
added size format


Revision 41 - Directory Listing
Modified Fri Aug 19 21:52:43 2005 UTC (18 years, 8 months ago) by dpavlin
first try at generating Excel report


Revision 40 - Directory Listing
Modified Fri Aug 19 15:38:56 2005 UTC (18 years, 8 months ago) by dpavlin
display number of new and total files in each increment


Revision 39 - Directory Listing
Modified Fri Aug 19 15:28:59 2005 UTC (18 years, 8 months ago) by dpavlin
fix clean pid handling on clean exit


Revision 38 - Directory Listing
Modified Fri Aug 19 15:27:27 2005 UTC (18 years, 8 months ago) by dpavlin
maintain pid file in /tmp/BackuPC_update.pid


Revision 37 - Directory Listing
Modified Fri Aug 19 14:57:30 2005 UTC (18 years, 8 months ago) by dpavlin
added date, time and average items per second


Revision 35 - Directory Listing
Modified Sun Jul 31 21:03:36 2005 UTC (18 years, 9 months ago) by dpavlin
create BackupPC::View just once


Revision 34 - Directory Listing
Modified Sun Jul 31 20:53:40 2005 UTC (18 years, 9 months ago) by dpavlin
added option to dump just first increment in view


Revision 32 - Directory Listing
Modified Sun Jul 31 18:10:45 2005 UTC (18 years, 9 months ago) by dpavlin
added -v option to turn debugging on (-d is allready delete)


Revision 30 - Directory Listing
Modified Sun Jul 31 15:59:19 2005 UTC (18 years, 9 months ago) by dpavlin
added $debug level to make script chatty to STDERR


Revision 29 - Directory Listing
Modified Sun Jul 31 12:40:51 2005 UTC (18 years, 9 months ago) by dpavlin
bug squashing fest: moved stack in recurseDir in proper scope (which will save memory),
recurse always through all directories (unfortunate fact that directory mtime doesn't
track changes in sub-directories), insert invrement after all files are inserted


Revision 27 - Directory Listing
Modified Fri Jul 29 17:31:14 2005 UTC (18 years, 9 months ago) by dpavlin
maintain own stack to cut down memory usage


Revision 25 - Directory Listing
Modified Wed Jul 13 09:57:41 2005 UTC (18 years, 9 months ago) by dpavlin
fixed drop-down label


Revision 18 - Directory Listing
Modified Mon Jul 11 14:31:51 2005 UTC (18 years, 9 months ago) by dpavlin
fix schema


Revision 15 - Directory Listing
Modified Mon Jul 11 00:07:25 2005 UTC (18 years, 9 months ago) by dpavlin
removed debug output


Revision 14 - Directory Listing
Modified Sun Jul 10 22:56:43 2005 UTC (18 years, 9 months ago) by dpavlin
refactured updatedb to be faster, hopefully easier to understand and to
save just increments for each backup in database.


Revision 8 - Directory Listing
Modified Thu Jun 23 12:22:21 2005 UTC (18 years, 10 months ago) by dpavlin
fix


Revision 7 - Directory Listing
Modified Thu Jun 23 10:14:10 2005 UTC (18 years, 10 months ago) by dpavlin
removed backup


Revision 6 - Directory Listing
Modified Thu Jun 23 09:47:59 2005 UTC (18 years, 10 months ago) by dpavlin
lot of fixes to make search work


Revision 2 - Directory Listing
Modified Wed Jun 22 19:12:42 2005 UTC (18 years, 10 months ago) by dpavlin
make working version


Revision 1 - Directory Listing
Added Wed Jun 22 19:12:04 2005 UTC (18 years, 10 months ago) by dpavlin
Original Path: upstream/2.1.0/bin
import of version 2.1.0


  ViewVC Help
Powered by ViewVC 1.1.26