Commit Graph

770 Commits

Author SHA1 Message Date
Nico Schottelius e87a7a5db1 More todo 2007-08-07 07:49:50 +02:00
Nico Schottelius a92d28db16 Add create source 2007-08-07 07:48:52 +02:00
Nico Schottelius d0a6190203 Initial version of ccollect-stats.sh from Daniel Aubry
(w/o header and everything)
2007-06-25 12:00:05 +02:00
Nico Schottelius 3af14e5eac replace () with {} to support non gnu-make 2007-06-22 11:23:37 +02:00
Nico Schottelius 2138967b19 Add hints from tonnerre 2007-06-22 11:22:09 +02:00
Nico Schottelius a89cb0ce38 split CCOLLECT to CCOLLECT_SOURCE and CCOLLECT_DEST 2007-06-22 11:21:17 +02:00
Nico Schottelius 8b99b05dfd Add running on netbsd 2007-06-22 11:19:15 +02:00
Nico Schottelius fb6749098f Update netstream requirements 2007-06-22 11:17:14 +02:00
Nico Schottelius 242d3e62b9 Todo for netstream 2007-06-22 11:09:05 +02:00
Nico Schottelius 10870c4ce1 More doc on logwrapper 2007-06-22 11:08:48 +02:00
Nico Schottelius ca8918d2c0 Add initial logwrapper documentation 2007-06-08 10:42:18 +02:00
Nico Schottelius 1d68408541 export number of sources 2007-05-31 11:55:37 +02:00
Nico Schottelius 13b47585a8 export interval 2007-05-31 11:52:33 +02:00
Nico Schottelius c3312ea54d Cosmetic changes (III) 2007-03-13 08:47:04 +01:00
Nico Schottelius 7678d4fb3f Use small directory available everywhere for testing 2007-03-13 08:41:51 +01:00
Nico Schottelius c291d4a8f5 Cosmetic changes (II) plus integration of _exit_err 2007-03-13 08:31:50 +01:00
Nico Schottelius 26d61c8c2c Cosmetic changes (I) 2007-03-13 08:22:47 +01:00
Nico Schottelius f1d1d2b048 notify on unlisted platforms 2007-02-25 18:31:47 +01:00
Nico Schottelius e2706e6403 Add tested platforms 2007-02-25 18:29:33 +01:00
Nico Schottelius 6ca7848cf7 More todo 2007-01-27 19:19:11 +01:00
Nico Schottelius 3de1482bf3 Ignore .htm in mandir 2007-01-27 18:58:53 +01:00
Nico Schottelius 7f204fda81 Seems to work 2007-01-27 18:56:57 +01:00
Nico Schottelius 17fde8943d Release today 2007-01-27 18:56:29 +01:00
Nico Schottelius 21956a3362 Add test script number one. 2007-01-27 18:55:56 +01:00
Nico Schottelius 9bc8d266f2 Minor docu update 2007-01-27 18:28:57 +01:00
Nico Schottelius afbab56496 introduce _exit_err 2007-01-27 18:27:27 +01:00
Nico Schottelius 9ec054053f Todo / Changes 2007-01-20 16:41:53 +01:00
Nico Schottelius 19d84f65da Add _exit_err 2007-01-20 16:41:38 +01:00
Nico Schottelius 5d1e7f1efb Ignore tests 2007-01-20 16:24:20 +01:00
Nico Schottelius 775a7e89a9 Remove testing 2007-01-20 16:22:36 +01:00
Nico Schottelius b662b32457 Erase everyting todo 2007-01-19 20:16:09 +01:00
Nico Schottelius 30f9344cf8 Narf, even more todo found. 2007-01-19 20:15:51 +01:00
Nico Schottelius 1bd9e89689 Remove old TODO 2007-01-19 20:11:40 +01:00
Nico Schottelius ed452354cd Merged todos 2007-01-19 20:11:29 +01:00
Nico Schottelius 6e24829a68 External todos 2007-01-19 20:10:26 +01:00
Nico Schottelius cd21d9c072 Merge todos
Cleanup 0.5.2 for release
2007-01-19 20:07:34 +01:00
Nico Schottelius d95861c81c Add new todos 2007-01-19 20:01:53 +01:00
Nico Schottelius 7c53c28c5d Remove experiemental 2007-01-17 19:32:21 +01:00
Nico Schottelius 07cb3473db More comments 2007-01-17 19:18:42 +01:00
Nico Schottelius 44c80899fe Cosmetic changase 2007-01-17 18:45:13 +01:00
Nico Schottelius 2db6d79735 Even more
todo in the early morning.

6 minutes left until the bus arrives at work.
2007-01-17 09:41:47 +01:00
Nico Schottelius e917546ad1 introduce old backup matching
But this is definitly the WRONG way.

We cannot, we need not and we MUST NOT try to catch dumb users.

Instead we are the program, we may give the rules. And if we add a fancy
feature and the user is too dumb to use it, it is HER/HIS fault.

Just to remind my self:

   Add use of other backup intervals as source for this interval
   with the following behaviour:

   - locate all possible intervals in
      * default configuration
      * source specific configuration
   - locate all backups for each interval, record only the timestamp:
      * taeglich.2007-01-23-0042
         -> possible_old_sources += taeglich
         -> taeglich_last=2007-01-23-0042

         - NO READ NEED for this! other method:
      * sort by time, ALL possible backup:
         - does posix-ls support this? CHECK!
         - ( cd $C_SOURCE/destination/;
             ls --sort-by-time "$interval1".* "$interval2".* |
             tail -n1 )
         - catches all possible intervals
   - add optional behaviour:
      * prefer other interval (newer) over this one
2007-01-17 09:39:23 +01:00
Nico Schottelius e9bcdc72f0 Clean todo 2006-11-16 11:00:13 +01:00
Nico Schottelius 7e27ca0f3d More quote changes 2006-11-15 00:01:19 +01:00
Nico Schottelius 9c2b38bd17 Fix possible problem due to not checked success of cd 2006-11-14 23:51:17 +01:00
Nico Schottelius be9d93c997 Possible problem with spaces in interval names
23:36 < dev-zero> telmich:  abs_destination_dir="$(cd $destination_dir && pwd -P)"
23:36 < dev-zero> telmich: wenn das interval spaces enthält, dann auch
                  destination_dir
2006-11-14 23:37:16 +01:00
Nico Schottelius b9314edb78 Some count tests 2006-11-14 23:35:10 +01:00
Nico Schottelius 5c74195f20 More return value checking fixes 2006-10-31 08:18:58 +01:00
Nico Schottelius e4c63dec6c +CREDITS 2006-10-31 08:12:49 +01:00
Nico Schottelius b78a48917e [bugfix] Wrong return value check
Found by Alexey Maximov
2006-10-31 07:58:54 +01:00