Skip to content

Releases: drweb86/butil

2024.04.14

14 Apr 16:43
eb001fd
Compare
Choose a tag to compare

Download

Changes

2024.04.05

05 Apr 20:40
Compare
Choose a tag to compare

New Features

  • During recovery or version deletion, real progress is shown
  • During recovery or version deletion, logs are written.
  • Recovery speed should be increased, but PC might be a little bit unresponsive during process.
  • If user mounted network SMB/CIFS share on Windows, then he may skip for CIFS storage credentials. In this case invoking 'net use' command will be skipped.
    Main idea behind change is to avoid already mounted error. And use it recovery.
  • Restoration speed was increased in 2 times for Windows.

Bug Fixes

  • FTPS MITM attacks. Be aware that if you had previously setupped FTPS with self-signed certificate, you need to do the following steps:
    a. Open task with FTPS in Edit mode,
    b. Click Save.

Download Links

Unfortunately release system is still broken on github. So I'm releasing it on my NAS.
Download

2024.03.28

28 Mar 18:44
Compare
Choose a tag to compare

Bug Fixes

  • 7-zip binaries were missing with setup due to lack of internet during build.

Download Links

Download

2024.03.16

16 Mar 21:39
Compare
Choose a tag to compare

image

New Features

  • Windows support for local accounts (setup was not able to install 7-zip via win-get, because Microsoft does not support installation for users not authorized in Store).
  • Windows binaries are ready to launch, no need to install 7-zip separately.
  • Update to .Net 8.
  • Ability to delete previous versions (can be done from restoration view). With this feature incremental backup becomes self-sufficient when storage quota is exceeded.

Removed Features

  • SNAP support is dropped (.Net does not support confined environment properly, Snap does not support .Net, not possible to get proper access to files, Avalonia does not support snap properly)

Download Links

Download

2024.01.10

10 Jan 19:06
Compare
Choose a tag to compare

image

New Features

  • Windows ARM64 support.

2024.01.01

01 Jan 14:08
Compare
Choose a tag to compare

Changes

  • Deduplication of files was improved, last write time is not taken into account anymore.

Removed Features

  • Windows: x86 support.