Difference between revisions of "2.5.1 features"

From The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Jump to navigationJump to search
Line 2: Line 2:
  
 
* Defects found by [[Developer_documentation|Coverity scan and Klocwork K7]] analysis tools fixed.
 
* Defects found by [[Developer_documentation|Coverity scan and Klocwork K7]] analysis tools fixed.
* Works with GNU tar 1.15.91 - added support for --wildcards option.
+
* Works with GNU tar 1.15.91 - work with new gtar state file format.
 
* [[Amcrypt-ossl|Open SSL encryption]] support
 
* [[Amcrypt-ossl|Open SSL encryption]] support
 
* Two new [[Server/Client_authentication|authentication]] methods: bsdtcp, bsdudp.
 
* Two new [[Server/Client_authentication|authentication]] methods: bsdtcp, bsdudp.

Revision as of 13:30, 27 July 2006

The list of new features in 2.5.1 beta releases:

  • Defects found by Coverity scan and Klocwork K7 analysis tools fixed.
  • Works with GNU tar 1.15.91 - work with new gtar state file format.
  • Open SSL encryption support
  • Two new authentication methods: bsdtcp, bsdudp.
  • Unlimited number of DLEs on a client with bsdtcp, rsh and ssh authentication methods.
  • Recovery process amrecover uses Secure API. amoldrecover command (same syntax and functionality as amrecover command) is provided for compatibility with old Amanda releases. amoldrecover command uses old amidxtaped/amindexd protocol.
  • Amanda debug files are separated into client/server/amandad and are also classified based on Amanda configuration name.
  • Amanda command changes
    • amfetchdump -o is replaced by -O.
    • amcheck -w option does all tests including the tape writable test. Use amcheck -t -w to do only the tape writable test.
    • -o command option to override Amanda configuration. See amanda man page for details.
    • amgetconf command doesn't write the BUGGY message when a entry is not found in the configuration file.
  • Amanda configuration file changes
    • amrecover_do_fsf in amanda.conf defaults to yes
    • amrecover_check_label in amanda.conf defaults to yes
    • usetimestamps in amanda.conf to support multiple backup runs in a calendar day.
    • holdingdisk in amanda.conf supports new values: NEVER, AUTO, REQUIRED.
    • amandad_path, client_username and ssh_keys in amanda.conf for ssh/rsh authentication.
    • New amanda client configuration file - amanda-client.conf. Different client configuration file can be used for each Amanda configuration.
    • gnutar_list-dir and amandates can be specified in Amanda client configuration file - amanda-client.conf
    • .amandahosts format changes to allow use of secure API for recovery.
    • Amanda service entries in xinetd configuration has changed.