Skip to content

Releases: rlunaro/google-drive-backup

2.2.0

10 Feb 00:05
Compare
Choose a tag to compare

Solved a problem in the main backup folder creation: the system keeps creating the same folder over and over, hence repeating the same name. Now it's fixed.

2.1.0

15 Jan 21:14
Compare
Choose a tag to compare
  • The logging configuration have been integrated into the config file
  • Now it is possible to set a retention for the different policies: this allows to set how many of the different copies you do want to keep
  • Also, the destination directory for the copies can be configured

2.0.0

13 Nov 11:41
Compare
Choose a tag to compare

I've debugged the installation procedure and removed the steps for create an application in google's cloud console. It is not necessary: only one application is needed to be created, and I've provided that in the config file. Once this is done, the only thing you have to provide is to authorize the applciation to use your google account to save the files and send the emails.

logging and fixed problem with verification

31 Dec 18:00
Compare
Choose a tag to compare

Persist an error with large files and verification: if verification is enabled, the attempt to verify a large file provokes a memory error, so the best is to avoid setting "verificarion" by now unless you know that your files aren't large (bigger than 1M)

Minor adjustments

29 Dec 16:01
Compare
Choose a tag to compare

Minor fixings in error handling

Change upload type to resumable

29 Dec 14:10
Compare
Choose a tag to compare

I've changed the upload type to resumable, because it failed with big files.

First release

28 Dec 23:21
Compare
Choose a tag to compare

Basic funciontality: makes a backup copy, and sends an email. It can keep a backup policy, but it's fixed. The emails are customizable. There are no multilingual support yet.