Skip to content

Releases: TechGeek01/BackDrop

v2.0.0

Choose a tag to compare

@TechGeek01 TechGeek01 released this 25 Dec 23:44

2.0.0 - 2020-12-25

Added

  • Progress bar now shows overall copy progress based on how much data needs to be copied
  • Files are now verified when copying
  • Analysis summary now shows how much data will be copied to each drive
  • Added confirmation message warning about data deletion on new drives with no config
  • Added warning message noting missing drives that need to be connected

Fixed

  • File detection now properly detects all files that should be deleted

Changed

  • Moved from robocopy for file copying to a custom function that allows reporting of progress

v1.1.3

Choose a tag to compare

@TechGeek01 TechGeek01 released this 03 Nov 04:38

1.1.3 - 2020-11-02

Fixed

  • BackDrop no longer crashes when no network drives are present to use as source

v1.1.2

Choose a tag to compare

@TechGeek01 TechGeek01 released this 03 Nov 02:59

1.1.2 - 2020-11-02

Fixed

  • Summary no longer shows split folders on all drives
  • Improved detection of leftover files to delete

Changed

  • Aligned text in summary frame to columns
  • Adjusted window size
  • Replaced text label branding with Logo

v1.1.1

Choose a tag to compare

@TechGeek01 TechGeek01 released this 22 Oct 02:30

1.1.1 - 2020-10-21

Fixed

  • Deleting files that are no longer allocated to a drive now happens before the robocopy in order to prevent running out of space while copying new files

Changed

  • Holding Alt while clicking on a drive now ignores config files and just selects the drive

v1.1.0

Choose a tag to compare

@TechGeek01 TechGeek01 released this 18 Sep 00:29

1.1.0 - 2020-09-17

Fixed

  • Fixed refresh threads running when a refresh is already active
  • Fixed shares being calculated in multiple threads when Ctrl + clicking
  • Fixed drive selection breaking after loading a config from a selected drive
  • File size of the drive config directory is now subtracted from drive space during analysis

Changed

  • Added ThreadManager class
  • Added split mode backup option for backing up a subset of the drives in a config

v1.0.1

Choose a tag to compare

@TechGeek01 TechGeek01 released this 12 Sep 04:42

This release is mainly minor performance improvements

v1.0.0

Choose a tag to compare

@TechGeek01 TechGeek01 released this 11 Sep 21:09

This is the initial release. Backing up is dead simple.

  1. Select your source for your NAS, and pick the shares you want to back up.
  2. Select the drives you want to back up to
  3. Perform an analysis to let BackDrop figure out how to best arrange your shares to make things fit
  4. Either run the backup within BackDrop itself, or you can copy each command in the list with a single click, and run them yourself!

BackDrop will remember the selected source drive, and will write a backup config to the selected drives. When you come back, selecting a drive with a config will automatically select the rest of the drives for that backup, and the shares you're backing up.