Releases: jonathanlermitage/simple-backup-go
Releases · jonathanlermitage/simple-backup-go
v0.0.3
- 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
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 ♦.