2.5.2 features: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
* Works with IPv6 address
* Works with IPv6 address
* Build-time configuration of SSH options
* Build-time configuration of SSH options
* [[amadmin]] options to list and delete backup images from holding disk
* Amanda configuration file changes [[amanda.conf]] changes
* Amanda configuration file changes [[amanda.conf]] changes
** debugging is enabled in the config file. See all debug_* config option
** debugging is enabled in the config file. See all debug_* config option
** tapetype 'readblocksize', if maxtapeblocksize is set too larger for your hardware
** tapetype 'readblocksize', if maxtapeblocksize is set too larger for your hardware
== 2.5.2p1 changes ==
* Lots of bug fixes
** Many IPv6 bugs
*** missing sockaddr_storage
*** missing AI_V4MAPPED and AI_ALL
*** compare of IPv4 and IPv6 v4mapped address.
*** (bsd/bsdudp): server use two sockets, one for IPv4 and one for IPv6
** [[amflush]]/autoflush
** chown/chmod
** [[amstatus]]
** Compilation failures on some platforms

Revision as of 17:01, 7 June 2007

  • Many bugs fixed and code cleanup
  • krb5 auth is working
  • Works with IPv6 address
  • Build-time configuration of SSH options
  • amadmin options to list and delete backup images from holding disk
  • Amanda configuration file changes amanda.conf changes
    • debugging is enabled in the config file. See all debug_* config option
    • tapetype 'readblocksize', if maxtapeblocksize is set too larger for your hardware

2.5.2p1 changes

  • Lots of bug fixes
    • Many IPv6 bugs
      • missing sockaddr_storage
      • missing AI_V4MAPPED and AI_ALL
      • compare of IPv4 and IPv6 v4mapped address.
      • (bsd/bsdudp): server use two sockets, one for IPv4 and one for IPv6
    • amflush/autoflush
    • chown/chmod
    • amstatus
    • Compilation failures on some platforms