Releases: 45Drives/autotier
autotier 1.0.0-beta
Major rewrite of autotier filesystem.
v0.7.2-beta
More robust and standard command line options and arguments
v0.7.1-beta
New implementation as FUSE filesystem.
v0.6.3-beta
Added a check for whether or not a file is open by another process before moving.
v0.6.2-beta
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
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
Added command line tools for viewing info and pinning/unpinning files
v0.5-beta
Completely redesigned software architecture.
v0.4-beta
Now has priority based file movement, file pinning to specific tiers, and min and max watermarks. Removed expiry time for tiers.
v0.3-beta
added global config options