Releases: juicedata/juicesync
v0.7.0
v0.6.2
v0.6.1
Bump version to v0.6.0
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
v0.5.0
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
v0.3.3
v0.3.2
v0.3.1
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