File: CHANGELOG

package info (click to toggle)
slbackup 0.0.12-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 609; sh: 75; makefile: 5
file content (98 lines) | stat: -rw-r--r-- 2,878 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
New in v0.0.12 (2010/02/04)
----------------------------

 o Encapsulate arguments (locations) for rdiff-backup (thanks to
   Finn-Arne Johansen for fixing this).

New in v0.0.11 (2007/12/23)
----------------------------

 o Don't leave out things from config-file just because it looks like
   a C-Comment (Closes Skolelinux bug #1002) (thanks to
   Finn-Arne Johansen for fixing this!).
 o Show the commandline to be run if running in verbose/debug mode
   (thanks to Finn-Arne Johansen).


New in v0.0.10 (2006/02/11)
----------------------------

 o Now only testing for server == or != 'local' in slbackup-cron
   (thanks to Finn-Arne Johansen for finding this "bug")
 o slbackup-cron is not failing when removal of older backups fail as
   this does happen also when no old backup's exist.


New in v0.0.9 (2006/02/03)
---------------------------

 o Now slbackup-cron "exit 1;" if backup for one of the clients fails.
 o Fixed typo in usage () of slbackup-cron (thanks to Finn-Arne Johansen).
 o A Munin-plugin by Finn-Arne Johansen (contrib/munin-plugin).
 o Fixed a typo in the configfile-test (now dies if config file is not
   present).


New in v0.0.8 (2005/08/28)
---------------------------

 o Fixed a bug causing symlinks not to be run in pre.d and post.d.
 o Added support for the --exclude-regexp rdiff-backup option with
   the exclude_regexp option to slbackup.conf .


New in v0.0.7 (2004/12/19)
---------------------------

 o Added commandline options to slbackup-cron for the most common
   options and also allowed more verbose (debug-)output to the
   logfile(s).
 o Added checking of the destination directory on the backup server.
 o Added running of scripts (in specified dirs) before and after
   backup session.
 o Changed from using the ssh-option PasswordAuthentication=no to
   BatchMode=yes in src/slbackup-cron as the first one didn't seem to
   work as I expected (thanks to Klaus Johnstad for bugreport).
 o Added address checking in src/slbackup-cron.
 o Added the exclude-option.


New in v0.0.6 (2003/11/30)
---------------------------

 o bugfix: slbackup didn't handle configuration files with only one
   location for a client


New in v0.0.5 (2003/11/12)
---------------------------

 o slbackup now deletes backups older than a number of days (specified on
   a per client basis in the configuration)


New in v0.0.4 (2003/11/08)
---------------------------

 o New version due to moving source to alioth.debian.org.
 o Probably forgot something here...


New in v0.0.3 (2003/11/02)
---------------------------

 o fixing bug in cron-job


New in v0.0.2 (2003/11/02)
---------------------------

 o Added /usr/share/doc/slbackup/examples/ with one example on how
   to configure slbackup on a combined File server/LTSP-server
   Skolelinux installation.


New in v0.0.1 (2003/11/01)
---------------------------

 o Initial Release.