Skip to content

Releases: jonathanlermitage/simple-backup-go

v0.0.3

05 Feb 02:28
6bbb062
Compare
Choose a tag to compare
  • Add an option to stop MS OneDrive before backing up, then start OneDrive once the backup is complete. This is useful if a backup task generates huge files are in a folder that is managed by OneDrive. OneDrive can take a long time to upload a recent large file (it tries to upload the file, but it's still being created. If it takes too much time, OneDrive may stop uploading the file for some time.). Restarting OneDrive seems to solve this issue, as it finds a new, fresh file.
  • Rework some messages.

v0.0.2

05 Sep 05:22
a4712da
Compare
Choose a tag to compare

Don't fail on first error. When backup tasks completed, say if any error occurred.
Print emojis to indicate if backup tasks ended with success ✔ or failed ♦.

v0.0.1

03 Sep 20:05
2ca856d
Compare
Choose a tag to compare

First build for Windows x64. Main features implemented (see README.md).