Nico Schottelius
30352b83a8
Always print return code
2007-08-14 14:36:33 +02:00
Nico Schottelius
d08ac69af6
Better parsable date output
2007-08-14 14:33:22 +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
c291d4a8f5
Cosmetic changes (II) plus integration of _exit_err
2007-03-13 08:31:50 +01:00
Nico Schottelius
17fde8943d
Release today
2007-01-27 18:56:29 +01:00
Nico Schottelius
afbab56496
introduce _exit_err
2007-01-27 18:27:27 +01:00
Nico Schottelius
19d84f65da
Add _exit_err
2007-01-20 16:41:38 +01:00
Nico Schottelius
775a7e89a9
Remove testing
2007-01-20 16:22:36 +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
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
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
b78a48917e
[bugfix] Wrong return value check
...
Found by Alexey Maximov
2006-10-31 07:58:54 +01:00
Nico Schottelius
50c75ccf43
Several minor changes
2006-10-31 07:58:00 +01:00
Nico Schottelius
bf4433ad63
Hint: source specific intervals
2006-10-26 10:30:14 +02:00
Nico Schottelius
735353bd05
Prepare marking of incomplete backups
2006-10-25 15:16:37 +02:00
Nico Schottelius
b31989c476
Whitespace cleanup
2006-10-25 14:48:48 +02:00
Nico Schottelius
952adc32f2
Instantly exit, when creating the destination fails
2006-10-25 08:10:21 +02:00
Nico Schottelius
c7e4bb72a1
Tell the user WHICH interval he/she/it specified for people mixing up
...
options and interval order
2006-10-24 00:35:55 +02:00
Nico Schottelius
141f9bd535
Display correct return code
2006-10-20 11:27:09 +02:00
Nico Schottelius
e759b04a92
Add Makefile for freebsd forts
2006-10-20 00:25:06 +02:00
Nico Schottelius
635f32af22
Version bumb
2006-10-19 14:49:41 +02:00
Nico Schottelius
a288efd671
Remove debugging
2006-10-17 00:38:00 +02:00
Nico Schottelius
3ba0900930
Change url
2006-10-15 21:56:55 +02:00
Nico Schottelius
d2369c1963
Remove bc
2006-10-15 21:01:28 +02:00
Nico Schottelius
342b5bf488
Fix newly introduced bug (absdir/destination)
...
add absolute directory for --link-dest, because rsync does chdir()
before beginnig backup
2006-10-15 17:12:39 +02:00
Nico Schottelius
e6614294c2
Add checking of result of ls
2006-10-15 16:50:12 +02:00
Nico Schottelius
1e1000f193
Fix some broken English.
...
Again, add pwd -P instead of pwd.
2006-10-15 16:48:51 +02:00
Nico Schottelius
05f246d586
Implement hardlinking in rsync
2006-10-15 16:37:07 +02:00
Nico Schottelius
0715932a44
Create directory with absolute path
2006-10-15 16:33:32 +02:00
Nico Schottelius
ec6bb69c75
More preparations for removal of pax
...
Use pwd -P to get real path
2006-10-15 16:31:16 +02:00
Nico Schottelius
2060baa71a
Preperations for a version without pax
2006-10-15 14:16:20 +02:00
Nico Schottelius
0e07585772
Allow overriding of rsync options
...
Moving $RSYNC_EXTRA to the end of options, so users can override
the default options.
This hint was brought to me by Marcus Wagner.
2006-09-05 21:41:12 +02:00
Nico Schottelius
c313ac8f49
Report return code of rsync on failure.
2006-06-25 10:44:02 +02:00
Nico Schottelius
df9cba0502
[bugfix] relative $CCOLLECT_CONF
...
When the path to the cconfig-dir is specified relative in $CCOLLECT_CONF,
ccollect will fail at the second backup run.
2006-06-17 00:12:38 +02:00
Nico Schottelius
466220823b
Update doc, preperation for 0.4.2
2006-06-16 23:24:07 +02:00
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