Bvckup 2

Discussion in 'backup, imaging & disk mgmt' started by angstrom, Jul 7, 2014.

  1. guest

    guest Guest

    Bvckup 2 81.13 Released (March 15, 2021)
    Website / Download: https://bvckup2.com/update
    Release Notes
     
  2. guest

    guest Guest

    Bvckup 2 81.14 Released (May 17, 2021)
    Website / Download: https://bvckup2.com/update
    Release Notes
     
  3. guest

    guest Guest

    Bvckup 2 81.15 Released (June 23, 2021)
    Website / Download: https://bvckup2.com/update
    Release Notes
    Release 81.15

    ⦁ Fixed an issue with program mode switching via command line.

    This has to do with the case when the program is switched to run as a system service [1], but the service cannot start due to an organization-wide security restriction that the local admin has no control over.

    Apparently it's possible.

    In this case the program ends up in a state where it has a service configured and all backup jobs stored in %ProgramData%\Bvckup2 folder, but it can't be switched back to the desktop mode, because the UI cannot start, because the service cannot start.

    So the only way to undo the mode switch is through the command line using "bvckup2 --switch-to-app ..." incantation.

    The issue was that the handler of this command would sometimes cancel the switch mid-run because it thought the UI was requesting it ... even if there was no UI connected. This is now fixed.

    Also, while at it, there's now a new shortcut command for this sort of emergency mode rollback -

    bvckup2.exe --to-desktop

    It is equivalent to

    bvckup2.exe --force --console %LocalAppData%\Bvckup2

    [1] Service mode - https://bvckup2.com/support/forum/topic/799
     
  4. guest

    guest Guest

    Bvckup 2 81.16 Released (July 13, 2021)
    Website / Download: https://bvckup2.com/update
    Release Notes
    Release 81.16

    ⦁ Resolved an issue with stream and security attributes retrieval during the scan phase for certain types of locked-down setups.

    Previously, the scanner relied on standard Windows API to query this information. As it turns out these APIs don't always observe and make use of SeBackupPrivilege held by the Bvckup2 process [1] and they fail with Access Denied. The fix was to re-implement them using Native API.

    ⦁ Put back an option for upgrading Personal licenses to the Pro level, now hidden by default.

    [1] https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/privileges
     
  5. guest

    guest Guest

    Bvckup 2 81.17 Released (August 24, 2021)
    Website / Download: https://bvckup2.com/update
    Release Notes
     
  6. guest

    guest Guest

    Bvckup 2 81.18 Released (September 6, 2021)
    Website / Download: https://bvckup2.com/update
    Release Notes
     
  7. guest

    guest Guest

    Bvckup 2 81.19 Released (October 12, 2021)
    Website / Download: https://bvckup2.com/update
    Release Notes
    Release 81.19

    ⦁ Resolved an issue with modified files not getting updated when ...
    ... they are moved from a folder that gets deleted ...
    ... to a folder that gets created ...
    ... and with the job set to use destination snapshots.

    In these cases, files _will_ be moved and/or renamed, but they will _not_ updated until the next job run that re-scans destination.

    This issue was introduced in the original release 81 and it was due to a bug in a move detection logic in the planning module.

    When updating from 81.18 and earlier releases, all backup jobs that are set to use destination snapshots and perform file move detection will be forced to do an one-time destination re-scan.

    Alternatively, any accumulated discrepancies may be flushed out by running backup jobs manually with Ctrl-Go. Holding Ctrl down does the same thing as above - it forces an one-time rescan of the destination.

    ⦁ Resolved an issue with not acting on timeout while waiting for the post-backup command completion. The program would report the event, but won't actually stop waiting for the completion.
    ⦁ Resolved an issue with newly added backu
     
  8. guest

    guest Guest

  9. guest

    guest Guest

    Bvckup 2 81.21 Released (November 18, 2021)
    Website / Download: https://bvckup2.com/update
    Release Notes
    Release 81.21

    ⦁ Reworked handling of malformed file and folder names.

    Brought to you by https://bvckup2.com/support/forum/topic/1459, kudos to sjcnyc for reporting it.

    According to the Microsoft spec [1] file and folder names may not contain certain reserved symbols, e.g. : and ?, and they also may not ASCII symbols with codes between 0 and 31 decimal.

    In theory, there should be no case when a program would see any of these forbidden names when it, say, lists directory contents.

    In practice - you guessed it - it may, because it's still possible to create file/folders named like that. This requires using the so-called native (NT) API, but it's not terribly difficult.

    Prior to this release the program checked for one specific violation of the naming rules - when the name started with NUL character and would effectively appear zero-length. This case is notable because it's a quick and dirty way of concealing files from the common software and it's also a flag of malware presence.

    All other naming violations were checked, but weren't reported or acted on. Except for one place where the code _expected_ the name to be valid and would fail a self-consistency test if the name was malformed.

    This part is now reworked. The overly pedantic code was relaxed to allow for malformed files names and the scanning module now reports all invalid names as errors. These errors are non-critical, they don't cause the backup to be aborted. Additionally, this validation can be switched off if needed.

    [1] https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions
     
  10. TheRollbackFrog

    TheRollbackFrog Imaging Specialist

    Joined:
    Mar 1, 2011
    Posts:
    4,954
    Location:
    The Pond - USA
    Black Friday OFFER: 40% OFF on "Pro for Workstation" if you use this LINK. Valid through Dec 1st 2021 for orders of up to 5 licenses. <click> on "Review Order" to apply the discount and see the adjusted total.
     
  11. guest

    guest Guest

    Bvckup 2 81.99.28 Pre-Release (November 29, 2021)
    Website
    Release Notes
    Pre-release 81.99.28

    ⦁ Added support for verifying alternate streams [1] on folders
    ⦁ Fixed an stopping issue with verification code - it was panicking under certain conditions when seeing the end-of-file marker twice.
    ⦁ Fixed an issue with the scanner failing with "0xC0000004" - the scanner would flat out refuse to scan certain locations, because it received certain response from Windows that it didn't expect.
    ⦁ Switched to using new code signing certificate - an admin issue, just started using new certificate for signing all executables. In theory this should be completely transparent to everyone. In practice it may cause some obscure issues in edge cases, i.e. longer start-up times on Windows XP, but we'll deal with these on as-they-come basis.

    [1] https://bvckup2.com/wip/04102017
     
  12. guest

    guest Guest

    Bvckup 2 - The pre-release forum - Getting a pre-release build
     
  13. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,805
    Location:
    .
    Release 81.22
     
  14. guest

    guest Guest

    New - Direct UI access to advanced configuration settings
    February 15, 2022
    bvckup2_r82-rabbit-hole.png
     
  15. imdb

    imdb Registered Member

    Joined:
    Nov 2, 2011
    Posts:
    4,208
  16. angstrom

    angstrom Registered Member

    Joined:
    Oct 27, 2013
    Posts:
    126
    Location:
    Switzerland
    The next release is nearly complete, up to the preview build 47 now. Here are some more interesting changes:

    # Block write verification (reading back all written blocks) - config and details

    # Backup verification (bitwise) - config, run-time and details

    # Faster delta copying using Blake3, now well into GB speeds - built-in benchmark

    # Completely revamped scanning module - faster and more flexible - details

    # IO throttling - config and explainer

    # Archiving of modified files - config

    # Alternate stream replication for folders

    # Direct UI access to 70+ advanced features - screencap

    # New UX for the backup configuration window - before and after

    # New delta copying progress bar - before/after and a write-up

    # Dark mode - screencap

    I'd suggest giving a preview build a try. It's just a couple of clicks.
     
  17. paulderdash

    paulderdash Registered Member

    Joined:
    Dec 27, 2013
    Posts:
    4,644
    Location:
    Under a bushel ...
    Neat.
    One observation, if I shift select multiple backups, right-click command run, it will run the multiple backups in sequence in production version.
    In pre-release, right click command is not available. Not sure if that is intended behaviour at this point.
     
  18. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,805
    Location:
    .
    @angstrom
    When I click download it says bvckup2-setup-1.81.27.0.exe not 81.28
     
  19. angstrom

    angstrom Registered Member

    Joined:
    Oct 27, 2013
    Posts:
    126
    Location:
    Switzerland
    That's a bug. Thanks.
     
  20. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,805
    Location:
    .
    Once again.

    @angstrom
    When I download, the installer says bvckup2-setup-1.81.27.0.exe not 81.28

    Edit@16:33hrs: I feel ignored, no replay so far. Dunno why developer is doing this.
     
    Last edited: Oct 12, 2022
  21. angstrom

    angstrom Registered Member

    Joined:
    Oct 27, 2013
    Posts:
    126
    Location:
    Switzerland
    Can't reproduce this.
     
  22. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,805
    Location:
    .
    OK you can't cause you or someone else fixed the link.
    Now it's working.
    Edit, by fixed I meant the link has the latest correct version 81.28
     
  23. imdb

    imdb Registered Member

    Joined:
    Nov 2, 2011
    Posts:
    4,208
  24. paulderdash

    paulderdash Registered Member

    Joined:
    Dec 27, 2013
    Posts:
    4,644
    Location:
    Under a bushel ...
    Fixed.
    Really enjoying new release preview. :thumb:
     
  25. angstrom

    angstrom Registered Member

    Joined:
    Oct 27, 2013
    Posts:
    126
    Location:
    Switzerland
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.