This repository was archived by the owner on Nov 26, 2022. It is now read-only.
Releases: HolgerHees/cloudsync
Releases · HolgerHees/cloudsync
v1.0-beta14
eanup bash script
New Feature
New Feature
add 'noencryption' cmd line option to backup unencryptet data
New Feature
Support for Google Service Account authentication
Bugfixes
Fix of "--history" cmd line parameter
Bugfixes and small improvements
Bugfixes
- Fix of NullPointerException during metadata restore
- Better handling of invalid encrypted filename or metadata
- Better detection and setup of the UTF8 java environment
- Fix of IndexOutOfBoundsException for randomly assorted metadata
Rename cmd line parameter
"-test" renamed to "-dry-run"
"-duplicate" renamed to "-existing" with an additional option "ignore"
Features
- New option "-progress" to show/hide data transfer progress
- New option "-retries" and "-waitretry" to control the upload retries and waiting time on network errors
- New option "-ask-to-continue" to resume an broken data transfer on network errors
bug fixes
finally fix of "to many open files" Exception.
bug fixes
- fix cloudsync.sh to run properly on non bash shells
- close input stream after file encryption correctly to handle large backups
small fixes
fix null pointer exception during "folder" backup
Better handling of large files
Use tmp files to encrypt large files to avoid OutOfMemoryError exceptions