Releases: DanEngelbrecht/golongtail
Releases · DanEngelbrecht/golongtail
v0.3.3
Changes in this Release
- CHANGED set block extension to ".lsb" for fsblockstore in remote stores
- UPDATED Updated longtail to 0.3.3
Release v0.3.2
Changes in this Release
- ADDED
put
commmand to complementget
commmand - CHANGED
--get-config-path
option has been removed fromupsync
; useput
instead. - CHANGED
--get-config-path
option forget
renamed to--source-path
- FIXED Automatic resolving of
--target-path
fordownsync
andget
now resolves to a folder in the local directory - UPDATED Updated longtail to 0.3.2
Release v0.3.1
Changes in this Release
- ADDED
--zstd_low
and--zstd_high
compression options - UPDATED Updated longtail to v0.3.1
- UPDATED Updated README.md
Release v0.3.0
Changes in this Release
- ADDED Added
--cache-target-index
option to downsync/unpack that automatically caches target folder state. Default on, turn off with--no-cache-target-index
- ADDED Added
--enable-file-mapping
option to relevant commands to enable reading using memory mapped files. Default off. - UPDATED Updated longtail to v0.3.0
Release v0.2.8
Changes in this Release
- ADDED Added
--cache-target-index
option to downsync/unpack that automatically caches target folder state. Default on, turn off with--no-cache-target-index
- UPDATED Updated longtail to v0.2.18
Release v0.2.7
Changes in this Release
- UPDATED Updated longtail to v0.2.16 - fixes handling of UNC paths
- FIX Minor logging tweaks
Release v0.2.6
Changes in this Release
- UPDATED Updated longtail to v0.2.14 - fixes handling of non-ascii file names on Windows
Release v0.2.5
Changes in this Release
- UPDATED Updated longtail to v0.2.12 - fixes deadlock with folders containing more than 131072 files
Release v0.2.4
Changes in this Release
- FIXED Infinite loop when trying to
downsync
from an S3 store without correct permissions - ADDED
--scan-target
option fordownsync
,get
andunpack
. Default is on, disable with--no-scan-target
- UPDATED Updated longtail to v0.2.9
Release v0.2.3
Changes in this Release
- FIXED
--target-path
forpack
command is now optional - FIXED
--target-path
forunpack
command is now optional