Skip to content

Releases: juicedata/juicesync

v0.7.0

18 Mar 02:08
Compare
Choose a tag to compare

upgrade pkg github.com/juicedata/juicefs

v0.6.2

04 Jan 08:59
Compare
Choose a tag to compare

Changelog

95dcb14 add --no-https to disable HTTPS

v0.6.1

31 Dec 03:16
Compare
Choose a tag to compare

Changelog

60b6d19 upgrade HDFS client to 2.2.0

Bump version to v0.6.0

30 Dec 09:30
eef502a
Compare
Choose a tag to compare

Features

  • Add argument bwlimit to limit bandwidth
  • Add IBM Cos, Wasabi and CTYun OOS support
  • Add support for s3 compatible storage using scheme s3:// ( #85 )
  • Support auto find endpoint suffix for azure blob storage ( #83 )
  • Support Kerberized HDFS ( #82 )

Bugs fixed

  • Skip unreachable symbolic link(broken or permission) in file:// storage ( #80 )

v0.5.1

28 Nov 13:41
Compare
Choose a tag to compare

Changelog

#78 don't hide the returned err when download a part

v0.5.0

09 Nov 03:35
Compare
Choose a tag to compare

Changelog

Juicesync can use multiple machines to copy data in parallel (#75) .

Bugfix: when coping large files from HDFS to object storage with multipart upload (commit 2548195)

Added command option --force-update(-f) to support always overwriting existed files (#73)

Uses current user to access HDFS (#71).

v0.4.0

16 Sep 03:46
894480d
Compare
Choose a tag to compare
  1. cos: use official sdk replace restful api.
  2. Auto discover endpoint for oss, s3, cos, bos, obs , credentials can also be provided by environment variables.

v0.3.3

11 Aug 13:46
2a93f62
Compare
Choose a tag to compare

S3 now support http proxy by using environment variables: HTTPS_PROXY, HTTP_PROXY, NO_PROXY .

v0.3.2

10 Aug 07:22
ef6d535
Compare
Choose a tag to compare
  1. ObjectStorage : remove Exists method, add Head method.
  2. Range of objects to be synced include start and end key if exists.

v0.3.1

16 Jul 01:57
e032f3f
Compare
Choose a tag to compare

e032f3f Fix goreleaser (#59)
d2ec182 update README (#58)
e9d5948 fix Chtimes on sftp
974f7a3 update example for HDFS
774fe85 upgrade hdfs to v2 to support multiple namenodes
e4ee8df fix size of root directory
ad64c74 mapping hdfs/supergroup to root:root
1db7438 check permission for root
498aa53 update readme for HDFS
5eb0680 fix sticktbit from HDFS
2c46984 fix sticktbit from HDFS
8848df1 compare mtime in seconds
6ab22e6 fix HDFS path
2bd85ab ignore root directory from HDFS
ce80886 ignore root
74840b9 Merge remote-tracking branch 'origin/master'
a658929 fix Chmod/Chown with prefix
f620da7 fix Chmod/Chown with prefix
6921faf sync directores
a512557 ignore EOF from HDFS
ee22960 fix order of directories in HDFS
812264c improve progress bar
0595b15 improve listing for filesystem
737f5fb checking suffix of /
d6a0159 preserve permissions on file system
54b99aa change default threads to 10
a81a594 update mtime for files in mem,disk,HDFS,sftp
a96ed67 use time.Time instead ofunix timestamp