网络备份和恢复程序,Burp 1.3.14 发布

jopen 12年前

Burp是一个网络备份和恢复程序。它采用librsync,以节省网络流量和保存每个备份所使用的空间量。当备份Windows计算机时,它还使用VSS (Volume Shadow Copy Service)来作快照。

2012-09-27: burp-1.3.14 发布:

在burp-1.3.14中的变化情况:    * Remove '-l  / logfile=' options because they didn't work properly      and were adding too much complexity to the code.    * Add 'stdout=[0|1]' option, which defines whether to log messages to stdout.    * Add 'progress_counter=[0|1]' option for the client, which defines whether      to print counters to stdout.    * When syslogging, do not prepend a date to the log message.    * Don't count phase 2 counters twice when resuming.    * Ignore files in clientconfdir starting with '.' or ending with '~', as      these are hidden or temporary files.    * Fix bug where the client_can_* options were not being overridden in the      client specific conf files.    * Fix bug that stopped client_can_restore=0 working.    * Scan the manifest before restore/verify so that counters and status      monitor can show estimates.    * Add verify/restore notifications.    * Fix Windows batch file IF/ELSE syntax in Windows autoupgrade script.    * Have the server send the client the counters when resuming.    * Have the server send the client the counters when verifying/restoring, so      that it knows what to expect.    * Avi Rozen's bug fix for directory browsing on windows    * Do not skip restores of sockets.    * Add server_can_restore=[0|1] client side option, so that clients can refuse      server initiated restores.    * Allow server_can_restore and encryption_password to be set with the Windows      installer.    * Indicate to the server post script whether there was an error.    * Indicate to the server post script whether a timed backup was attempted.    * Add the ability to restore using a different client. See the      'restore_client' option in the man page.    * Add the ability to exclude compression on files by extension. See the      'exclude_comp' option in the man page.    * Make the functions that strcmp file extensions more efficient.    * Fixed bug introduced in 1.3.12 that made the client crash when scanning      files with very long names.