Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Releases: HolgerHees/cloudsync

v1.0-beta14

08 May 13:18

Choose a tag to compare

v1.0-beta14 Pre-release
Pre-release
eanup bash script

New Feature

22 Apr 18:09

Choose a tag to compare

New Feature

31 Jul 09:45

Choose a tag to compare

add 'noencryption' cmd line option to backup unencryptet data

New Feature

10 Jun 07:42

Choose a tag to compare

Support for Google Service Account authentication

Bugfixes

26 Apr 19:58

Choose a tag to compare

Fix of "--history" cmd line parameter

Bugfixes and small improvements

07 Mar 08:57

Choose a tag to compare

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

28 Feb 08:21

Choose a tag to compare

finally fix of "to many open files" Exception.

bug fixes

24 Feb 20:15

Choose a tag to compare

  • fix cloudsync.sh to run properly on non bash shells
  • close input stream after file encryption correctly to handle large backups

small fixes

04 Jan 14:09

Choose a tag to compare

fix null pointer exception during "folder" backup

Better handling of large files

01 Jan 13:47

Choose a tag to compare

Use tmp files to encrypt large files to avoid OutOfMemoryError exceptions