Imported Upstream version 2.5.1
[debian/amanda] / ReleaseNotes
1                 Release Notes for amanda-2.5.1
2
3
4 usetimestamps
5
6   This new feature will record all dump with timestamp instead of datestamp,
7   it will allow to do many dump in a day and recover easily anyone of them.
8
9   If you use this features, you will not be able to downgrade to 2.5.0 or
10   earlier.
11
12   see the usetimestamps section of 'man amanda.conf'
13
14
15 bsdudp/bsdtcp
16
17   These are 2 new auth, they still use bsd authentification like bsd, but
18   use less port.
19
20   bsdudp is like bsd, it use udp for connecting to client but it will use
21   only one tcp port for all data stream.
22
23   bsdtcp use tcp to connect the to client and it's the only network
24   connection use.  It doesn't have the udp packet size limit, so you can
25   have an unlimited number of DLE for a single host.
26
27 amrecover use the security-api
28
29   amrecover now use the security-api, You don't need to configure an
30   amindexd and an amidxtaped services in your xinetd.
31   amindexd and amidxtaped will be launched by amandad like any other services.
32   You must do modification to your xinetd configuration and .amandahosts toi
33   allow connection to amindexd and amidxtaped.
34
35 new format of xinetd.d/amanda
36
37   amandad get in arguments the list of services it can launch, you must add
38   theses services in the server_args options.
39
40 new format of .amandahosts
41
42   You must append to each line the services this client can launch, the
43   default is "amdump"
44
45
46 See the AUTHORIZATION section of the amanda man page and the
47 docs/howto-auth.txt
48