Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    3,256 downloads
    LibreOffice 3.6.6 /
    4.0.3

    1,458 downloads
    Wine 1.4.1 / 1.5.30
    1,310 downloads
    BackTrack 5 R3
    1,140 downloads
    Red Hat Linux 9
    1,039 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    1,036 downloads
    Linux Mint 14.1 / 15
    RC

    908 downloads
    Red Hat Enterprise
    Linux 6.4

    775 downloads
    VLC 2.0.6
    751 downloads
    Ubuntu 12.10
    714 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 621
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 266
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-3

    User rating: 4.3/5
    Votes: 255
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 565
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 467
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 664
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 353
    Home > Linux > Utilities > Burp > Changelog

    Burp 1.3.30 - Changelog


    What's new in Burp 1.3.30:

    May 3rd, 2013

    · Performs fewer lstat()s on systems that support d_type (i.e. most Linux systems), in order to speed up certain operations.
    · A fix for SIGHUP reload causing the server to go into non-forking mode.
    · Indicates the backups that are deletable and adds options for deleting them.
    · Various small bugfixes.



    What's new in Burp 1.3.28:

    March 30th, 2013

    · This version added the ability to resume partially transferred files.
    · The program now ensures that the 'timer conditions not met' message appears on the client when it is out of the time band.
    · A bug with turning off compression before resuming a backup was fixed.



    What's new in Burp 1.3.26:

    March 6th, 2013

    · This version adds the ability to back up raw devices referenced by a symlink, Valgrind cleanup, and a "-d" option to bedup (to delete duplicates instead of hardlinking, not for use on burp storage directories).



    What's new in Burp 1.3.24:

    January 30th, 2013

    · This version adds lots of bugfixes related to the strip/split_vss options on Windows, adds notification options to the server-side pre/post scripts, adds an automated test script for testing Windows clients, stops Windows from going to sleep during a backup, and adds other small bugfixes.



    What's new in Burp 1.3.22:

    January 3rd, 2013

    · This version improves burp_ca, fixes list/verify/restore when the regex is long and/or contains a colon, fixes split_vss backups being restored on non-Windows machines with the -f (force) option, and adds a "-j" option to format the long list output as JSON (intended for use with burpfs).



    What's new in Burp 1.3.20:

    December 18th, 2012

    · This version has a bugfix for split/strip_vss = 1 on the client side always causing all files to be backed up.
    · It makes configure report /usr as the default prefix.



    What's new in Burp 1.3.18:

    November 3rd, 2012

    · Options to either store Windows VSS headers separately to the actual file data, or to strip it out, were added.
    · A command line 'vss_strip' program was added for extracting the file data from a file containing both VSS data and the file data.
    · An 'ssl_cipher' option was added.
    · There were various small bugfixes.



    What's new in Burp 1.3.16:

    October 9th, 2012

    · An important bug in exclude_comp was fixed.
    · Users of version 1.3.14 clients should upgrade as soon as possible.
    · A bug in the read_blockdev option was fixed.
    · A 'version_warn=[0|1]' option was added.



    What's new in Burp 1.3.14:

    September 29th, 2012

    · '-l / logfile=' options were downloaded because they didn't work properly and were adding too much complexity to the code.
    · The ability to restore to a different client was added.
    · Improvements were made to the progress counters.
    · The ability to exclude compression by file extension was added. Many small bugs were fixed.



    What's new in Burp 1.3.12:

    August 29th, 2012

    · 'Forward' timestamp references were removed from backup directories to allow for easier deletion of backup directories.
    · password_check=[0|1] was added to options on the server.
    · It defaults to on.
    · Turning it off disables client password checks (although SSL certificates are still checked).
    · Deleted files are counted.



    What's new in Burp 1.3.8:

    June 9th, 2012

    · This version fixes a bug introduced in the new storage directory structure code that had the potential to corrupt backups.
    · It forces directory_tree = 0 for clients on versions lower than 1.3.6.
    · It will escape '-' symbols in man pages.
    · It will save received certs as temporary files and then rename them to avoid accidentally truncating the current ones.
    · If a Windows VSS snapshot fails, the program will not continue.
    · 32-bit mingw64 has difficulty printf-ing multiple %llu items and sometimes even segfaults, so the counters are split into individual printfs.



    What's new in Burp 1.3.6:

    May 29th, 2012

    · This version stores files in a directory structure like that of the original client.
    · It fix a bug which caused file times not to be set on Windows directories during restoration.



    What's new in Burp 1.3.4:

    April 28th, 2012

    · Automatically converts backslashes to forward slashes for includes/excludes on Windows clients.
    · Adds 'client_can_force_backup', 'client_can_list', 'client_can_restore' and 'client_can_verify' options.
    · Adds the ability to trigger a backup from the server side.
    · Adds a 'notify_success_changes_only' option, which means that success notifications only get sent if there were new or changed files.
    · Has some OS X fixes.
    · For each file, stores the compression setting in the manifest. Small bugfixes.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM