Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@dunkmann00 dunkmann00 released this 27 Sep 21:00
· 23 commits to main since this release
95cba21

Drive Backup 2.0 is here, hooray! 🎉

This is a huge step forward for the project. The underlying backup mechanisms are mostly the same but this brings a lot more polish to the interface and project as a whole.

Notable Changes

  • App includes its own client credential. It is no longer necessary to supply your own client credential to use. You still have the option to supply your own if desired (--client-credentials option).
  • Each time a backup is run a configuration file is created/updated (drive-backup.bkp). By default this file will be placed in the backup's destination directory. If you want to run a previous backup again, you can supply the --backup-config option and all the settings from the previous backup will be used. This is very convenient and less error prone compared to manually supplying multiple options in the command line each time a backup is rerun.
  • You can now set where the log file will be stored with --log-path.
  • You can turn the completion notifications off for mac or Windows via --no-notifications.
  • Can be installed via pipx or downloaded as a standalone binary that will be included with this release (and every release going forward).

Check the README for more info on how to use Drive Backup and any of the new features.

What's Changed

New Contributors

Full Changelog: https://github.com/dunkmann00/Drive-Backup/commits/v2.0.0