Commit graph

75 commits

Author SHA1 Message Date
Nico Schottelius
7ab5ace250 .gitignore, Makefile, ccollect.sh, CHANGES
Added more generated dac to .gitignore

Added changing permissions on webserver

Fixed bug when user specifies "ccollect interval source/"
(If a user has a ":" in its path he should be shoot).

Added note to new documentation.
2006-06-13 12:44:32 +02:00
Nico Schottelius
1a233ebd85 Also moved general pre_exec to earlier execution, though not before
command line checking
2006-06-13 12:08:53 +02:00
Nico Schottelius
5ef6063fad Pre_exec problem, resorting
Pre_exec has to be executed first, because it may create other
configuration options (including mounting the destination!)
(the problem was reported by Tonnerre Lombard).

Also added more beautiful comments.
2006-06-13 12:04:36 +02:00
Nico Schottelius
c75c6d27c3 Fix for whitespaces in output for wc from FreeBSE 2006-06-03 17:16:09 +02:00
Nico Schottelius
a58ba2e1cf [NEW] Texinfo support, Docbook support
Some more documentation formats. Perhaps ccollect wants to become
a GNU package?
2006-05-12 15:41:49 +02:00
Nico Schottelius
26edc63c02 Different date format for internal use and external output 2006-04-29 23:46:29 +02:00
Nico Schottelius
34003efa29 Replaced different date types with one specification 2006-04-29 23:41:12 +02:00
Nico Schottelius
80e98e76bf [cosmetic] Changed share to source 2006-04-29 12:58:57 +02:00
Nico Schottelius
d327a1bf64 Added more date information 2006-04-29 00:30:02 +02:00
Nico Schottelius
8064bebb60 Cosmetic fix and problem with pax destination_dir
destination_dir is ABSOLUTE and not relative!
2006-04-28 16:43:41 +02:00
Nico Schottelius
ef49d107f7 Replaced intervall with interval in ccollect.sh 2006-04-25 15:35:56 +02:00
Nico Schottelius
1c7f824c19 Removed whitespaces, added Changes 2006-04-25 15:28:54 +02:00
Nico Schottelius
3081199b56 Major changes
Added note to german documentation

Removed colon (:) in interval name

Updated CHANGES

Updated documentation (incompatibilities)
2006-04-25 15:19:53 +02:00
Nico Schottelius
5abd4678b0 pax hinzugefuegt, verbose ueberprueft, getestet 2006-04-25 14:26:13 +02:00
Nico Schottelius
63cbbb4abf Added more return value checking. 2006-03-19 01:13:38 +01:00
Nico Schottelius
e95a2ea208 Replaced cp with pax 2006-03-19 01:10:58 +01:00
Nico Schottelius
98ad607421 Added termination, if pre_exec in source fails 2006-03-19 01:02:28 +01:00
Nico Schottelius
ba60e59a97 Added quotes for safety 2006-03-19 01:01:16 +01:00
Nico Schottelius
7951c72189 ccollect now exits, when the pre-executing program terminated anormally. 2006-03-19 00:59:42 +01:00
Nico Schottelius
acc5db288b Version bump.... 2006-02-24 10:08:26 +01:00
Nico Schottelius
472c86d6a2 Fix bug, when rsync exits non-zero 2006-02-24 09:41:44 +01:00
Nico Schottelius
27d1786af1 Added date 2006-02-07 21:22:39 +01:00
Nico Schottelius
740f14d426 Added more time information 2006-02-06 08:23:29 +01:00
Nico Schottelius
3b0d907196 Fixed problem with spaces in path of ccollect 2006-02-06 00:33:37 +01:00
Nico Schottelius
044df01c08 Corrected singular case 2006-02-06 00:25:30 +01:00
Nico Schottelius
699d3463ac Changed broken English 2006-02-05 18:56:36 +01:00
Nico Schottelius
02df9c008e Output text changed to be more true 2006-02-04 11:06:24 +01:00
Nico Schottelius
199d81b0ef Added backup duration information (proposed by Daniel Aubry) 2006-01-25 23:37:52 +01:00
Nico Schottelius
d1f8c02294 More cosmetic and language changes 2006-01-24 22:58:39 +01:00
Nico Schottelius
bc51517bd8 Cosmetic changes 2006-01-24 22:36:28 +01:00
Nico Schottelius
083b5e4d06 Added support for summary 2006-01-24 21:46:49 +01:00
Nico Schottelius
97d9f2ff1a Added full pre-/post exec implementation and configuration 2006-01-22 12:37:04 +01:00
Nico Schottelius
3e32b84731 Removed previously inserted debug 2006-01-22 12:22:49 +01:00
Nico Schottelius
dd453a964a Added standard conform arithmetic $(()) instead of $[] 2006-01-22 12:21:35 +01:00
Nico Schottelius
b07299b760 Implemented general pre- and post-exec commands 2006-01-22 11:13:22 +01:00
Nico Schottelius
d6aa92523b very_verbose now includes verbose 2006-01-22 10:46:58 +01:00
Nico Schottelius
f99404a04a Implemented very_verbose and changed standard behaviour. Also added some
more documentation
2006-01-22 10:40:40 +01:00
Nico Schottelius
000547dc91 ccollect-0.2, beautified 2006-01-13 23:29:29 +01:00
Nico Schottelius
e4cc3b319c Removed old echo functions and other old code, prepared 0.2 release 2006-01-13 23:10:23 +01:00
Nico Schottelius
0231c18401 Completed parallelization 2006-01-13 17:39:17 +01:00
Nico Schottelius
34c3d4455e Parallel and logging works, now beautifying 2006-01-13 17:07:20 +01:00
Nico Schottelius
79a52ea55f Parallel execution works, error checking due to using pipes and add_name
does not work correctly.
2006-01-13 16:37:22 +01:00
Nico Schottelius
9b36bff9a0 Added more correct, still broken parallel execution 2006-01-13 16:14:41 +01:00
Nico Schottelius
687e0b6a68 Some smaller configuration changes, some message clarifications 2006-01-13 13:33:26 +01:00
Nico Schottelius
f997286074 Some more preperations for parallel backuping 2006-01-13 12:33:43 +01:00
Nico Schottelius
bc076c7760 Add better quoting, add better output (still incosistent 2006-01-09 13:56:09 +01:00
Nico Schottelius
6d925823bc Added partial parallel execution, added new error and standard message
printing
2006-01-09 13:24:27 +01:00
Nico Schottelius
8c9052888f Updated docu, updated error message 2005-12-13 17:27:27 +01:00
Nico Schottelius
0d85c67357 Removed comment, added quoting 2005-12-13 14:41:40 +01:00
Nico Schottelius
a0f9cfd95e Added verbosity 2005-12-08 16:14:46 +01:00