Releases: rlunaro/google-drive-backup
2.2.0
2.1.0
- 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
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
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
Minor fixings in error handling
Change upload type to resumable
I've changed the upload type to resumable, because it failed with big files.
First release
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.