Skip to content

Releases: 45Drives/autotier

autotier 1.0.0-beta

16 Feb 18:22
Compare
Choose a tag to compare
autotier 1.0.0-beta Pre-release
Pre-release

Major rewrite of autotier filesystem.

v0.7.2-beta

07 Aug 19:45
Compare
Choose a tag to compare
v0.7.2-beta Pre-release
Pre-release

More robust and standard command line options and arguments

v0.7.1-beta

07 Aug 13:33
c4f6b5f
Compare
Choose a tag to compare
v0.7.1-beta Pre-release
Pre-release

New implementation as FUSE filesystem.

v0.6.3-beta

11 May 17:59
4165299
Compare
Choose a tag to compare
v0.6.3-beta Pre-release
Pre-release

Added a check for whether or not a file is open by another process before moving.

v0.6.2-beta

08 May 18:39
Compare
Choose a tag to compare
v0.6.2-beta Pre-release
Pre-release

Removed slow, unneeded hash check of file after copying, greatly increasing speed
Added error handling for copying files between tiers
Added mutex file lock to ensure two instances of autotier won't move the same files (one lock file per config)

v0.6.1-beta

07 May 18:26
97ac0a8
Compare
Choose a tag to compare
v0.6.1-beta Pre-release
Pre-release

Added calculation of a popularity score to base file sorting on.
Added a daemon running mode where popularity is continuously calculated.

v0.6.0-beta

05 May 17:58
e6221c7
Compare
Choose a tag to compare
v0.6.0-beta Pre-release
Pre-release

Added command line tools for viewing info and pinning/unpinning files

v0.5-beta

19 Dec 20:17
Compare
Choose a tag to compare
v0.5-beta Pre-release
Pre-release

Completely redesigned software architecture.

v0.4-beta

17 Dec 18:25
Compare
Choose a tag to compare
v0.4-beta Pre-release
Pre-release

Now has priority based file movement, file pinning to specific tiers, and min and max watermarks. Removed expiry time for tiers.

v0.3-beta

05 Dec 15:47
e714b1b
Compare
Choose a tag to compare
v0.3-beta Pre-release
Pre-release

added global config options